Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Return Values in a specific column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Return Values in a specific column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Return Values in a specific column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Return Values in a specific column

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search a column for values, return a value from adj column Adam Excel Worksheet Functions 2 June 18th 08 08:35 AM
Return specific values based on multiple crireria Ian S Excel Discussion (Misc queries) 2 June 13th 08 11:26 AM
extracting specific values and replacing in set column hudini Excel Discussion (Misc queries) 5 September 3rd 07 05:16 PM
Counting a specific range of values within a column kenm Excel Discussion (Misc queries) 7 January 2nd 07 08:34 PM
Adding multiple cells, return specific values Jim Excel Worksheet Functions 4 December 8th 04 07:26 AM


All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"