以文本方式查看主题 - 易表在线答疑 (http://egrid2000.com/dvbbs/index.asp) -- 用户社区 (http://egrid2000.com/dvbbs/list.asp?boardid=2) ---- 字母数字字符串如何分拆 (http://egrid2000.com/dvbbs/dispbbs.asp?boardid=2&id=21581) |
-- 作者:Egei -- 发布时间:2012/7/21 10:19:00 -- 字母数字字符串如何分拆 一个字符串数字字母数字连接而成(数字和字母的长度都是任意的),比如: 234PSDF34435 要得到 34435 现在要获取最后的数字,该如何拆解出来 |
-- 作者:wjq1072 -- 发布时间:2012/7/21 12:35:00 -- 最好发示例文件,增加一下典型数据! |
-- 作者:wjq1072 -- 发布时间:2012/7/21 19:45:00 -- 如果字符串只有数字和字母的话,分离处最后的数字可以使用通用刷新公式: Split(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Lower([第一列]),"a","|"),"b","|"),"c","|"),"d","|"),"e","|"),"f","|"),"g","|"),"i","|"),"j","|"),"k","|"),"l","|"),"m","|"),"n","|"),"o","|"),"p","|"),"q","|"),"r","|"),"s","|"),"t","|"),"u","|"),"v","|"),"w","|"),"x","|"),"y","|"),"z","|"),"h","|"),"|",Len(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Lower([第一列]),"a","|"),"b","|"),"c","|"),"d","|"),"e","|"),"f","|"),"g","|"),"i","|"),"j","|"),"k","|"),"l","|"),"m","|"),"n","|"),"o","|"),"p","|"),"q","|"),"r","|"),"s","|"),"t","|"),"u","|"),"v","|"),"w","|"),"x","|"),"y","|"),"z","|"),"h","|"))-Len(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Lower([第一列]),"a","|"),"b","|"),"c","|"),"d","|"),"e","|"),"f","|"),"g","|"),"i","|"),"j","|"),"k","|"),"l","|"),"m","|"),"n","|"),"o","|"),"p","|"),"q","|"),"r","|"),"s","|"),"t","|"),"u","|"),"v","|"),"w","|"),"x","|"),"y","|"),"z","|"),"h","|"),"|",""))+1) |