Large Function, multiple columns

Wonga Denga

New Member
Joined
Apr 17, 2020
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
I would like to extract the 2nd, 3rd, 4th etc values of a sheet using the LARGE FUNCTION from different columns.

So I want excel to examine columns (H4-H57) + (M4-M47) + (R4-R47) + (W4-W47) and give me the highest value. In another cell I would like the 2nd highest value. In the next I would like the 3rd highest. I tried using the LARGE FUNCTION but it I came with an error. Does anyone know how to approach this using the LARGE FUNCTION? Thanks.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi & welcome to MrExcel.
How about
=AGGREGATE(14,6,H4:W47/(MOD(COLUMN(H4:W4),5)=3),1)
 
Upvote 0
Another option would be to use named range.
Under Formulas select Define Names.
-Enter a Range Name (I just used TestR in this example)
-Under refers to: select the columns. Select column H4:H47 then holding down the CTRL key select M4:M47 ... etc.
1587147212290.png


Then just use the LARGE function referring to the TestR (or the name you used).

Book1
FGHIMNRSW
4150022727815839
524924553236415
63490208219234127
749082419500
8175428122262
92727536968
10379195148378
114663250252
1233292355228
13492169463149
Sheet1
Cell Formulas
RangeFormula
G4G4=LARGE(TestR,1)
G5G5=LARGE(TestR,2)
G6G6=LARGE(TestR,3)
 
Upvote 0

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

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