VLOOKUP where a cell specifies the table array

  • Thread starter Thread starter Hall
  • Start date Start date
H

Hall

I want to use vlookup where the table array I'm looking up is actually
specified in a cell.

This is what I want:
=vlookup(A1, B2, 2, false)

where B2 has the value "A10:A20"

What is the syntax or construct for this?

Thanks so much
 
=vlookup(A1, indirect(B2), 2, false)


I want to use vlookup where the table array I'm looking up is actually
specified in a cell.

This is what I want:
=vlookup(A1, B2, 2, false)

where B2 has the value "A10:A20"

What is the syntax or construct for this?

Thanks so much
 

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