Moving Range In Large Formula

Lewzerrrr

Active Member
Joined
Jan 18, 2017
Messages
256
Hi

I have some data in sheet2 that has sales data by week, it consists of 5 columns per week.

In sheet1, I need to pull the largest number's by week so my starting formula would be =LARGE(Sheet2!I$11:I$30003,1)

I then need to drag it to the next cell which is next week, the new formula has to be =LARGE(Sheet2!N$11:N$30003,1) but obviously this won't happen. Do I need to use ADDRESS or OFFSET?

Thanks
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
If your first formula is in A1, and you are copying to the right:

=LARGE(INDEX(Sheet2!$I$11:$Z$30003,,5*COLUMNS($A1:A1)-4),1)

If you are copying down, change COLUMNS($A1:A1) to ROWS(A$1:A1)

Adjust the column Z reference depending on the width of the data.
 
Upvote 0

Forum statistics

Threads
1,224,907
Messages
6,181,668
Members
453,059
Latest member
jkevin

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