Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Assuming it's always a single digit before and after the "/",
then this would suffice: With the string in A1, try in B1: =MID(A1,SEARCH("/",A1)-1,1) /MID(A1,SEARCH("/",A1)+1,1) (Hang around for better answers from others <g) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "CADManBill" wrote in message ... I have a string that is numbers and text that I need to "Extract" the characters that need, as numbers. Then "CONVERT" them to numbers. Example string: ABC1/2x5 I can "Extract" the 1/2, Now I need the "1/2" converted to .5 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I convert numeric number into text | Excel Discussion (Misc queries) | |||
Text number to number value for calculating | Excel Worksheet Functions | |||
How to COnvert text string to number | Excel Discussion (Misc queries) | |||
Sort or Filter option? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions |