Forum Discussion
nickcicc
Sep 30, 2019Copper Contributor
New Spill function making concatenate output difficult?
I'm no Excel whiz, but I need to be able to concatenate the contents of cells in 9 columns into one, for each row in a 1000 row spreadsheet, with comma-delimited output. I used to be able to do this ...
- Sep 30, 2019
Never mind - I have realised that CONCAT appears to have superseded CONCATENATE, and using CONCAT is giving me the output I need.