Status corresponding to % Complete
I would like to figure a way for the Status Column to auto fill depending on what the % Complete says.
For instance:
0% = Not Started
1-99% In Progress
100% - Complete
Conditional Formatting is not the way to go and I can't figure out the right If/Then statement to use.
New to this world so don't think down on me too much.
Tags:
Answers
-
Try something like this...
=IF([% Complete]@row = 1, "Complete", IF([% Complete]@row = 0, "Not Started", "In Progress"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!