Highlight Highest Three in Multiple Columns

mlmrob

Board Regular
Joined
Sep 22, 2008
Messages
78
Office Version
  1. 365
Platform
  1. Windows
Guys

I ahve the following spreadsheet

1681835578752.png


What I have been doing is highlighting the top 3 for each race in the AVLR and MAXLR columns manually using Conditional Formatting. Is there any way this could speeded up with a formula as somedays there are quite a lot of races and I have to use Conditional Formatting to highlight the top 3, three times for each race as the numbers are from a horse's last race, AVLR, MAXLR, second last race AV2, MAX2, and third last race AV3 abd MAX3.

Thank you

Rob
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
TRY THIS: It includes TIES:

mr excel questions 24.xlsm
ABCDEFGHIJ
1
23639324010191439
32921253424391525
42815243435392433
51817232738251239
63229141012121311
73628251130153815
83010152116322015
92230211113173820
101030242539112427
111313371733162325
12
mlmrob
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:I11Expression=B2>=LARGE($B2:$I2,3)textNO
 
Upvote 0
How about
Excel Formula:
=H2>=AGGREGATE(14,6,H$2:H$100/($B$2:$B$100=$B2),3)
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,285
Members
449,094
Latest member
GoToLeep

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