IF/AND Help

David G11
David G11 ✭✭
edited 02/28/23 in Formulas and Functions

Hi All,


Could you please help me as to what this formula would look like if wanted to remove "Delayed" as an option? Have tried a few times, but getting an error message.

=IF(AND([% Complete]@row < 1, Finish@row < TODAY()), "Delayed", IF(AND([% Complete]@row < 0.7, Finish@row < TODAY() + 14), "Off-Track", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress"))))


Thank you!

Answers

  • David Tutwiler
    David Tutwiler Overachievers Alumni

    I think you'd have:

    = IF(AND([% Complete]@row < 0.7, Finish@row < TODAY() + 14), "Off-Track", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress")))

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!