Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to round down a number to the next whole number. Example 9.2
would round down to 9, 6.0 would round down to 5.0 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dale wrote:
I am trying to round down a number to the next whole number. Example 9.2 would round down to 9, 6.0 would round down to 5.0 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You can use =ROUND(A1,0) to round off to the whole number. But then even that wont round off 6.0 to 5.0. Is that what you really want? Govind. Dale wrote: I am trying to round down a number to the next whole number. Example 9.2 would round down to 9, 6.0 would round down to 5.0 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Are you looking at only positive numbers? You could use =INT(A1) but this would make 6 remain 6, if you really want to do what you say then =CEILING(A1-1,1) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=503149 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about this:
=ROUNDDOWN(A1-.001,0) HTH, Elkar "Dale" wrote: I am trying to round down a number to the next whole number. Example 9.2 would round down to 9, 6.0 would round down to 5.0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to make excel not round real numbers when making a histogram? | Charts and Charting in Excel | |||
HOW DO I SELECT ROUND NUMBERS ONLY IN EXCEL SPREADSHEET | Excel Worksheet Functions | |||
round numbers to the nearest quarter? | Excel Worksheet Functions | |||
Sorting alphanumeric numbers | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) |