Find the highest 2 numbers from the cells.

asyamonique

Well-known Member
Joined
Jan 29, 2008
Messages
1,282
Office Version
  1. 2013
Platform
  1. Windows
Hello Good Day,
I need a formula wich will show the highest 2 numbers in related cell ranges as given sample below.
Thank you.

32.000 67.000
65.000 65.000
43.000
45.000
67.000
23.000

<colgroup><col style="mso-width-source:userset;mso-width-alt:3108;width:64pt" width="85"> <col style="mso-width-source:userset;mso-width-alt:1682;width:35pt" width="46"> <col style="mso-width-source:userset;mso-width-alt:2486;width:51pt" width="68"> </colgroup><tbody>
</tbody>
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
How about


Excel 2013/2016
ABC
132.00067.000
265.00065.000
343.000
445.000
567.000
623.000
Sheet3
Cell Formulas
RangeFormula
C1=LARGE(A1:A6,ROWS($1:1))
 
Upvote 0
67.000
67.000

<colgroup><col style="mso-width-source:userset;mso-width-alt:5339;width:110pt" width="146"> </colgroup><tbody>
</tbody>

Both cells gave the same results:)
 
Upvote 0
Is that what you want as they are the two largest values, or do you still want it to show 67 & 65?
 
Upvote 0
67.000
67.000

<colgroup><col style="mso-width-source:userset;mso-width-alt:5339;width:110pt" width="146"> </colgroup><tbody>
</tbody>

Both cells gave the same results:)

What I was hinting at is: the results are then 67.000 and 67.000 or 67.000 and 65.000?
 
Upvote 0
Bot Aladin & myself have asked you the same question, please answer it.
 
Upvote 0
Hi,
Code:
=LARGE([COLOR=Blue]A1:A6,ROWS([COLOR=Red]$1:1[/COLOR])[/COLOR])
That formula is ok,
Thanks again.
 
Last edited:
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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