Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two seperate excel files. One of these files is a list of
products and the other file is a sorted one by part number and brand. What I need to do is basically cross reference the two files so where the part numbers equal each other I need to append the brand information from File B to File A. File A is named Master_File.csv and File B is named test_lookup_table_brand_part.csv Sample data from File B Column A 1683 Column B snma Column C tscny Column D altima this data would need to append to my File A or Master_File in the following way.. Cross Ref B to A on Column A where 1683 match each other. Take Data from File B Col B,C,D and append it to existing data. They all have existing data already, but append to it so it looks like. Column BA is the area to append to existing data, existing data, snma, tscny, altima You can see the operation appended snma, tscny, altima from the File B to File A, but left the original data in its format. Any ideas on how to do this? I've thought of using helper columns, but there are many more rows of information in File A than B. I don't want to have to copy each row individually and match them up with the thousands of entries. They are both CSV files.. File B could possibly remain an XLS too if that helps. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Append Data From Two Files | Excel Discussion (Misc queries) | |||
How can I append multiple sheets from mulitple xls. files. into 1 | Excel Discussion (Misc queries) | |||
macro to append ones files xls into one ? | Excel Programming | |||
Overwrite / Append files? | Excel Discussion (Misc queries) | |||
Excel will not append to €śopen with€ť menu for .txt files. | Excel Discussion (Misc queries) |