Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Either =INT(A1) or =TRUNC(A1), depending on how you want to treat negative
numbers. =ROUNDDOWN(A1,0) is another option, and for positive numbers also =FLOOR(A1,1) [or to allow for -ve numbers too, =FLOOR(A1,SIGN(A1)) but that might be overdoing the complication!]. -- David Biddulph "annc5411" wrote in message ... I need to drop the decimals without rounding, so if the answer is 23.65 it would be 23 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Decimal Rounding | Excel Discussion (Misc queries) | |||
Rounding up for a decimal | Excel Worksheet Functions | |||
Rounding to two even decimal places | Excel Worksheet Functions | |||
Decimal Place Rounding | Excel Worksheet Functions | |||
Rounding decimal | Excel Worksheet Functions |