Skip to content
Advertisement

Tag: m

How to combine rows with the same ID into a list

How can I make the below table like a list. I want the result to be like this Any ideas? Answer try the following, it may solve your problem. Let’s say your existing table name is yourTable and the new table to be created is groupedNames. in data view, click on new table and paste the following:

Advertisement