Hi is there a way to achive the following in excel without writing anykind of VB or ADO scripts
table1
column1 column2
1 a
2 b
3 c
4 d
table2
column1 column2
1 aa
2 bb
3 cc
5 e
result
column1 column2 column2
1 a aa
2 b bb
3 c cc
4 d
5 e
Hi is there a way to achive the following in excel without writing anykind of VB or ADO scripts
table1
column1 column2
1 a
2 b
3 c
4 d
table2
column1 column2
1 aa
2 bb
3 cc
5 e
result
column1 column2 column2
1 a aa
2 b bb
3 c cc
4 d
5 e
Use Vlookup Function to joint the tables
http://www.techonthenet.com/excel/formulas/vlookup.php
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks