📜  在excel中提取文本中的单词 - VBA代码示例

📅  最后修改于: 2022-03-11 14:51:55.062000             🧑  作者: Mango

代码示例1
Excel formular
=TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",LEN(A1))), (N-1)*LEN(A1)+1, LEN(A1)))
'Replace A1 with the target columns
'Replace N with the word position