New to Smartsheets and Formulas

Hello!

I currently have this formula in my status column =IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress"))

but I'd like to add a rule that if the finish date is < today, "Overdue". Can somebody help me complete the formula?

Also, I'm looking for recommendations for training. I'm going to be the scheduling/smartsheet guru in the company and need all the help I can get! Thanks!

Tags:

Answers

  • Nick Korna
    Nick Korna ✭✭✭✭✭✭

    Hi @KRichard

    Your formula would look something like this:

    =IF([Finish Date]@row < TODAY(), "Overdue", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress")))

    Hope this helps, if you've any questions on it then just ask! 😊

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!