Color a particular cell if ....

Ultimate Selector

Board Regular
Joined
Dec 15, 2013
Messages
153
I want to conditionally format (highlight) a certain cell IF any number in a particular cell in that range is above 3.
My rows go left to right. So in #1 Row, I want the #1 to be Highlighted because the 3.5 is above 3. The #5 would be highlighted as well cause it has two such numbers 3.2 & 3.9 that are above 3.
What is the formula I would use for this in conditional formatting?

Thanks in advance for any help on this issue!

Regards,
U.S. :cool:

My example is below.

#1 #2 #4#5 #6#7#8#9
#1

2.1 1.60.91.0 1.93.5
#2
0.5
0.70.30.5 0.82.0


#40.61.4

0.60.6 1.22.1
#5 1.13.2 1.6 1.1
2.0
3.9

<colgroup><col style="mso-width-source:userset;mso-width-alt:1954;width:42pt" width="56"> <col style="mso-width-source:userset;mso-width-alt:1954;width:42pt" width="56"> <col style="mso-width-source:userset;mso-width-alt:1954; width:42pt" width="56" span="3"> <col style="mso-width-source:userset;mso-width-alt:1954; width:42pt" width="56" span="5"> </colgroup><tbody>
</tbody>
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
What about using MAX...=MAX(B2:B10)>3...this will look at the largest number in the range and return TRUE if it exceeds 3, then work this into your conditional formatting?
 
Upvote 0
What about using MAX...=MAX(B2:B10)>3...this will look at the largest number in the range and return TRUE if it exceeds 3, then work this into your conditional formatting?

Thank You soooo much Maz! I got it to do exactly what I needed it to do,Thanks to your help!

I was over thinkin it.

Much Appreciated and Merry Christmas my Friend!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,956
Latest member
JPav

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