formula for multiple criteria
i am looking for a formula to track progress / multiple statuses
migrated = 100%
decommissioned= 100%
In Progress = 50%
Incomplete - reporting error = 0%
Not Started = 0%
Failed in PROD = 50%
Decom Candidate - 0%
what formula can i use to get a update in a column if any these statuses reflect
Best Answer
-
Got a formula that worked for me
=IF(Status@row = "Migrated", 1, IF(Status@row = "Decommissioned", 1, IF(Status@row = "In Progress", 0.5, 0)))
and then use % to that cell
Answers
-
Got a formula that worked for me
=IF(Status@row = "Migrated", 1, IF(Status@row = "Decommissioned", 1, IF(Status@row = "In Progress", 0.5, 0)))
and then use % to that cell
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!