Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
If I have a number like 5.428 and just want the .428, is there an easy way to do this? It is sort of the opposite of truncate. Regards, Kevin |
#2
![]() |
|||
|
|||
![]()
=5.428-int(5.428)
"Kevin H. Stecyk" wrote in message ... Hi, If I have a number like 5.428 and just want the .428, is there an easy way to do this? It is sort of the opposite of truncate. Regards, Kevin |
#3
![]() |
|||
|
|||
![]() "N Harkawat" ... =5.428-int(5.428) Thank you. |
#4
![]() |
|||
|
|||
![]()
=MOD(5.428,1)
or if 5.428 is in A1 =MOD(A1,1) HTH, -- Gary Brown "Kevin H. Stecyk" wrote: Hi, If I have a number like 5.428 and just want the .428, is there an easy way to do this? It is sort of the opposite of truncate. Regards, Kevin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remainder in a division | Excel Worksheet Functions | |||
Excel 97 - Adding Every 8th Row - Formula should work, but doesn't | Excel Worksheet Functions | |||
Complicated adding | Excel Worksheet Functions | |||
Remainder Zero Function? | Excel Worksheet Functions |