I have a table with two columns. Column A includes dates and column B contains simple text. The date column has duplicates. What I want to have is concatenate the contents of column B cells for identical dates. Basically, similar to running a query and grouping on the date column with an aggregate function like sum() on column B; but there is no aggregate function for text. The solution needs to be for a dynamic list, as the input is made via a google form by the users.
This link offers a solution but you have to copy and paste the rows.
Many thanks
Sabba