Decimal/Percentage to Whole Number

A

AAA1986

I have a column that is listed in decimals: e.g. .15, .30, .45. I would like
the column to be changed to whole numbers: 15, 30, 45. I was only able to
convert these to percentages, 15% etc., but not to whole numbers.

Thanks.
 
G

Gord Dibben

Type 100 in an empty cell.

Copy that cell.

Select the range to change and paste special>multiply>ok>esc

Clear the cell with 100


Gord Dibben MS Excel MVP
 
T

tim m

There might be a way to do this via custom formatting but a fairly quick way
to do ith otherwise would be to insert a column next to the one with the
decimals and then put a formula like this in and then copy down.

=A1*100

A1 being the 1st cell where your decimal data starts. After doing that you
could copy all of those results and 'paste special' ... 'values' right over
top of them. (thus giving you whole numbers rather than the formulas.)
 
T

T

you need to right click on that cell and go down to where it sauys format
cell. format it as a number and it should give you whole numbers if that
doesnt work try formating it as a text
 
T

T

right clikc on the cell with the decimal and go down to where it says format
cell. click on number and it will ask how many decimals u want after. or u
can do it as text-do it this way if some of you numbers start with 0. in
number format the 0 will not show up
 

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

Similar Threads


Top