Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 "fifi" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
multiple text files URGENT | Excel Discussion (Misc queries) | |||
importing multiple text files??? | Excel Discussion (Misc queries) | |||
How can I combine multiple cells in Excel? | Excel Discussion (Misc queries) | |||
Combine multiple Excel files into one master | Excel Discussion (Misc queries) |