excel使用--常用的文本清洗函数
常见的文本清洗函数
1.find()

和mid()结合使用,可以取文本中的数字
2.substitute()

3. replace()
与substitute()相比,能够替换指定位置的字符串

4.text()

基本不咋用 囧
5.concatenate()

可以合并不同类型的值,而phonetic()只能拼接文本,只能!!!
6. left() right() mid()

7.len()

不积跬步无以至千里
常见的文本清洗函数
1.find()

和mid()结合使用,可以取文本中的数字
2.substitute()

3. replace()
与substitute()相比,能够替换指定位置的字符串

4.text()

基本不咋用 囧
5.concatenate()

可以合并不同类型的值,而phonetic()只能拼接文本,只能!!!
6. left() right() mid()

7.len()
