Highlighting Top 3 values in different colors

jeebs83

Board Regular
Joined
May 12, 2009
Messages
97
Hi,

I am trying to #1 ) highlight the top 3 values in cell range $B$3:$B$22 and #2 ) Red = the 1st best value, Green = 2nd best value and Yellow would be 3rd best value. I am stuck. I tried the Conditional Formatting menu and am completely confused. Please help! :)
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
For the first rule:
Select all cells
Choose by CF for New Rule
Formula: =A1=LARGE($A$1:$A$15;1)
Format: Red

For rule 2 and 3: change the red number.
 
Upvote 0
Sorry!

=A1=LARGE($B$3:$B$22,1)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,667
Members
449,462
Latest member
Chislobog

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