Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to round up the result of a formula. What can I add to the existing
formula to accomplish this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if your number is in cell A1, use =round(A1,0).
nikki "sdmccabe" wrote: I want to round up the result of a formula. What can I add to the existing formula to accomplish this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use the ROUNDUP formula.
=ROUNDUP(your formula,0) The zero above represents how many decimal places you want to round to. HTH, Elkar "sdmccabe" wrote: I want to round up the result of a formula. What can I add to the existing formula to accomplish this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you truly want to round UP, use
=ROUNDUP(your formula, # of digits) otherwise use =ROUND(your formula, # of digits) see Excel's help file for more info "sdmccabe" wrote: I want to round up the result of a formula. What can I add to the existing formula to accomplish this? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula that exists in the cell is =(a1+b1). How would I add the round
formula? "Nikki" wrote: if your number is in cell A1, use =round(A1,0). nikki "sdmccabe" wrote: I want to round up the result of a formula. What can I add to the existing formula to accomplish this? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=round(a1+b1,0)
or: =roundup(a1+b1,0) "sdmccabe" wrote: The formula that exists in the cell is =(a1+b1). How would I add the round formula? "Nikki" wrote: if your number is in cell A1, use =round(A1,0). nikki "sdmccabe" wrote: I want to round up the result of a formula. What can I add to the existing formula to accomplish this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF formula? | Excel Worksheet Functions | |||
writing a formula for a colored value | New Users to Excel | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |