Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have an Alpha-Numeric String. I need to Extract the numbers and use them in
calculations. Example String: PL1 1/2x5 1/2 I need to return the "1 1/2" as 1.5 And the "5 1/2" as 5.5 I guess it would be easier to say that I need to "OMIT" the Leading Alpha Characters, Replace the Fractionals to Decimals, replace the "x" with *. The result to be: 1.5*5.5 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The colums changed from alpha to numeric how do you make it alpha | Excel Discussion (Misc queries) | |||
Extract hyperlink string from excel cell | Links and Linking in Excel | |||
extracting numbers from string | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
How do you extract numbers from a string of chacters in a cell (E. | Excel Worksheet Functions |