join 2 spreadsheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one file with fields
F1 F2 F3 ....
1 2 31
2 3 32
3 4 33
and I have to update it from another file with fields
F1 F3
1 51
3 53
where F1 is the key field
as a result I must receive:
F1 F2 F3 ....
1 2 51
2 3 32
3 4 53
How can I do it?
 
OK, but if I want to inclue all the records from both files, for example:
I have one file with fields
F1 F2 F3 ....
1 2 31
2 3 32
3 4 33
7 7 37
and I have to update it from another file with fields
F1 F3
1 51
3 53
5 55
where F1 is the key field
as a result I must receive:
F1 F2 F3 ....
1 2 51
2 3 32
3 4 53
5 55
7 7 37

How can I do it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top