Excell VLookup

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Hi All

I am trying to set the "table_array' part of this formula an individual
cell. For '15.04.08'!A3:K38 as cell A7 or cell A7!A3:K38

=VLOOKUP(A8,'15.04.08'!A3:K38,7)

Basically trying to define which worksheet to look in for the value.

Hope this makes sense

Cheers
 
I'm assuming the lookup table is in the *same* range on the different
sheets.

A7 = sheet name = 15.04.08

=VLOOKUP(A8,INDIRECT("'"&A7&"'!A3:K38"),7)
 
Hi Biff

just tried this with no joy, responds with a #Ref error, and yes the lookup
is the same range on each sheet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top