Highlight Top Ranked 8 out of 20 Values

andycap

New Member
Joined
Feb 24, 2021
Messages
15
Office Version
  1. 365
Platform
  1. Windows
Conditional Formatting issue. I'm doing an average of the top 8 scores out of 20. I need to highlight ONLY the 8 scores that are being averaged. I'm using Conditional Formatting using Top Rank and 8 and if the scores are mostly different then it works great. But if there are duplicate scores then it will highlight 9 or more scores depending on how many duplicates. Is there a formula solution in Conditional Formatting or any other way?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
How about
+Fluff 1.xlsm
HIJKLMNOPQRSTUVWXYZAA
8282218239173215917132420172082211259
9103640163121
10291228916161511281293339263472528738
List
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H8:AA10Expression=RANK(H8,$H8:$AA8)+COUNTIFS($H8:H8,H8)-1<=8textNO
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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