How may I replace the carriage return (new line) in a cell with a comma and a space (", ") using the command SUBSTITUTE or any other suitable command.
As an example I want to change left cell to look like the right cell. Thank you.
char(10) is for newline, so:
=SUBSTITUTE(A1,char(10),", ")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With