View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Converting string to number


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


--

HTH

Bob

"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