Hi all! I’m rather new to formulas and the like and was hoping to solve the following:
If task in my “Status” Column is anything other than “Complete” or “Archived”, AND it is past “Targeted Completion” Date, then “Status” should read “Overdue”.
Here’s how far (not far) I got: IF(IS_BEFORE({Target Completion}, TODAY()),“Overdue”))
Any help you can offer would be greatly appreciated! Cheers :grinning_face_with_smiling_eyes: