1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Is there a more efficient way to do what I am doing? (Merge tables keeping values)

Our take

Are you seeking a more efficient method to merge multiple tables while retaining unique identifiers and associated values? In your case, you have three tables with names and corresponding values, and you want to consolidate them into a single table that highlights these relationships. While your current approach using Power Query and pivot tables is functional, it's understandable to desire a more streamlined solution. Let's explore innovative techniques that can simplify this process, enhance your productivity, and make data comparison more intuitive.

So I have three tables:

https://preview.redd.it/mwzou7dva0qg1.png?width=964&format=png&auto=webp&s=744f10a3fad0171dfb408d62f01440e8cbdb87cc

And I want to merge them into a table like this one:

https://preview.redd.it/ztbg4ld3b0qg1.png?width=503&format=png&auto=webp&s=91dad64f697b523ac6c95cc1b868b9bd58653a3c

As you can see, I want to keep the first column as the unique list of names, adding all the different names from the 3 columns. But I want to grab the 3 values from the different tables. I know the values in the different columns don't match the names, but that is exactly the point since I want to compare the values fro the different names. I don't mind the empty cells either.

So far what I am doing is append the tables into a single one with power query, loading it into a pivot table to stack de names, then adding the three different values and copy paste it without format into a different sheet and then converting it to an Excel table.

It actually works, but I can't stop thinking that this is way too innefficient and annoying and that there is an easier way to do it. Can anyone help with this?

submitted by /u/Almogaver95
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with

#Excel compatibility#Excel alternatives for data analysis#financial modeling with spreadsheets#Excel alternatives#rows.com#merge#tables#values#Excel#power query#pivot table#efficiency#unique list#comparison#append#empty cells#stacking#copy paste#data manipulation#conversion