find & replace commas with newline on Google Spreadsheet

前端 未结 7 2267
悲&欢浪女
悲&欢浪女 2020-12-05 09:51

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

7条回答
  •  眼角桃花
    2020-12-05 10:32

    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)".

提交回复
热议问题