Removal of thousands seperator

G

Guest

I have downloaded data with an open space as thousands seperator, an example
is a number like 2 098,67. Excel will not recognize this as a number. How can
I remove this thousands seperator so that the number becomes 2098,67? I need
to do this to use the data in another program.

I have tried the TRIM function and the replace function, but the space is
still there and the cells aren't recognized as numbers.
 
B

Bob Phillips

Try this in another column

=SUBSTITUTE(A2," ","")+0

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
R

R.VENKATARAMAN

edit-replace
against find what
~(space)
replace with
(leave it blank)
click <replace all>
try this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top