RYG Balls on Simple Formula
Hi...simply I want to show a red ball if my value is less than 1, green if it is greater than 5 and yellow if between? I'm missing something?
=IF([Operations Metric]1 < 1, "Red", IF([Operations Metric]1 > 5, "Green", IF([Operations Metric]1, "Yellow")))
Best Answer
-
Try this...
=IF([Operations Metric]1 < 1, "Red", IF([Operations Metric]1 > 5, "Green", "Yellow"))
Answers
-
Try this...
=IF([Operations Metric]1 < 1, "Red", IF([Operations Metric]1 > 5, "Green", "Yellow"))
-
Great...thx Paul, too many arguments I guess!
-
Happy to help. 👍️
The problem actually wasn't too many arguments. It was your last argument for "Yellow". You didn't have an actual argument. Just a cell reference.
IF([Operations Metric]1, "Yellow")
Since you already had high and low ends ends established, you can just use "Yellow" as the default for anything that doesn't fall under the previous two.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!