Formula based on percentage range
Hello,
I have the following score grid
25%-49% of Action Plan completed
50%-74% of Action Plan completed
75%-89% of Action Plan completed
≥ 90% of Action Plan completed
I created the formula =IF([Column5]@row) = 25%-49%, "Zero", If([Column5]@row = 50%-74%, Check Minus, if([Column5]@row = 75%-89%, Check, Check Plus)
I wasn't sure how the formula will recognize the percentage range.
Thanks,
Best Answer
-
@maltaee You'll have to use the AND() function
=IF(and([Column5]@row >= .25, [Column5]@row <= .49), "Zero", ....... create addition if with AND in the condition)
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@maltaee You'll have to use the AND() function
=IF(and([Column5]@row >= .25, [Column5]@row <= .49), "Zero", ....... create addition if with AND in the condition)
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!