Conditional format formula

erniepoe

Active Member
Joined
Oct 23, 2006
Messages
380
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'm in Excel 2010, and I'm trying to format the color of certain cells based on the percentage value in the cell below it.

Anything 50% or greater is red
Anything 20% or greater is orange
Anything 20% or less is green
Anything 0% is yellow


I'm using the "use a formula to determine formatting" option, and it's all working except for the yellow, which are still showing up as green.


The rules I have are set as follows:

=ABS(G7)<(0.201) --> green
=ABS(G7)<(0.5) --> orange
=ABS(G7)=0 ---> yellow
=ABS(G7)>(0.5) ----> red


Not sure why the formula for yellow fill isn't being picked up. Do I need to make the green cell for values between 0 and .20? Is it possible to do that in the conditional formatting section?

Thanks for any help,
Ernie
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,224,590
Messages
6,179,753
Members
452,940
Latest member
rootytrip

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