Conditional Formatting 3 based on cell values

appleeye

New Member
Joined
Jul 2, 2014
Messages
20
Hello all,


Can someone please help me with the following:


I need to look at 3 cells then colour one of them depending all values.

I.E. cell A1=10000, B1= 5.7 and C1=a symbol like >>.


So i need B1 to change to green if A1= between 5000 and 15000 and B1 is less than 6 and C1=>>


Thanks - looks simple ,....but then so am I.


Risso
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
For B1, you can use a formula like this, if i understood you correctly

=AND(AND($A$1>5000,$A$1<10000),$B$1<6,NOT(ISERROR(SEARCH(">",$C$1))))
 
Upvote 0
Thanks, but no joy.


I have changed it a little so my simple mind can work with it.
Now I only need:

IF A1 is greater than 50,000 and B1 is more than 5, then turn B1 red.

Any help is appreciated...thanks in advance.
 
Upvote 0
thanks, but no joy.


I have changed it a little so my simple mind can work with it.
Now i only need:

If a1 is greater than 50,000 and b1 is more than 5, then turn b1 red.

Any help is appreciated...thanks in advance.
=and($a$1>50000,$b$1>5)
 
Upvote 0

Forum statistics

Threads
1,216,759
Messages
6,132,551
Members
449,735
Latest member
Gary_M

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