I get a #UNPARSEABLE error on his formula.
[Permit Agency Approved] is a date only column
[Permit Agency Approved (F)] is a date only column
=IF(AND(ISBLANK([Permit Agency Approved]9)), [Permit Agency Approved (F)]9 < TODAY, "Review","None")
What I would like to accomplish is,
If the [Permit Agency Approved] column is blank and the [Permit Agency Approved (F)] is in the past, then I want to report back that is needs to be Reviewed, else just status as None.
Can someone help me as to why the above formula is unparseable?
Thanks for any suggestions people may have.