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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!