Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check the string more closely - you may have a non-breaking space
character at the end, in which case you could use: =VALUE(LEFT(A1,LEN(A1)-1)) or =VALUE(RIGHT(A1,LEN(A1)-1)) if it's only a single space (and depending on if it is at the start or the end). Hope this helps. Pete On Sep 1, 2:34*pm, "Andy" wrote: Dear all, I can convert a text string "12345" into the value 12,345.00 by using Value(text). However when I copy a text string "12345" from the monthly e-bill statement and using value(text) to convert it, it only returns a #value! error. How can I convert that string into value? thanks Andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert numbers to text string | Excel Discussion (Misc queries) | |||
Convert a number to a text string | Excel Worksheet Functions | |||
convert a text string to a number | Excel Discussion (Misc queries) | |||
Convert text string to date | Excel Worksheet Functions | |||
How do I convert a text string into a date? | Excel Worksheet Functions |