Hello everyone,
I am getting and "#invalid column value" using this formula
=IF(AND(ISDATE([Column7]@row), ISDATE([Column3]@row)), [Column4]@row = "", "True")
Columns 7 & 3 have date value while Column 4 is blank.
Can you help me correct it?
thank you