View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.newusers
Luke M[_4_] Luke M[_4_] is offline
external usenet poster
 
Posts: 457
Default Converting string to number

=VALUE(LEFT(A1, LEN(A1)-5))

--
Best Regards,

Luke M
"kenppy" wrote in message
om...

This works but is still a string, how do I turn this to number?
thanks
says...
=LEFT(A1, LEN(A1)-5)

Will return your data as required as long as the text to be stripped is
constant