View Single Post
  #8   Report Post  
L. Howard Kittle
 
Posts: n/a
Default Parsing a alpha character out of a cell

If the values need to be numeric, you may want to do this to convert back to
numbers.

=LEFT(A1,LEN(A1)-1)*1

HTH
Regards,
Howard

"Lram" wrote in message
...

I have a spreadsheet containing weather data - the cells containing
windspeed and wind direction contain a data flag in addition to the
numeric value, example 90S for wind direction and 2.1S for wind speed.
I wish to get rid of the alpha character so I can work with the numeric
values.

How do I parse each cell to remove the alpha character(s)?


--
Lram


------------------------------------------------------------------------
Lram's Profile:
http://www.excelforum.com/member.php...nfo&userid=238
View this thread: http://www.excelforum.com/showthread...hreadid=476500