I'd like to combine a range of cells of data so that it comes out with just one text string and a comma + space between each one. I have been successful in using concatenate:
=ArrayFormula(concatenate(C3:F&", "))
but there are extra commas that don't need to be there in between some data and a lot of extra commas at the end.