Excel 的Split
=left(A1,find("|",A1)-1)
=right(A1,len(A1)-find("|",A1))
[附件下载]
访客: