Help with IF statement for % tied to specified value

Gaurav Chauhan
✭✭✭✭✭✭
Hi Team, Can you please help me write a formulae wherein based on the user selection, the % score can be populated.
Not Met = 0%, Partially Met = 50%, Met = 100%, Not Applicable = Blank
Thanks.
Answers
-
Hi @Gaurav Chauhan,
Here is the formula.
=IF([KPI Measure]@row = "Not Met", 0, IF([KPI Measure]@row = "Partially Met", 0.5, IF([KPI Measure]@row = "Met", 1, "")))
Be sure to set the "Score" column to be a %.
Hope this helps,
Dave
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!