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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,214,653
Messages
6,120,748
Members
448,989
Latest member
mariah3

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