I have content like "3 4 5; 5 6 7; 8 9 10" in a cell and I would like to split it by the semicolons so that I have "3 4 5", "5 6 7", and "8 9 10" in three cells.
SPLIT() normally does this fine, but the problem is that Google Sheets keeps on interpreting the content as a date. Selecting "Plain Text" doesn't help because it converts the content to a date, then converts that date to a number, then displays the number as Plain Text.
