J
Joe
I have a worksheet with a bunch of data in it. The first
row consists of student ID numbers. The rest of it is
just information about the students. In another worksheet
I have another column of data which I would like to insert
into the first worksheet. Unfortunetly, both data sets
are not sorted, nor can they be sorted because it would
screw up the rest of the data. Basically, I need a way to
search 2 columns for data, and when it finds a match, take
the data from the column on the right side of the second
sheet, and place it with the corresponding data on the
first sheet. For example:
Sheet 1 Sheet 2
A B A B
1 356 1 569 583824
2 482 2 356 4588618
3 569 3 1798 638841
4 1798 4 482 355471
So I would need to search column A of both worksheets and
when I find a match, take the data from the corresponding
cell in column B of worksheet 2 and put it into column B
of worksheet 1. Any suggestions?
row consists of student ID numbers. The rest of it is
just information about the students. In another worksheet
I have another column of data which I would like to insert
into the first worksheet. Unfortunetly, both data sets
are not sorted, nor can they be sorted because it would
screw up the rest of the data. Basically, I need a way to
search 2 columns for data, and when it finds a match, take
the data from the column on the right side of the second
sheet, and place it with the corresponding data on the
first sheet. For example:
Sheet 1 Sheet 2
A B A B
1 356 1 569 583824
2 482 2 356 4588618
3 569 3 1798 638841
4 1798 4 482 355471
So I would need to search column A of both worksheets and
when I find a match, take the data from the corresponding
cell in column B of worksheet 2 and put it into column B
of worksheet 1. Any suggestions?