Using Vlookup w/ Multiple Lookup values

  • Thread starter Thread starter Angela Markou
  • Start date Start date
A

Angela Markou

Hi -

I was wondering if anyone knew of a formula or of code I
can write in VBA that would allow me to use a Vlookup
formula (or similar) to use multiple lookup criterias in
order to query data from different locations.

Any suggestions would be greatly appreciated!

Angela
 
If I understand you correctly, and if hardcoding works for you, you
might try something like

=VLOOKUP({value1,value2}, dataRange, 2, False)

Alan Beban
 
Hi Angela
can you provide some more details:
- what kind of lookup criteria
- what are your different locations
- is VBA required or is a worksheet function based solution also
feasible
- provide some examples (plain text - no attachments please)
 
Your Vlookup query

Come on Angela

Its not rocket science is it? Very easy!

Jason M
 
Last edited:

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