Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jnasr
 
Posts: n/a
Default help with vlookup across multiple worksheets

Hi,

I'm pretty new to using lookup functions. I have a workbook wiuth 96
worksheets, and rather than linking individual cells to each worksheet,
I was hoping I could use a lookup function. I entered the name of each
worksheet on my output page. Is there a way to get the lookup function
to read the data in that cell as the name of the worksheet? Any help
would be appreciated.

Thanks!

  #2   Report Post  
Biff
 
Posts: n/a
Default help with vlookup across multiple worksheets

Hi!

Try something like this:

G1 = sheet name

=VLOOKUP(A1,INDIRECT("'"&G1&"'!a1:b5"),2,0)

Biff

"jnasr" wrote in message
oups.com...
Hi,

I'm pretty new to using lookup functions. I have a workbook wiuth 96
worksheets, and rather than linking individual cells to each worksheet,
I was hoping I could use a lookup function. I entered the name of each
worksheet on my output page. Is there a way to get the lookup function
to read the data in that cell as the name of the worksheet? Any help
would be appreciated.

Thanks!



  #3   Report Post  
Rowan Drummond
 
Posts: n/a
Default help with vlookup across multiple worksheets

Assuming your sheet name is in cell A5 and you want to return the value
of cell A1 from that sheet try:
=INDIRECT(A5&"!A1")

Hope this helps
Rowan

jnasr wrote:
Hi,

I'm pretty new to using lookup functions. I have a workbook wiuth 96
worksheets, and rather than linking individual cells to each worksheet,
I was hoping I could use a lookup function. I entered the name of each
worksheet on my output page. Is there a way to get the lookup function
to read the data in that cell as the name of the worksheet? Any help
would be appreciated.

Thanks!

  #4   Report Post  
jnasr
 
Posts: n/a
Default help with vlookup across multiple worksheets

to make it simpler, let's say I have sheet 1 and 2. On sheet 2, I have
data from cells b9 to c109. I'm trying to use the vlookup to reference
the data label in the first column of sheet 2 (column b in the array)
and lookup the data value in the second column (column c).

on the first sheet, i have the second sheet name in cell d3 and the
lookup reference in cell b3. I think Biff's suggestion may work, but I
don't know how to manipulate the indirect function. Excel's help tool
was pretty useless.

Thanks,
Joe

  #5   Report Post  
Biff
 
Posts: n/a
Default help with vlookup across multiple worksheets

Try this:

=VLOOKUP(B3,INDIRECT("'"&D3&"'!B9:C109"),2,0)

Biff

"jnasr" wrote in message
ups.com...
to make it simpler, let's say I have sheet 1 and 2. On sheet 2, I have
data from cells b9 to c109. I'm trying to use the vlookup to reference
the data label in the first column of sheet 2 (column b in the array)
and lookup the data value in the second column (column c).

on the first sheet, i have the second sheet name in cell d3 and the
lookup reference in cell b3. I think Biff's suggestion may work, but I
don't know how to manipulate the indirect function. Excel's help tool
was pretty useless.

Thanks,
Joe





  #6   Report Post  
jnasr
 
Posts: n/a
Default help with vlookup across multiple worksheets

Thanks!

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
Vlookup multiple worksheets jschillin38 Excel Discussion (Misc queries) 0 September 29th 05 05:06 PM
vlookup multiple worksheets Laura Excel Worksheet Functions 6 September 23rd 05 05:57 PM
VLOOKUP Function using multiple worksheets Fiona Excel Discussion (Misc queries) 1 March 10th 05 08:55 AM
VLOOKUP Function using multiple worksheets Fiona Excel Discussion (Misc queries) 0 March 10th 05 05:24 AM
vlookup over multiple worksheets Neil Excel Worksheet Functions 3 December 16th 04 08:19 PM


All times are GMT +1. The time now is 12:55 AM.

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"