Formatting numbers

  • Thread starter Thread starter Aruna
  • Start date Start date
This is a matter of regional settings. Either change your Windows system
settings or for one workbook you can override them (in Excel2003) by
Tools>Options>International tab (I'm translating back to English, the name
may be different, it's located between Color and Save tabs), uncheck system
settings and enter desired characters in decimal separator and thousands
separator field.

Regards,
Stefi

„Aruna†ezt írta:
 
Hi Stefi,

Thanks for your reply. It was correct but my question is different.

I make data import from another system into excel.
Ex. of import:
20,985.56
254.04
3,762.29
1,026.68
116.29

Is there any function that can transform them into:
20985.56
254.04
3762.29
1026.68
116.29

Thanks.
 
I suppose that your import is of text format. This formula converts strings
to numbers if your system decimal separator is ".":

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

Regards,
Stefi

„Aruna†ezt írta:
 
Hi,
It works!
thanks a lot.
Regards,
Aruna

Stefi said:
I suppose that your import is of text format. This formula converts strings
to numbers if your system decimal separator is ".":

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

Regards,
Stefi

„Aruna†ezt írta:
 
You are welcome! Thanks for the feedback!
Stefi

„Aruna†ezt írta:
 

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