Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a totals worksheet (named "Totals," that tabulates all the information
found on the other 100 worksheets in the database. The other worksheets are named "0001", "0002", "0003," and so on. I need to reference data from all 100 worksheets to the Totals sheet. An example of what I need is: A2 on the Totals sheet needs to reference Sheet 0001 cell A2 A3 on the Totals sheet needs to reference Sheet 0002 cell A2 A4 on the Totals sheet needs to reference Sheet 0003 cell A2, etc... I've hunted around with different fill techniques, and different reference techniques but haven't been able to find anything. Hopefully someone out there has a better idea than I do. I am open to ALL ideas. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Into A2 enter the formula =INDIRECT("'" & TEXT(ROW()-1,"0000") & "'!A2") , and copy down for 100 rows Arvi Laanemets "Amanda097" wrote in message ... I have a totals worksheet (named "Totals," that tabulates all the information found on the other 100 worksheets in the database. The other worksheets are named "0001", "0002", "0003," and so on. I need to reference data from all 100 worksheets to the Totals sheet. An example of what I need is: A2 on the Totals sheet needs to reference Sheet 0001 cell A2 A3 on the Totals sheet needs to reference Sheet 0002 cell A2 A4 on the Totals sheet needs to reference Sheet 0003 cell A2, etc... I've hunted around with different fill techniques, and different reference techniques but haven't been able to find anything. Hopefully someone out there has a better idea than I do. I am open to ALL ideas. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: I'm assuming the naming convention is like this: 0001 0002 0010 0100 =INDIRECT(TEXT(ROWS($1:1),"0000")&"!A2") Copy down as needed. Biff "Amanda097" wrote in message ... I have a totals worksheet (named "Totals," that tabulates all the information found on the other 100 worksheets in the database. The other worksheets are named "0001", "0002", "0003," and so on. I need to reference data from all 100 worksheets to the Totals sheet. An example of what I need is: A2 on the Totals sheet needs to reference Sheet 0001 cell A2 A3 on the Totals sheet needs to reference Sheet 0002 cell A2 A4 on the Totals sheet needs to reference Sheet 0003 cell A2, etc... I've hunted around with different fill techniques, and different reference techniques but haven't been able to find anything. Hopefully someone out there has a better idea than I do. I am open to ALL ideas. Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks - it worked great!!!
"Biff" wrote: Hi! Try this: I'm assuming the naming convention is like this: 0001 0002 0010 0100 =INDIRECT(TEXT(ROWS($1:1),"0000")&"!A2") Copy down as needed. Biff "Amanda097" wrote in message ... I have a totals worksheet (named "Totals," that tabulates all the information found on the other 100 worksheets in the database. The other worksheets are named "0001", "0002", "0003," and so on. I need to reference data from all 100 worksheets to the Totals sheet. An example of what I need is: A2 on the Totals sheet needs to reference Sheet 0001 cell A2 A3 on the Totals sheet needs to reference Sheet 0002 cell A2 A4 on the Totals sheet needs to reference Sheet 0003 cell A2, etc... I've hunted around with different fill techniques, and different reference techniques but haven't been able to find anything. Hopefully someone out there has a better idea than I do. I am open to ALL ideas. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
quickly create extra copies of a worksheet template in a workbook | Excel Worksheet Functions | |||
Update a formula based on date worksheet was saved | Excel Worksheet Functions | |||
Create a list in one worksheet of the other worksheets' names | Excel Worksheet Functions | |||
increment/populate numbers by worksheet | Excel Discussion (Misc queries) | |||
Identifying the Active Fill Color | Excel Discussion (Misc queries) |