Large formula with absolute reference

chris999

New Member
Joined
Mar 21, 2011
Messages
2
Hi all,

I have a match formula linked to a drop-down list.. So that the user selects the variable, and the match formula says the data is in column 4.

I want to use the Large formula to pull the biggest, 2nd biggest, 3rd biggest, etc.. from the data in column 4..

Currently I have
=LARGE(SameDay!D$2:D$400,1)

where "SameDay" is the sheet that contains the data. Suppose the column # I want to search is in cell C1.. If C1 changes to 6 for example, how would the formula be written so that it would search the F column, instead of the D column..?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the board...

Try

=LARGE(INDEX(SameDay!A$2:Z$400,0,$C$1),1)


Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,911
Members
452,949
Latest member
beartooth91

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