Dynamic Summing Range

nuggie

New Member
Joined
Jan 4, 2005
Messages
43
I have workbook that has one tab with forecast data. Each column is a week and there are 10 rows of data under the column and I want to the value(s) from row 10.

I have second tab that has starting week number and ending week number. For example Start 4 End 6

I am trying to sum the results of Week 4, Week 5 and Week 6

Thanks
~n
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Nuggie

The start week number is in Sheet1!A1, end week number is in sheet1!B1. Forecast data is in sheet2, starting in column A.

Try
=SUM(OFFSET(Sheet2!A10,0,Sheet1!A1-1):OFFSET(Sheet2!A10,0,Sheet1!B1-1))


HTH

Tony
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

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