Conditional formating to choose High and low for background

jonjon_01

New Member
Joined
Oct 31, 2005
Messages
17
Hi guys.

Is it possible to use conditional formatting to choose one or two cells from a column to be colored for the top highest numbers and one or two cells for the lowest values to be colored a different color?

Example I9 & I10 would be colored Blue and I5 & I15 Red...
Clerk Productivity2.b.xls
ABCDEFGHIJKLMN
3Date:NMTMTFFT
4IdleTot VolLG ProdNix ProdIdleTot VolLG ProdNix ProdIdleTot VolLG ProdNix Prod
5Wk 110/22/20050.662853931.091303239.14206.56
610/23/2005
710/24/20050.2337301043.110.81676262.67
810/25/20050.293467998.340.98730264.68
910/26/20050.3346551047.90.59588274.6252
1010/27/20050.0840541140.190.63485269.53
1110/28/20050.2426091044.880.68471248.17100
2908


Thanks.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
try this in the conditional format
formula is
=MIN(RANK($I5,$I$5:$I$11))>4
then format for the lowest
add another
formula is
=MAX(RANK($I5,$I$5:$I$11))<3
then format for highest

HTH
 
Upvote 0
tried format-not working

Hi TexasAlynn,

I tried the format, did the min, and the max. I get a red cell for the very last cell. Right now, I20-32 are blank.

The column goes to I32. I changed your forumula to =MAX(RANK($I5,$I$5:$I$32))<3 for the max with a blue background, and the same for the min with a red background...

I'm thinking this didn't work because of the blanks in some of the cells in the column.

Am I correct in this assumption? How can I fix this?
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

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