I am trying to check a flag when two conditions are met:
- End Date is past Today's Date
- Status is NOT "Complete"
I am sturggling with this for some reason and cant see where I missed something:
=IF((TODAY() > End@row, NOT(Status@row = "Complete", 1,0)))
Any pointers would be helpful.