Conditioning Formating
How do you set condition formating in a column using RAG bubbles for the following conditions:
- Green bubble should appear if the temperature is 118-130 F
- Yellow bubble if temperature is <118 F
- Red bubble if temp is 130 F
Answers
-
Hi @Vinton Douglas
Hope you are fine, please try the following formula and convert it to column format formula:
=IFERROR(IF(AND([temperature ( F )]@row >= 118, [temperature ( F )]@row <= 130), "Green", IF([temperature ( F )]@row > 130, "Red", "Yellow")), "")
The following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi Bassam,
This is excellent and what I am hoping to achieve. I am however unable to achieve the outcome results of the bubble when I insert the formulla. Are you available for me to share the sheet?
-
yes please share me as an admin and i will fix it for you. the conditional formatting column must be Symbol type ( RGB )
My Email: Bassam.k@mobilproject.it
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
i fix it for you please check, but you need to convert it to column format formula.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank you very much Bassam,, you are a genius! The only issue I now discovered is that if the section under temperature remains blank after removing. an input, the bubble remains yellow. Please have a look at the shared sheet.. Grateful if the section under temperature where there is no input, for no yellow bubble to be displayed.
Thanks again.
-
Ok I will fix it tomorrow because am out now.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I Fix it, please check:
=IFERROR(IF(temperature@row = "", "", IF(AND(temperature@row >= 118, temperature@row <= 130) ,"Green", IF(temperature@row > 130, "Red", "Yellow"))), "")
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!