Three conditional format senarios

obiwann

Board Regular
Joined
Jan 2, 2014
Messages
142
I need a conditional format formula to turn cell A1 colour to blue if cell A1 is < cell B1 and greater than C1, or Cell A1 to colour red if cell A1 is greater then cell B1 or leave cell A1 with no clour if A1 is less than C1.

A1 = 0.5
B1 = 1.0
C1 = 0.75

I am stumped.

Any help would be appreciated
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

You'll need 2 CF rules, no rule needed for "No Color" when A1 is less than C1.


Book1
ABCDEF
10.510.75For BlueFALSE
2For RedFALSE
Sheet358
Cell Formulas
RangeFormula
F1=AND(A1C1)
F2=A1>B1
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

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