Use Case:
I would like a cell to change symbols (red for example) based on whether or not a given row has text (any text).
I've tried
=IF(ISTEXT([What should we stop doing?]@row, "Red")))
Returns UNPARSEABLE
I've also tried
=IF(NOT(ISBLANK([What should we stop doing?]@row, "Red")))
Returns INCORRECT ARGUMENT.
Surely there is something I am doing wrong?