Red, Yellow, Green, Gray automation formula help needed for numerical ranges
I have a column called "Resource Totals" and I am trying to create conditions for the status column (Already made it a symbols column) for Red, Yellow, and Green
Green = 0.9-1.1
Yellow= 1.2-1.3
Red = >1.3
=IF([Resource Totals]@row = "0.9-1.1", "Green", IF([Resource Totals]@row = "1.2-1.3", "Yellow", IF([Resource Totals]@row > 1.3, "Red")))
No color is populatingš for Green or Yellow but Red works just fine. Am I doing something wrong?
Supplemental Information:
My current values for my "Resource Totals" column are: 1.2, 1, 1.1, 1.3, 1.5 (only this one is red)
Answers
-
Hi @lovelyemy Yes, there is a small error in your formula -
Use this instead - =IF([Resource Totals]@row <= "0.9-1.1", "Green", IF([Resource Totals]@row <= "1.2-1.3", "Yellow", IF([Resource Totals]@row > 1.3, "Red")))
Hope this helps, don't forget to mark my response as "Awesome" if it does ;)
Cheers!
Ipshita
Ipshita Mukherjee
-
Hi there, your formula works for everything except when I have any 1.3 values. Instead of it being yellow, it's just blank.
-
Hiya! Just jumping in here.
It looks like all you need to do is add an = sign after the > sign, like so:
IF([Resource Totals]@row >= 1.3,
Cheers,
Genevieve
Need more help? š | Help and Learning Center
ććć«ć”ćÆ (Konnichiwa), Hallo, Hola, Bonjour, OlĆ”, Ciao! š | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives