how to combine multiple files in ms excel

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

Guest

how to combine 2 files become another single file.
example:file 1: ........A........B.......
name address
combine with

file 2: ............A...........B...............C
name address phone

so,
will become:
file 3: ...........A............B.............C
name address phone
 
Hi

(similar to a question yesterday)
if file 1 contains ALL of the names as file 2 (and some extra) and file 2
has no additional names then,
in
file 1 in column C use the formula of
=VLOOKUP(B2,sheet2!$B$2:$C$1000,2,0)
this says, match up the value in B2, with the list in Sheet2 (i.e. the
location of your file 2) and return the phone number where there is an exact
match.

you can then select this new column in file 1 and copy / edit - paste
special, values, to change the formula to values.

Cheers
JulieD
 

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