Hi,
I have a column with a formula that calculates the Current Step Calc in a process based on there being a date or not in a Task Started column. That part is working fine.
My results look like this in the Next Step Calc and Current Step Calc columns
What I'm struggling with is a formula in the NEXT STEP column that will return the FIRST cell with data in it from the Next Step Calc and another formula that will return the LAST cell with text in it from the Current Step Calc.
I've tried a few formulas including this one:
=IF([Next Step Calc]:[Next Step Calc] <> " ", [Next Step Calc]@row, "Not true")
The error says BLOCKED so I'm assuming that the formula can't reference a cell in the range? Not sure. Any advice?
Thanks,
Jeana