I’m currently using the following formula for tracking Project Health: IF({FOC (Current)}<TODAY(),“LATE!”,“ON TARGET”)
however there are times when the “FOC (Current)” date field is appropriately blank. Right now it’s labeling it as “Late” but I need it to show “No FOC” instead.
- If FOC (Current) is < today = “LATE”
- If FOC (Current) is =/> today = “On Target”
- If FOC (Current) is blank = “No FOC”
I can’t seem to make the multi-IF’s to work. Thanks in advance!