Conditional Color
Hi all!
How do I create a formula if the result is between 1.00-1.10 it will turn green and if all others - it will turn red?
It will have to be added to this current formula because the cell uses it to calculate the average.
=([1st Patient H/L]@row + [2nd Patient H/L]@row + [3rd Patient H/L]@row) / 3
Thank you!!
Best Answers
-
Hi @Robert K - I would recommend a hidden helper column called "COLOR" like this:
=IF(AND([Total Mean (Acceptable = 1.00-1.10)]@row > 0.99, [Total Mean (Acceptable = 1.00-1.10)]@row < 1.1), "Green", "Red")
Then set up your conditional formatting like this:
Hope that helps
-
Awesome, thanks Scott!
Answers
-
Hi @Robert K - I would recommend a hidden helper column called "COLOR" like this:
=IF(AND([Total Mean (Acceptable = 1.00-1.10)]@row > 0.99, [Total Mean (Acceptable = 1.00-1.10)]@row < 1.1), "Green", "Red")
Then set up your conditional formatting like this:
Hope that helps
-
Awesome, thanks Scott!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!