咁正常黎講應該係用formula好d既, 因為就算你加左新data都好都可以即時自動拆返開兩行,唔使次次都撳一次text to column.
做法好簡單
假設你d data放係column a, 而a1係title, a2開始係資料, 數字5個位, 1個空格, 後面就係文字
1) 先係你自己個raw data到撳ctrl + t令你個表變成excel official table.
2) create 2個新column, 一個係放num, 一個係放text
3) num果行column 輸入 = left( a2, 5)
4) text果行column 輸入 = mid( a2, 7,99)
咁每次係RAW果行到打新資料佢都會自動分開NUM 同TEXT
