Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Vlookup equation on multiple tabs

I think...

If you have "Sheet 2" in A1 and want to retrieve the value of Z99 of "Sheet 2",
you can use a formula like:

=indirect("'" & A1 & "'!z99")
or
=if(indirect("'" & A1 & "'!z99")="","",indirect("'" & A1 & "'!z99"))



Dee Mains wrote:

Yes, So in "sheet 1" I am creating a summary of the rest of the sheets with
information on them. "Sheet 2" through "Sheet 18" have a cell that has the
name of each sheet in it, and then a quantity for that sheet along with other
information. On "sheet 1" I want to put in column A the title of each sheet,
and then in collumn B I want excel to read what is in Column A, go to the
corresponding sheet, and read out just that quantity.

"Dave Peterson" wrote:

Formulas don't select cells.

And I don't understand the rest of the question. You may want to rephrase and
try again.

Dee Mains wrote:

Is there a way to use this same function to select a certain cell? I'm
looking through multiple sheets for a sheet that has "test" in cell C3, and
on that sheet, I want the function to read cell F7...

"Dave Peterson" wrote:

Oops. Glad you got it working.

bongiman wrote:

I was trying to get that indirect formula to work for ages before you posted
your reply. Apart from the missing closing bracket before ,25 it's
perfect.....you're a genius!

=VLOOKUP($D30,indirect("'"&b$1&"'!$F:$AS"),25,FALS E)

"Dave Peterson" wrote:

Maybe...

=VLOOKUP($D30,indirect("'"&b$1&"'!$F:$AS",25,FALSE )

where b1 contains one of those worksheet names.


bongiman wrote:

How do I use a vlookup equation on sheet 1 which contains a column with all
the tab names, eg 60093, 60094,....etc, to pull required data from the
respective tabs.

The equation i'm currently using is as follows
=VLOOKUP($D30,'60093'!$F:$AS,25,FALSE)

Any help would be much appreciated.
Thanks

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
.


--

Dave Peterson
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 tabs yhoy Excel Discussion (Misc queries) 4 January 12th 09 05:06 AM
Excell 2007 Vlookup linking multiple tabs seeker Excel Worksheet Functions 5 November 6th 08 09:44 PM
Vlookup and Hlookup equation SGT Buckeye Excel Discussion (Misc queries) 10 May 30th 07 05:09 PM
How do I use VLOOKUP to ref multiple workbooks with multiple tabs? JackieW Excel Discussion (Misc queries) 2 April 11th 06 05:32 PM
Vlookup across multiple tabs Hirsch Excel Worksheet Functions 2 July 20th 05 07:42 PM


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