Forum Discussion
Merge two tables using formulas only
Since you have not specified what you are supposed to get in the Table,, therefore I've used Name to pull records from one to another Table.
Read the instruction and follow, hope this help You !!
- stephaniekramerMar 08, 2022Copper ContributorI'm having a similar issue, and you've almost gotten to the solution. I'm currently trying to Merge Tables where
Table 1 has a column of IDs, and other columns of data that is irrelevant.
Table 2 has some of the same IDs (no additional IDs to Table 1) and these IDS sometimes are repeated with different information.
This is similar to "Sam" having multiple order of different items.
I would like a table that would combine all of the "Sam" rows into 1 row, where if there is multiple data it would be deliminated, i.e., by a comma.
I've been trying to use the Power Query Editor, but I keep getting an Expression.Error: Evaluation ran out of memory and can't continue. This is very frustrating since I was just upgraded to our most powerful/highest memory Engineering level laptop to be able to perform these type of functions. - Davidm54Mar 29, 2021Brass Contributor
Rajesh_Sinha I have a similar issue, but with an added wrinkle or two. The examples posted seem like they might do the job, but I want to merge info from 2 tables that have different columns, and which also may have repeated names in one column in one table, but not the other.
The only shared column will be Name. And in the main table, there will be no double ups, as it's a running list of "clients." The second table is a list of interactions with clients, so they may appear more than once. The second list has no reference to their basic info. Age/DOB, and other things which don't change, I'd like to be able to add that.
I'll attach a very simplified example spreadsheet to give the idea. Any help appreciated.
- Rajesh_SinhaMar 29, 2021Iron Contributor
Check the attached Sheet, I've solved using Yellow Cells headers,,, read the instruction,, confirm whether is working or not,, in case of queries please share expected output with me!
- Davidm54Mar 30, 2021Brass ContributorThanks for this. It's been decided by higher ups that the other list can be static now, but I have another sheet this may be useful for. Will definitely check it.
- Riny_van_EekelenMar 29, 2021Platinum Contributor
Davidm54 Similar to the solution suggested by Subodh_Tiwari_sktneer earlier, but adopted to your specific requirements. See attached.
- Davidm54Mar 30, 2021Brass ContributorAgain, Thanks for this. It's been decided by higher ups that the other list can be static now, but I have another sheet this may be useful for. Will definitely check it.