Determining Status by Percentage
I'm trying to determine a risk status based on a percentage. If 59% or less, High Risk. If 60-79%, Off Track. If 80% or higher, On Track.
My formula is =IF(Percentage1 > 80, "On Track", IF(Percentage1 >= 60, "Off Track", "High Risk")), which is coming up as High Risk and it should be Off Track. I tried putting this through the formula generating and it gave me the same formula. Why is it not coming up as Off Track?
Best Answer
-
I believe you might need to use percentages for your numbers as well. For example:
=IF(Percentage@row > 0.8, "On Track", IF(Percentage@row >= 0.6, "Off Track","High Risk"))
Renée Roberge
Answers
-
I believe you might need to use percentages for your numbers as well. For example:
=IF(Percentage@row > 0.8, "On Track", IF(Percentage@row >= 0.6, "Off Track","High Risk"))
Renée Roberge
-
This worked perfectly. Thank you, @rrenee !
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!