Dual Ranged Conditional Format

sirrahmichelle

Board Regular
Joined
May 9, 2007
Messages
88
I have just recently upgraded to 2007 and have a question about the conditional formats.

I am trying to make a cell create a stop light for a cell that contains a variance.

I would like the scale to look like this:

red=< -9 %
yellow= -8.9999% through -7.0%
green = -6.9999 through +6.9999%
yellow = 7.0% through 8.9999%
red=> 9%

Is it possible to do this with conditional formats?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
as conditional formats only allow 3 conditions you can pair up the ones with the same colour using the OR statement to give the 3 conditions

conditional format 1

formula is =OR(A1 < -9 %, A1 > 9%) and choose format and RED whatever

use the same as the above but change the colour and the numerical values for the other pairs, for each one click on ADD
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,449
Members
448,966
Latest member
DannyC96

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