Percentage in a formula
Hi,
Happy New Year!
I got stuck with what I thought was a simple formula and I'm hoping you can help me.
We have three different thresholds that I need to use to change the RYG balls:
Above 3% - Red
Between 0 and 3% - Yellow
Below 0% - Green
My formula looks as below:
=IF(ISBLANK(Slippage@row), "", IF(Slippage@row > 0.3, "Red", IF(Slippage@row >= 0, "Yellow", IF(Slippage@row < 0, "Green"))))
It does not work with "Red" at all. I only see yellow and green balls.
Can you help please?
Best Answer
-
3% is .03. Try changing your formula to
=IF(ISBLANK(Slippage@row), "", IF(Slippage@row > 0.03, "Red", IF(Slippage@row >= 0, "Yellow", IF(Slippage@row < 0, "Green"))))
Cheers,
John
Answers
-
3% is .03. Try changing your formula to
=IF(ISBLANK(Slippage@row), "", IF(Slippage@row > 0.03, "Red", IF(Slippage@row >= 0, "Yellow", IF(Slippage@row < 0, "Green"))))
Cheers,
John
-
Thank you, it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!