Hello,
On my sample spreadsheet, I would like to concatenate A1:A15 into a single cell (into say cell B1), separating each cell by a comma and space, and skip all blank cells. These cells will actually be formulas, so that’s why I will sometimes have blank cells that can’t be removed beforehand. Also, no long nested IF’s, because I will expanding the column to over 50 rows. The final solution should generate:
Lions, Blue Whales, Bottle-nose Dolphins, Tiger, Sloth, Gremlin, Red Wolf, Bald Eagle
So, I also need to skip the last comma and space as well. I’ve tried using Substitute, but it wants to put commas between every single word. I would prefer a non-VBA solution. Thanks!!!
Bookmarks