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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!