Formula for the Top 3...

AndrewKent

Well-known Member
Joined
Jul 26, 2006
Messages
889
Hi there,

I have 10 columns of % figures in one row. in the last three columns to the right of this I want to show the TOP 3 % figures. What fomrula should I use for this?

Andy
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Had to DROP one Column as HTML Maker software limit column pasting to 12 columns.. Hope this helps... Jim
Excel Workbook
ABCDEFGHIJKL
1
210.0%15.0%8.0%56.0%31.0%91.0%87.0%75.0%65.0%91.0%87.0%75.0%
Sheet1
Excel 2007
Cell Formulas
RangeFormula
J2=LARGE($A2:$I2,1)
K2=LARGE($A2:$I2,2)
L2=LARGE($A2:$I2,3)
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,603
Members
449,089
Latest member
Motoracer88

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