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
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 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!