Formula for status based on Start/Finish Date and % Complete
I'm looking for a formula to populate Status column (Complete, Future Task, Late, On Schedule) based on the following columns:
-Start Date
-Finish Date
-% Complete
i.e. - If start date is in the future, it should be 'Future Task', if % complete is not 100% and finish date has passed it should be 'Late', if we are in between start and finish dates it should be 'On Schedule', if % complete is 100% it should be 'Complete'
Any help possible would be amazing!
Thank you!
Best Answer
-
Hello @Alison G ,
You could use this formula or iterate off of it as you need:
=IF([% Complete]@row = 1, "Complete", IF([Start Date]@row > TODAY(), "Future Task", IF([End Date]@row < TODAY(), "Late", "On Schedule")))
It looks like this.
Access a published Sheet here with info.
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Answers
-
Hello @Alison G ,
You could use this formula or iterate off of it as you need:
=IF([% Complete]@row = 1, "Complete", IF([Start Date]@row > TODAY(), "Future Task", IF([End Date]@row < TODAY(), "Late", "On Schedule")))
It looks like this.
Access a published Sheet here with info.
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
@Dan Palenchar this is exactly what I needed thank you so much for your assistance! It worked perfectly!
-
Happy to help @Allison G
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!