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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!