Remove decimals but keep numbers

  • Thread starter Thread starter Jasmine
  • Start date Start date
J

Jasmine

Is there a way with Excel to remove the decimals from a
number but keep all the digits? For example, if I have a
cell that is in a number format with 123.40, I want it to
look like 12340. Any help would be appreciated.
 
Hi
several ways:
1. if you always have only two decimals multiply the cell with 100
2. enter the formula
=--SUBSTITUTE(A1,".","")
in an adjacent column and copy down
 

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