Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What formula would I use to round a number to a whole number, ie 2.4 would
round to 2, 2.55 would round to 3. I'm tried using the following formula, however it only rounds up. =CEILING(D$32*B33,1) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=ROUND(D$32*B33,0) Hope this helps, Hutch "KC" wrote: What formula would I use to round a number to a whole number, ie 2.4 would round to 2, 2.55 would round to 3. I'm tried using the following formula, however it only rounds up. =CEILING(D$32*B33,1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
rounding up to nearest specified whole number | Excel Discussion (Misc queries) | |||
Rounding to nearest number | Excel Discussion (Misc queries) | |||
Formula for rounding number to nearest hundred? | Excel Discussion (Misc queries) | |||
Rounding number to the nearest quarter | Excel Worksheet Functions | |||
Rounding a number down to the nearest 5? | Excel Worksheet Functions |