NOT "Complete" or "Not Applicable"

Reggie Andaya
✭✭✭✭✭
Hi,
How would this be written to say NOT COMPLETE or Not Applicable?
=IF(AND([End Date]8 < TODAY(), NOT(Status8 = "Complete","Not Applicable"), 1, 0)
Answers
-
=IF(AND([End Date]8 < TODAY(), [status8]@row <> "Complete", [status8]@row <>"Not Applicable"), 1, 0)
-
@Michael Culley Appreciate your help. Have a good weekend
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!