IF Logic for Symbols

Ronnie S.
✭✭
Hello,
I am trying to run a IF logic statement under the "Health" column to yield a symbol if certain conditions are met.
If % Budget vs % Work Complete is between -15% AND -11%, then symbol should be 'Yellow' circle
If % Budget vs % Work Complete is less than -15%, then symbol should be 'Red' circle
Best Answer
-
Try this:
=IF([% Budget vs % Work Complete]@row< -0.15, "Red", IF([% Budget vs % Work Complete]@row<= -0.11, "Yellow"))
Answers
-
Try this:
=IF([% Budget vs % Work Complete]@row< -0.15, "Red", IF([% Budget vs % Work Complete]@row<= -0.11, "Yellow"))
-
Thank you, Paul. That worked! Appreciate your help.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives