Hi all, I'm in a situation where I have a field that is empty in each row except for one cell that contains the word "Cash." The field name is "Identify Cash" and I am trying to use the multi-row formula tool to make every cell in the "Identify Cash" field above the cell that contains the word "Cash" to also contain the word "Cash." Right now, the formula I'm using is
if IsEmpty([Identify Cash]) then [Row+1:Identify Cash] else [Identify Cash] endif
I think the issue is that the tool works from the top to the bottom. So when it sees one cell is blank, it references the next cell. And if that next cell does not contain the word "Cash," then it remains empty. However, once the tool finally reaches a cell that is empty where the next cell has "Cash" listed, the tool only updates that one cell and doesn't back track to update the rows above. Therefore, the tool can only update one row at a time. Does anyone have any suggestions around this?
Thanks!