Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook containing multiple worksheets. In each worksheet, I have
some data in cells under column L. I wish to return all data residing in column L in every worksheet back to a designated worksheet with in the same workbook. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put the names of the worksheets in A1, B1, C1, D1 etc, then put this
formula in A2: =INDIRECT("'"&A$1&"'!L"&ROW($A1)) Then copy this across to the other cells in row 2 - it will bring data from L1 of each sheet, but if you wanted it to start with L5, for example, just change to ROW($A5). Then you can copy the row of formulae down for as many rows as you need. Hope this helps. Pete On Aug 12, 9:09*pm, Eric H wrote: I have a workbook containing multiple worksheets. *In each worksheet, I have some data in cells under column L. *I wish to return all data residing in column L in every worksheet back to a designated worksheet with in the same workbook. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Pete!
"Pete_UK" wrote: Put the names of the worksheets in A1, B1, C1, D1 etc, then put this formula in A2: =INDIRECT("'"&A$1&"'!L"&ROW($A1)) Then copy this across to the other cells in row 2 - it will bring data from L1 of each sheet, but if you wanted it to start with L5, for example, just change to ROW($A5). Then you can copy the row of formulae down for as many rows as you need. Hope this helps. Pete On Aug 12, 9:09 pm, Eric H wrote: I have a workbook containing multiple worksheets. In each worksheet, I have some data in cells under column L. I wish to return all data residing in column L in every worksheet back to a designated worksheet with in the same workbook. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome, Eric - thanks for feeding back.
Pete On Aug 13, 1:51*am, Eric H wrote: Thanks Pete! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search a column for values, return a value from adj column | Excel Worksheet Functions | |||
Return specific values based on multiple crireria | Excel Discussion (Misc queries) | |||
extracting specific values and replacing in set column | Excel Discussion (Misc queries) | |||
Counting a specific range of values within a column | Excel Discussion (Misc queries) | |||
Adding multiple cells, return specific values | Excel Worksheet Functions |