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
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!