I have a table similar to the image below. Column A has repeated values, while column B has values corresponding to column A. e.g. a single customer can have multiple orders.
What I would like to do is combine the rows, so that there is only one row per unique column A value (customer) and in the column B for that row, all column B values (orders) are gathered together in a comma separated list.
What I would like to do is combine the rows, so that there is only one row per unique column A value (customer) and in the column B for that row, all column B values (orders) are gathered together in a comma separated list.