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?
=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?