Removing integer, to leave decimal (but showing as a whole number)

Andrew_D

New Member
Joined
Jun 17, 2015
Messages
2
Hi,

I had a look for a similar query but couldn't find much (just questions asking how to leave the decimal, but retaining the point).

I am trying to lose the integer from a number, for example to show 4.5 as 5 (rather than 0.5), or 6.3 as 3 etc.

Any help with this would be greatly appreciated.

Thanks,
AD
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Welcome to the Board!

Is it always just one decimal place?

If so, this formula should work: =(A1-INT(A1))*10
(where A1 is the cell where the number resides)
 
Upvote 0
Thanks!

I knew it would be something simple! Bit of a head slap moment when I saw it was just a *10 on the end as I found the =(A1-INT(A1)) formula in another thread :)

Thanks also for the welcome, I can't believe I've not found this site before!

AD
 
Upvote 0

Forum statistics

Threads
1,196,414
Messages
6,015,127
Members
441,874
Latest member
saustark

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top