Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am extracting part of a string using Mid() and I need to convert this to
number format. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try one of these to convert the result of the MID function to a numeric
number. =--MID(........) =MID(........)+0 -- Biff Microsoft Excel MVP "Jeff Klein" <jklein@nospam wrote in message ... I am extracting part of a string using Mid() and I need to convert this to number format. Any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Jeff,
=VALUE(YourMidFormula) -- Kind regards, Niek Otten Microsoft MVP - Excel "Jeff Klein" <jklein@nospam wrote in message ... |I am extracting part of a string using Mid() and I need to convert this to | number format. Any ideas? | | |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=--MID(...)
will work as long as you parse out a number with the MID function -- Regards, Peo Sjoblom "Jeff Klein" <jklein@nospam wrote in message ... I am extracting part of a string using Mid() and I need to convert this to number format. Any ideas? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just multiply it by 1 (or add zero) as part of your formula:
=1*MID(A1,3,2) Hope this helps. Pete On Nov 1, 9:44 pm, "Jeff Klein" <jklein@nospam wrote: I am extracting part of a string using Mid() and I need to convert this to number format. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert a text string to a number | Excel Discussion (Misc queries) | |||
Convert a number to a name string | Excel Worksheet Functions | |||
convert weekday string to number | Excel Discussion (Misc queries) | |||
How to COnvert text string to number | Excel Discussion (Misc queries) | |||
convert string to number | Excel Worksheet Functions |