Look-up (match) and merge data

?

?Info?

I need to match a column on two sheets. Then use that match to pull over
multiple other cells related to that matched cell. For example: Each Sheet
contains employee IDs, but sheet 2 also contains there First & Last name,
Date of Employment, etc. Each Data point on the same line but in different
columns. I've already tried vlookup but I can only bring over one data
point, and not multiples at the same time.
 
M

Max

Indicatively: =Trim(vlookup(2)&" "&vlookup(3))
where 2,3 are the col indexes for first & last names
would return the desired concatenation of the first & last names
which is also trimmed of any extraneous white spaces
 

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

Top