So I am able to concatenate the same rows. I am trying to make a street index. Right now I have The same street name in multiple rows, but I would like One street name showing the Index with Commas. Example for right now: ROAD A: A1
ROAD A: A2, ROAD A: A3. So those three entries are each a row, and I would like it to read ROAD A: A1, A2, A3.
Thank you.