Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
hope someone can help on this. What I have is a document which contains 101 separate worksheets. The first sheet is a summary page and there are 100 other sheets which are identical. What I need is for the same cell on each of the 100 sheets to be copied into the summary sheet, but moving down 1 row each time. EG: I want Cell A1 from sheet 1 to appear in cell A1 on the summary page. I want cell A1 from sheet 2 to appear in cell B1 on the summary page. I want cell A1 from sheet 3 to appear in cell C1 on the summary page etc Can excel do this automatically? -- www.unlockingshop.co.uk change 'spam' to 'info' to email Motorola V3 Razr unlocking by post - £15 |
#2
![]() |
|||
|
|||
![]()
One way
Assuming the 100 sheets are named: Sheet1, Sheet2 ... Sheet100 In "Summary" ------------ Put in A1: =OFFSET(INDIRECT("Sheet"&COLUMNS($A$1:A1)&"!$A$1") ,ROWS($A$1:A1)-1,) Copy A1 across to Cv1, fill down by as many rows as required -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Jon" wrote in message ... Hi, hope someone can help on this. What I have is a document which contains 101 separate worksheets. The first sheet is a summary page and there are 100 other sheets which are identical. What I need is for the same cell on each of the 100 sheets to be copied into the summary sheet, but moving down 1 row each time. EG: I want Cell A1 from sheet 1 to appear in cell A1 on the summary page. I want cell A1 from sheet 2 to appear in cell B1 on the summary page. I want cell A1 from sheet 3 to appear in cell C1 on the summary page etc Can excel do this automatically? -- www.unlockingshop.co.uk change 'spam' to 'info' to email Motorola V3 Razr unlocking by post - £15 |
#3
![]() |
|||
|
|||
![]()
Jon,
Put this in A1 of the summary sheet, and fill down: =INDIRECT("'Sheet"&B1 & "'!" & "A1") In Column B, put 1, 3, 3, going down. Do this by putting 1 in the first cell, then use the Fill Handle downward holding Ctrl. Hide Column B. -- Earl Kiosterud mvpearl omitthisword at verizon period net ------------------------------------------- "Jon" wrote in message ... Hi, hope someone can help on this. What I have is a document which contains 101 separate worksheets. The first sheet is a summary page and there are 100 other sheets which are identical. What I need is for the same cell on each of the 100 sheets to be copied into the summary sheet, but moving down 1 row each time. EG: I want Cell A1 from sheet 1 to appear in cell A1 on the summary page. I want cell A1 from sheet 2 to appear in cell B1 on the summary page. I want cell A1 from sheet 3 to appear in cell C1 on the summary page etc Can excel do this automatically? -- www.unlockingshop.co.uk change 'spam' to 'info' to email Motorola V3 Razr unlocking by post - £15 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
Find all text instances in a sheet and add one number from each row | Excel Discussion (Misc queries) | |||
Cell set to wrap text and blank line -- fix? | Excel Discussion (Misc queries) | |||
how to hyperlink text to a cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions |