Pretty Vacant
New Member
- Joined
- May 18, 2015
- Messages
- 31
Morning,
I have a spreadsheet with a number of worksheets all with data about specific projects. I have created a summary sheet which pulls data from all the worksheets into one place. In order to do this I used the Indirect function. As all the worksheets are set up exactly the same, I created 'helper' grid with worksheet names in column A and the column letter in row 4 so Indirect would know where to look. I used the formula: =IFERROR(INDIRECT(""&$A5&""&"!"&B$4&3),0) and this works great.
My question is this; is it possible to use the indirect as above but without having to create the helper grid and then hiding it?
Many Thanks
P
I have a spreadsheet with a number of worksheets all with data about specific projects. I have created a summary sheet which pulls data from all the worksheets into one place. In order to do this I used the Indirect function. As all the worksheets are set up exactly the same, I created 'helper' grid with worksheet names in column A and the column letter in row 4 so Indirect would know where to look. I used the formula: =IFERROR(INDIRECT(""&$A5&""&"!"&B$4&3),0) and this works great.
My question is this; is it possible to use the indirect as above but without having to create the helper grid and then hiding it?
Many Thanks
P