I am trying to compare a date against NOW() and AND it with a statys field (Complete or In progress), depending on the result a priority field is populated.
What am I doing wrong with the statement???
=IF(((AND(NOW()<>E5,F5="Complete")), "NONE", "HIGH"), IF((AND(NOW()<E5,F5="In progress")), "NONE", "HIGH"))
Thanks!!!
What am I doing wrong with the statement???
=IF(((AND(NOW()<>E5,F5="Complete")), "NONE", "HIGH"), IF((AND(NOW()<E5,F5="In progress")), "NONE", "HIGH"))
Thanks!!!