View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
maijiuli maijiuli is offline
external usenet poster
 
Posts: 56
Default match and insert from one workbook to another

Hello,

I have a project to match SSN's between 2 workbooks and insert columns from
one sheet to another.

Example:

File1
Column A = SSN, Col B = Salary, C = DOB

File2
Col A = SSN, B = Address, C = State, D = Zip

I need to take SSN from file2 and find it in file1. If found match then
copy and paste columns B-D of file2 to end of record on file1.

Is there a formula for this type thing.
--
Thank You!