Can I return multiple columns from a vlookup?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two worksheets each of which has the same unique identifier in the 1st
column. I have manged to get a basic VLOOKUP function working so I understand
the concept. Now what I would like to be able to do is return multiple
columns of data when the VLOOKUP is successful. Is this possible?
 
Carolyn--
you'll need multiple vlookups in subsequent columns to accomplish it.
The Col_index_num needs to be upped for each column you are moving
over.

Hope this helps.

Stacie
 
You can just use multiple =vlookup() formulas.


I have two worksheets each of which has the same unique identifier in the 1st
column. I have manged to get a basic VLOOKUP function working so I understand
the concept. Now what I would like to be able to do is return multiple
columns of data when the VLOOKUP is successful. Is this possible?
 
Thank you both for your help. I had obviously been staring at this problem
for too long and when you step back and look at it the problem is so simple.
Thanks again
 

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