I have a 10,000 row spreadsheet where I need to convert each row (about 30 columns) into a single cell with a pipe ("|") separator. I've manually created a CONCATENATE statement (=CONCATENATE(A1,"|",B1,"|",C1,"|",D1,"|", ETC.), but that take way too long.
I've tried Pearson's StringConcat, but...