Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default How do I lookup data from multiple worksheets?

I am trying to make a single worksheet that references information from
multiple different worksheets. If I name the individual worksheets 1, 2, 3,
4... shouldn't I be able to have a worksheet that will display whatever is in
cell A1 of each worksheet without having to manually link the sheets. I
tried linking cell A1 of worksheet 1 to cell A1 of the main worksheet and
that worked fine. When I tried to copy the formula to the next column and
simply change the reference to worksheet 2, it doesn't work. Please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default How do I lookup data from multiple worksheets?

Please post the formulas you are using.
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"Richard" wrote:

I am trying to make a single worksheet that references information from
multiple different worksheets. If I name the individual worksheets 1, 2, 3,
4... shouldn't I be able to have a worksheet that will display whatever is in
cell A1 of each worksheet without having to manually link the sheets. I
tried linking cell A1 of worksheet 1 to cell A1 of the main worksheet and
that worked fine. When I tried to copy the formula to the next column and
simply change the reference to worksheet 2, it doesn't work. Please help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How do I lookup data from multiple worksheets?

Try using the INDIRECT function:
=INDIRECT(COLUMN()&"!A1")

Note that copying this across will change address from 1!A1 to 2!A1, but
that copying down will not change it at all. To adjust the cell reference as
well, you could try playing around with the reference, just remember to use
the ampersand to concatenate the text and function parts of your formula.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Richard" wrote:

I am trying to make a single worksheet that references information from
multiple different worksheets. If I name the individual worksheets 1, 2, 3,
4... shouldn't I be able to have a worksheet that will display whatever is in
cell A1 of each worksheet without having to manually link the sheets. I
tried linking cell A1 of worksheet 1 to cell A1 of the main worksheet and
that worked fine. When I tried to copy the formula to the next column and
simply change the reference to worksheet 2, it doesn't work. Please help.

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
Lookup Multiple Worksheets DMcCormack Excel Discussion (Misc queries) 3 December 6th 08 12:58 AM
Lookup Data Across Multiple Worksheets Lee4 Excel Discussion (Misc queries) 4 August 16th 08 10:07 PM
How can use a lookup formula through multiple worksheets? stumped.... Excel Worksheet Functions 1 May 30th 06 10:54 PM
Lookup across multiple worksheets Ray Stubblefield Excel Worksheet Functions 14 November 15th 05 09:43 PM
Lookup across multiple worksheets DCSwearingen Excel Worksheet Functions 2 August 29th 05 03:03 PM


All times are GMT +1. The time now is 01:05 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"