Excel中,怎样截取汉字左边的字母?
1个回答

B1=left(A1,match(2,lenb(mid(A1,row(1:99),1)),)-1) 数组公式,ctrl+shift+enter结束

C1=mid(A1,match(2,lenb(mid(A1,row(1:99),1)),),lenb(A1)-len(A1)) 同样是数组公式

D1=substitute(substitute(A1,B1,),C1,)

如果是C列为A列减去B列后的结果

C1公式为=substitute(A1,B1,)