Matching information from one spreadsheet to another.
Posted by H. Cooks on February 19, 2001 8:51 AM
Hello All,
I have two spreadsheets containing four columns each,
both contain the same basic information, with the
exception that one spreadsheet contains additional
rows containg additional information.
i.e.
Spreadsheet 1 Spreadsheet 2
a b c d a b c d
1 2 3 4 1 2 3 4
1 5 7 8 1 5 7 8
2 4 5 6 7 7 7 9
7 5 7 7 2 4 5 6
7 5 7 7
As you can see the information is the same in both
spreadsheets, with the exception of Row four of Columns
a, b, c, and d of spreadsheet 2, (7 7 7 9). Now
imagine 2000 such lines. I need to take information
from Spreadsheet 2, match it up to Spreadsheet 1, add
a line in Spreadsheet 1 for the additional information
in Spreadsheet 2. Can this be done with a MACRO or
a LOOKUP funtion? If so how, if not, then how can I
do this other than Cut and Paste.
Thank You.