View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
JBeaucaire[_44_] JBeaucaire[_44_] is offline
external usenet poster
 
Posts: 1
Default Using text from cell in a range lookup


Your formula becomes:

=VLOOKUP(A1,INDIRECT("'"&A2&"'!$A$23:$D$320"),4,fa lse)

The name in cell A2 must be EXACTLY the same as the sheetname for this
to work.


--
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=46745