Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column with values that have up to 4 places to the right of the
decimal point (32.2514) and I simply want the whole value rounded up, and I don't want it just to show the rounded up value, I actually want the cell value to be 32 if the number is 32.2145. please help..... thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
value to be 32 if the number is 32.2145
is actually rounding DOWN not up. To do that use: INT(A1) or TRUNC(A1) (They act differently with negative numeber - check in Help) If you want to round to the nearest whole number use: =ROUND(A1,0) If you do want to round up ALL the time then use: ROUNDUP(A1,0) or CEILING(A1,1) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Roger" wrote in message ... I have a column with values that have up to 4 places to the right of the decimal point (32.2514) and I simply want the whole value rounded up, and I don't want it just to show the rounded up value, I actually want the cell value to be 32 if the number is 32.2145. please help..... thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove decimal point for csv sheet | Excel Discussion (Misc queries) | |||
in Excel 2007, how do you remove the decimal point in General | New Users to Excel | |||
Decimal point | New Users to Excel | |||
Converting 2-place decimal value to floating point decimal number with leading zero | Excel Discussion (Misc queries) | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) |