New to Smartsheets and Formulas
KRichard
✭✭✭
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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!