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
- 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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!