A
adam
if i have a table/sheet like this:
id# first last address
1 bob a ny
2 ron s la
3 dan r ca
and a different one:
id# email phone
1 [email protected] 212
3 [email protected] 718
is it posible to merege so where ever Id# sheet1 = Id# sheet 2 it will auto
add in that row the cells with the data?
example of final result i need:
id# first last address email phone
1 bob a ny [email protected] 212
2 ron s la
3 dan r ca [email protected] 718
id# first last address
1 bob a ny
2 ron s la
3 dan r ca
and a different one:
id# email phone
1 [email protected] 212
3 [email protected] 718
is it posible to merege so where ever Id# sheet1 = Id# sheet 2 it will auto
add in that row the cells with the data?
example of final result i need:
id# first last address email phone
1 bob a ny [email protected] 212
2 ron s la
3 dan r ca [email protected] 718