Hey, nested IF statements are my downfall so I am hoping someone can help me.
I have a column entitled "At Risk" and it's formula is this -
=IF(AND([End Date]5 < TODAY(), NOT([% Comp]5 = "1")), 1, 0)
It puts a flag in if the % Comp column is not marked 100% and the end date is less than today.
However, there are some items on the sheet that haven't started yet and lack a start date and an end date. How do I exclude these items from being flagged "At Risk"?
TIA,
Lisa