LARGE Function non array

StevenEdmonton

Board Regular
Joined
Aug 16, 2011
Messages
76
Does anybody know how to use the LARGE function without having to use an array. I have 4 columns that are not next to each other and I need to find the 3 largest value out of the 4 and then take the average value of the 3. Normally you would use the LARGE function but the columns need to be next to each other for it to work, but my columns are not next to each other. Does anybody have any idea how to solve this issue. For example my columns I need to find the 3 largest values are in column C, G, K, Y.

Thanks, Steven
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I have 4 columns that are not next to each other and I need to find the 3 largest value out of the 4 and then take the average value of the 3.

Normally you would use the LARGE function but the columns need to be next to each other for it to work, but my columns are not next to each other.

Does anybody have any idea how to solve this issue. For example my columns I need to find the 3 largest values are in column C, G, K, Y.

Hi Steven
Welcome to the board

That is not true, the columns do not need to be next to each other.

Try, for the average of the 3 largest values in C2, G2, K2, Y2:

=AVERAGE(LARGE((C2, G2, K2, Y2),{1,2,3}))
 
Upvote 0
That uses an array however.

Hi, Hotpepper

You are right, I interpreted it as not using an array formula (CSE), as some programs "compatible" with excel do not like them.

Even if I interpreted right, however, your formula is simpler and will surely work everywhere!
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,293
Members
452,902
Latest member
Knuddeluff

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