原图尺寸 37.06 KB
greensongqy 查看完整内容
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
原图尺寸 7.54 KB
wbx6769 发表于 2017-3-4 10:27 =MID(A1,2,LEN(A1)-6) 这个可以满足前两个,第三个条件没什么思路
Dekenstr 发表于 2017-3-5 09:17 最后一个用substitute()函数比较方便吧。 =substitute(原字符串,"feps","")
原图尺寸 39.22 KB
lijianyu5286 发表于 2017-3-5 09:36 对 =SUBSTITUTE(MID(A1,2,LEN(A1)-6), "feps", "") 简单多了。