Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to find a formula that will round a number up to the next .5. I
have tried MROUND which gets it to a number that ends in .5, but doesn't round it up. Does anyone know how to do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=CEILING(A1,0.5) Hope this helps. Pete On Nov 6, 3:21*pm, LKP wrote: I am trying to find a formula that will round a number up to the next .5. *I have tried MROUND which gets it to a number that ends in .5, but doesn't round it up. *Does anyone know how to do this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
LKP wrote:
I am trying to find a formula that will round a number up to the next .5. I have tried MROUND which gets it to a number that ends in .5, but doesn't round it up. Does anyone know how to do this? =CEILING(A1,0.5) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Never mind. Found it in another post. Thanks!
"LKP" wrote: I am trying to find a formula that will round a number up to the next .5. I have tried MROUND which gets it to a number that ends in .5, but doesn't round it up. Does anyone know how to do this? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks guys!
"Pete_UK" wrote: Try this: =CEILING(A1,0.5) Hope this helps. Pete On Nov 6, 3:21 pm, LKP wrote: I am trying to find a formula that will round a number up to the next .5. I have tried MROUND which gets it to a number that ends in .5, but doesn't round it up. Does anyone know how to do this? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome.
Pete On Nov 6, 3:31*pm, LKP wrote: Thanks guys! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
@ROUND | Excel Worksheet Functions | |||
round up | Excel Worksheet Functions | |||
How do I get a sum to round? | Excel Discussion (Misc queries) | |||
Round up to 100? | Excel Worksheet Functions | |||
How do I ROUND() round off decimals of a column dataset? | Excel Worksheet Functions |