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)
Using the substitute formula gmansour mentioned above works in the new google sheets. However, doing a Find and Replace (CTRL H) does not. I tried using char(10) as a replace and only shows "char(10)".