
New Member

November 21, 2017

Hi there, I have a table of data from a query containing listings of one entry for each issue date of a document. I want to merge this into one entry of each document containing every issue dates in the following columns.
From this:
Document ID Date
34304 23.11.2011
34304 24.03.2012
34305 23.11.2011
34305 24.03.2012
34305 26.03.2017
34306 23.11.2011
Into this:
Document ID Date-1 Date-2 Date-3 ... Date-n
34304 23.11.2011 24.03.2012
34305 23.11.2011 24.03.2012 26.03.2017
34306 23.11.2011
Is there an easy way doing this in Power Query, alternatively a VBA code.
In advance thanx.
1 Guest(s)
