Hi all,
I'm having a little trouble with the Multi-Row Formula tool. I'd like to add a count in a pre-existing column. If the the current row has a count, it keeps that count, but if the current row is null, it takes the previous row's count. I've been using this function, but it's leaving me with some null values. Any advice?
iif(isnull([Duplicate Key]),[Row-1:Duplicate Key],[Duplicate Key])
