- 3
- 0
- 约2.59万字
- 约 22页
- 2017-07-28 发布于河南
- 举报
excel中取数字(Take numbers in Excel)
excel中取数字(Take numbers in Excel)
Take the front
Data in A1
Input at B1
=LOOKUP (9E+307, --MID (A1, MIN) (FIND ({0,1,2,3,4,5,6,7,8,9}, A1, 0123456789)), ROW (INDIRECT (1:, LEN, A1)))
Downward support
Go behind
Data in A1
Input at B1
=SUBSTITUTE (A1, LOOKUP (9E+307, --MID) (A1, A1, MIN (FIND ({0,1,2,3,4,5,6,7,8,9}, A1, 0123456789)), ROW (INDIRECT (1:, LEN,)))
Downward support
My formula is actually a formula for numbers and numbers, and your numbers are in front and back
If you only want the front one
Can use
Front
=LEFT (A1, SEARCH ( , A1))
behind
=RIGHT (A1, LEN (A1), -SEARCH ( , A1))
Table Ex
您可能关注的文档
- dcl-2计算书(Dcl-2 statement).doc
- dbc修改详解(DBC modification detail).doc
- db2维护手册(DB2 maintenance manual).doc
- debug 用法(Debug usage).doc
- db性能指标(DB performance index).doc
- dedecms模版制作使用方法(Dedecms template production method of use).doc
- deh伺服阀故障原因分析(Failure analysis of DEH servo valve).doc
- dede 标签(dede 标签).doc
- delphi opengl 三维隧道(OpenGL三维隧道).doc
- delll错误代码(Delll error code).doc
原创力文档

文档评论(0)