I am looking to merge a column of 630 cells into one cell with the values separated by "_,"
For example
12
13
14
15
16
would merge to: 12_,13_,14_,15_,16_,
Any thoughts on this? Im struggling to automate the macro such that is works for varying amounts of cells (500 in one sheet, 30...