View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Stripping out non-numeric values from external data source

After you import the data, you could just use
Edit|replace
and change the " $" to (leave blank)

Or do it in two steps--once for the space and once for the $.

Eric Rydell wrote:

Can Excel remove non-numeric characters from one field in
an external data source like a comma delimited file when
it is imported? Example: the field contains a space and a
dollar symbol then a numeric value, " $12345". We wish to
remove the " $" and import the numeric value.


--

Dave Peterson