Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have data in the same area (E8..E57)on multiple (22) worksheets. I need to
copy these 22 columns into one worksheet displaying each column separately. Now I can copy the first column into the destination worksheet, but can I copy that column so that worksheet reference changes only. ( I would make the cells absolute references) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's one way to deliver it in the summary sheet,
dynamic to the source range in each of the 22 source sheets In the summary sheet, List the actual 22 source sheetnames in B1 across to W1 Then place in B2: =INDEX(INDIRECT("'"&B$1&"'!E8:E58"),ROWS($1:1)) Copy B2 across to W2, fill down to W52 to populate. Cols B to W will return the required results. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Steve Irmin" wrote: I have data in the same area (E8..E57)on multiple (22) worksheets. I need to copy these 22 columns into one worksheet displaying each column separately. Now I can copy the first column into the destination worksheet, but can I copy that column so that worksheet reference changes only. ( I would make the cells absolute references) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying data from multiple worksheets | Excel Discussion (Misc queries) | |||
copying multiple worksheets to a new workbook | Excel Discussion (Misc queries) | |||
Copying data to multiple worksheets by Macro | Excel Discussion (Misc queries) | |||
Copying multiple Worksheets | Excel Discussion (Misc queries) | |||
Copying from multiple worksheets | Excel Discussion (Misc queries) |