INDIRECT Vertical Auto-Fill

stuartjohnwood

New Member
Joined
Jun 7, 2010
Messages
24
Hi, I am trying to consolidate data from the same column of multiple spreadsheets.

=INDIRECT("'"&A$1&"'!"&"I14")

A$1
is the first worksheet name with other worksheet names in the subsequent columns to the right. I14 is the first cell where the data begins in each worksheet. My formula above is in cell A2. Therefore, when I drag horizontally, it returns the data in cell I14 for each worksheet listed in Row 1.

However, when I drag vertically, the reference to I14 does not change with auto-fill and I need this to be dynamic i.e. I14, I15, I16 etc.

Can anyone help me understand why this won't work and support with a solution?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Please try the following modified formula, which alludes to a helper Column B with values commencing with 14 on Cell B1 and increasing with each subsequent Row.
Excel Formula:
=INDIRECT("'A$1'!"&"I"&B1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

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