What does top 10% means in excel conditional format

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
It means to CF any value that falls in the top ( highest) 10 percent of the range of cells
eg, the top 10 will be 10 values, whereas the top 10% might be 2 values OR 20 values
 
Last edited:
Upvote 0
Thanks
Sorry i am still missing the logic
Can you please give me a screen shot with the explanation
 
Upvote 0
Here is the way I understand it.

Top 10 items:

The values are evalued from the top down until 10 (with a caveat) cells have been evaluated. The highest value is evaluated to find how many cells have that value. If 10 or more, that is the only value that matches the conditional formatting, and all cells with that value are highlighted. (The caveat: If more than 10 cells have that value, all are highlighted; thus, there can be more than 10 highlighted cells). If there are less than 10 cells with the highest value, the next highest is evaluated with the same rules. This continues until 10 (or more; e.g. caveat) cells are found.

Top 10% items:
The percentage is not the top 10% of the values of the cells. It is instead the top number of cells that equals 10% (rounded down) of the total number of cells in the range. For example, if there are 50 cells, this rule will highlight the top 5 cells. If there are 89 cells, this will highlight the top 8 cells. This number of cells is evaluated the same way as above (e.g., top value is evaluated, then next highest, etc.) until the 10% of cells are found.

This first data set below is formatted to show the top 10 items. The 6 highest values are on the right, and 11 cells are highlighted; this is because the last value "87" has 3 cells. Without "87", there would only be 8 cells highlighted, so the formatting moves to the next value, "87", to evaluate it.


Book1
GHIJKLM
1878416605Highest values
2321982858698
380808854996
4145845961794
5733918797192
6188794702488
7515788366687
876486588
98737194392
108810337198
Sheet1


This second data set below is identical but formatted to show the top 10% items. Since there are 50 cells, the top 5 are highlighted (or would be except for the last value needed, "88", has 4 cells).


Book1
GHIJKLM
13878416605Highest values
14321982858698
1580808854996
16145845961794
17733918797192
18188794702488
195157883666
2076486588
218737194392
228810337198
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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