G
Guest
Hey,
I have a problem and want to solve it in excel.
I have two sheets as follows:
Sheet1 : Sheet2:
Nr Name Nr address zip code ...
1 A 1 xx xx
4 X 2 yy yyy
6 Z 3 zz zz
4 ee ee
5 ss ss
6 dd dd
I want to make a third sheet with all the information of sheet 1 and only the informatie of sheet 2 for the lines with an identical number in sheet1 (linking sheet1 and sheet2 via Nr)
Results of sheet 3 :
Nr Name Nr address zip code ...
1 A 1 xx xx
4 X 4 ee ee
6 Z 6 dd dd
So, for all the lines in sheet1, I searched the linked information in sheet2 and shows alle the information per number in sheet3
Anyone an idea how to do this. Maybe I have to write VBA, but I never did that.
An other way is to read all the informatie in Access (but there are to much sheets to link and I want to know if there is now way in excel or in vba)
thanks in advance
Nic
I have a problem and want to solve it in excel.
I have two sheets as follows:
Sheet1 : Sheet2:
Nr Name Nr address zip code ...
1 A 1 xx xx
4 X 2 yy yyy
6 Z 3 zz zz
4 ee ee
5 ss ss
6 dd dd
I want to make a third sheet with all the information of sheet 1 and only the informatie of sheet 2 for the lines with an identical number in sheet1 (linking sheet1 and sheet2 via Nr)
Results of sheet 3 :
Nr Name Nr address zip code ...
1 A 1 xx xx
4 X 4 ee ee
6 Z 6 dd dd
So, for all the lines in sheet1, I searched the linked information in sheet2 and shows alle the information per number in sheet3
Anyone an idea how to do this. Maybe I have to write VBA, but I never did that.
An other way is to read all the informatie in Access (but there are to much sheets to link and I want to know if there is now way in excel or in vba)
thanks in advance
Nic