I\'ve been trying to figure out how to replace commas with line-breaks. I\'ve tried using (/r/n/), char(10), the Unicode representation (can\'t rem
(/r/n/)
char(10)
example using formula to parse
=SPLIT(A14,CHAR(10))