View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
JBeaucaire[_84_] JBeaucaire[_84_] is offline
external usenet poster
 
Posts: 1
Default vlookup multiple tabs


yhoy;177828 Wrote:
Partially worked it out by posting on the forum.

=INDIRECT("'"&A3&"'!$D$26")

Cell A3 has the tab name I referred to earlier "US1 / US2/ CA1"

Now instead of a definite cell (D26 as in formula), I want to refer to
another cell (B3) for the location. Do I need another indirect to make
it
work?


Yes, if B3 had a cell reference in it, you could slip it in the same
way:


=INDIRECT("'"&A3&"'!"&B3)


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=49126