highlight cell having top 3 values

vinu9092

New Member
Joined
Jan 2, 2017
Messages
11
in excel sheet i have values(percentage) in b31 to b41 and d31 to d41.from both columns I want to fill cell color having top 3 values. tried for two days but did not get result.
 
both columns needed to be selected before selecting TOP function and then ok

Row\Col
B​
C​
D​
31​
0.04%
8500
8.76%
32​
595.81%
8550
60.53%
33​
122.47%
8600
-4.19%
34​
674.30%
8650
-44.90%
35​
90.76%
8700
-55.35%
36​
40.38%
8750
-34.41%
37​
34.70%
8800
-42.76%
38​
64.26%
8850
-15.25%
39​
5.79%
8900
-27.58%
40​
-5.73%
8950
-3.23%
41​
-1.97%
9000
-46.19%

Care to color this sample of yours manually, so it's clear if there is any dependency between the columns?
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
most value are negative on right side ,but this is just for example.regarding color 674.30 cell should have golden color,595.81 should have silver color and 122.47 should have yellow color. % keeps on changing .
 
Upvote 0
most value are negative on right side ,but this is just for example.regarding color 674.30 cell should have golden color,595.81 should have silver color and 122.47 should have yellow color. % keeps on changing .

It seems I can't get to clarify whether any dependency between the columns. Neither did you color column D in order to help me out.

So:

CF
Select B31:B41
Implement the formula:

=$B31=LARGE($B$1:$B$41,1)

Implement the coloring.

Repeat this procedure with:

=$B31=LARGE($B$1:$B$41,2)

and with:

=$B31=LARGE($B$1:$B$41,3)

Good luck.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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