Formula - RGY by percentage
Good Morning
Hoping someone can assist:
Currently i have a formula that controls the RGY health column perfectly like below: (thank you to for previous assistance)
=IF([+/-]46 >= 0, "Green", IF(AND([+/-]46 < 0, [+/-]46 > -10), "Yellow", IF([+/-]46 <= -10, "Red", "")))
However i require the health to adjust accordingly to 'our business 10% rule' that changes daily according to the target e.g.
Sales Acc: Target is 18.3
Green is 18.3 or more
Yellow is 18.2 down to 16.5 (less 1.83_
Red is 16.4 or less.
The challenge is this needs to always be a percentage of the target column for example tomorrow :
Sales Acc: Target is 23(new target)
Thank you
Best Answer
-
Do you have access to the Sheet Summary? If so you could put your target in a Sheet Summary field and reference that instead.
=IF([+/-]46 >= [Target]#, "Green", IF([+/-]46 > [Target]# - ([Target]# * .1), "Yellow", IF([+/-]46 <= [Target]# - ([Target]# * .1), "Red", "")))
Answers
-
Do you have access to the Sheet Summary? If so you could put your target in a Sheet Summary field and reference that instead.
=IF([+/-]46 >= [Target]#, "Green", IF([+/-]46 > [Target]# - ([Target]# * .1), "Yellow", IF([+/-]46 <= [Target]# - ([Target]# * .1), "Red", "")))
-
Thanks Paul much appreciated 👍👍
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 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
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!