- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Joining Multiple Data Tables
Hiya!
I am having issues merging these two data tables. For some reason, every way I merge them, I end up with 60,000+ rows. I know I should be able to just join the tables or update the information from table two into table one, but I am stuck. I thought of trying the Query builder, but I am confused, and I also do not know how to code so I cannot join the tables that way.
Thoughts?
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Joining Multiple Data Tables
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Joining Multiple Data Tables
Try using Join and Match with two columns:
-Jarmo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Joining Multiple Data Tables
Thank you for your kindness!