Conditional formatting using multiple conditions - Excel 2007

SKooLZ

New Member
Joined
Oct 7, 2014
Messages
30
Hi Guys...

Please help, I'm trying to use the =AND formula to conditional format values in E column based on multiple conditons. e.g If E1 is equal to (Condition 1 is E1>= B1 )and (condition 2 is E1< C1) colour cell red.

<C1) green.
So the formula I'm trying and excel is rejecting is =AND(>=$D$82,<$E$82)

A
B
C
D
E
1
.=0 <1
0
1
2
.=1<2
1
2
3
.>2
2
100

<TBODY>
</TBODY>

Thanks in advance
 
Last edited:

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Just did a quick test and mine seemed to work:

Formula I tried:
Code:
=AND(E1>=D1, E1 < C1)
<c1)[ code]<c1)[="" code]<="" html=""></c1)[>
 
Upvote 0
Thanks Peter and Chris,both worked but I'm sure i had tried both those variations before but neither worked. Hay How, guess i was doing something wrong which is usually the case with me and Excel.

Much appreciated!!
 
Upvote 0

Forum statistics

Threads
1,216,086
Messages
6,128,734
Members
449,466
Latest member
Peter Juhnke

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