Please could I have a suggestion for a formula for the below
If budget forecast is between 90-100% green, if budget forecast is greater than 100% but less than 103% OR between 80-90% yellow otherwise red
Best Answer
-
My apologies. Wrong function.
=IF(AND([Budget Forecast]@row>= 0.90, [Budget Forecast]@row<= 1), "Green", IF(AND([Budget Forecast]@row>= 0.80, [Budget Forecast]@row<= 1.03), "Yellow", "Red"))
Answers
-
Try something like this:
=IF(AND([Budget Forecast]@row>= 0.90, [Budget Forecast]@row<= 1), "Green", IF(OR([Budget Forecast]@row>= 0.80, [Budget Forecast]@row<= 1.03), "Yellow", "Red"))
-
Hi Paul
Thanks, the first bit works (i.e. 90-100% goes green, anything else goes yellow, I don't get a red symbol regardless of the number
-
My apologies. Wrong function.
=IF(AND([Budget Forecast]@row>= 0.90, [Budget Forecast]@row<= 1), "Green", IF(AND([Budget Forecast]@row>= 0.80, [Budget Forecast]@row<= 1.03), "Yellow", "Red"))
-
works perfectly, thanks!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!