Using OFFSET to return cells containing strings to a new column

ejo31

New Member
Joined
Oct 1, 2015
Messages
1
I have a very large spreadsheet containing regional economic data forecasts up until 2100. Economic output is broken down by sector, region, year, scenario etc.

I managed to sum the regional output by using the following formula, which sums all 46 rows (for the 46 sectors), returning the regional output in a new column.

Code:
=SUM(OFFSET($E$2,(ROW()-2)*46,0,46,1))
<code>

I now want to create a forumula which works on the same principle, but places the region name/year/scenario varient, each in a different column next to the aggregated regional output.

However, this forumla does not work. Are there any suggestions?

I tried something like the following (the first name is in C2), but it didn't work:

Code:
=C2(OFFSET($C$2,(ROW()-2)*46,0,46,1))
</code>
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Welcome to the board. Have you considered SUMIF or SUMIFS functions? A quick internet search should provide lots of examples.
 
Upvote 0

Forum statistics

Threads
1,216,091
Messages
6,128,775
Members
449,468
Latest member
AGreen17

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