I am trying to convert the following cell formula to a column formula:
=IFERROR(IF([Duration to Transport and Return]@row * $Column$1 <= 0, "", [Duration to Transport and Return]@row * $Column$1), "")
I keep on getting the following :
What am I doing wrong? Any assistance would be grateful.