ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Gathering Data from various tabs (https://www.excelbanter.com/excel-worksheet-functions/85914-gathering-data-various-tabs.html)

ask72883

Gathering Data from various tabs
 
Hi,

I have this massive file with some 60 odd tabs and I was wondering what
function would be the best way to approach gather data from each of these
tabs and putting it on the first sheet. Each of the tabs are structured the
same way so I would be grabbing simply the date and the data item (which will
always be in the same cell) for all 60 and putting them on the first sheet.
Any help is greatly appreciated.

Thanks,

Andy

Ron de Bruin

Gathering Data from various tabs
 
Hi ask72883

You can try
http://www.rondebruin.nl/summary.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"ask72883" wrote in message ...
Hi,

I have this massive file with some 60 odd tabs and I was wondering what
function would be the best way to approach gather data from each of these
tabs and putting it on the first sheet. Each of the tabs are structured the
same way so I would be grabbing simply the date and the data item (which will
always be in the same cell) for all 60 and putting them on the first sheet.
Any help is greatly appreciated.

Thanks,

Andy




Miguel Zapico

Gathering Data from various tabs
 
One solution can be the use of INDIRECT(). You may create a column with the
name of the sheets (let's say column A), and in other column(s) you create
the text reference to the cell(s) you want. For example, to get cell $D$5
you can use:
=A1 & "!$D$5"
Copying this formula along your list of sheets will produce cells with
something like "Sheet1!$D$5", "Sheet2!$D$5", etc. Now to refer to the values
on those cells, use the formula:
=INDIRECT(B1)

Hope this helps

"ask72883" wrote:

Hi,

I have this massive file with some 60 odd tabs and I was wondering what
function would be the best way to approach gather data from each of these
tabs and putting it on the first sheet. Each of the tabs are structured the
same way so I would be grabbing simply the date and the data item (which will
always be in the same cell) for all 60 and putting them on the first sheet.
Any help is greatly appreciated.

Thanks,

Andy



All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com