Convert 1 688 090,69 to normal numeric value

  • Thread starter Thread starter transferxxx
  • Start date Start date
T

transferxxx

69 279,47
688 090,69
1 688 090,69

can anybody tell me what formula combination need I use to convert
above numbers into numeric values i.e

69,279.47
688,090.69
1,688,090.69

Thxs
 
In an adjacent column

=SUBSTITUTE(SUBSTITUTE(A1,",","")," ","")

and copy down.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Hi

Format the column as general. Select the range with data, and replace all
"," with "." - the values a converted to numbers. Format the range to use
thousand separators.
 

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

Back
Top