Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
My colleague has a problem where he needs to Extract numbers from
alphanumberic strings. Here is the formula he is using: =MID(B7,MATCH(TRUE,ISNUMBER(1*MID(B7,ROW($1:$297), 1)),0),COUNT(1*MID(B7,ROW($1:$297),1))) It works if alphabetic and numbers are clustered together such as scs987 It works if alphabetic and numbers are not clustered together such as scs987dtg Problem: It does not work when numbers are not clustered together such as scs987dtg1234 Any suggestions would be helpful. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extracting numbers from string | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Leading Zeros in Numeric Values | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions |