Conditional formating

mira2020

New Member
Joined
Sep 25, 2020
Messages
27
Office Version
  1. 2016
Hi All,

I want to do this condition formatting color but the conditioning formating include lowest and highest value.
any tips for this problem ?thanks

RedAmberGreen
x<=8080<x<90x>=90

1617848939575.png
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi,

You almost have all your formulas already, use these for CF:

Book3.xlsx
ABC
150TRUERed
2FALSEAmber
3FALSEGreen
Sheet903
Cell Formulas
RangeFormula
B1B1=AND(A1<>"",A1<=80)
B2B2=AND(A1>80,A1<90)
B3B3=A1>=90
 
Upvote 0
What about using a Conditional Formatting 'Icon Set' with settings like this.

1617849795314.png


Result:

1617849831594.png
 
Upvote 0
Try Conditional Formatting/Highlight Cells Rules
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top