Thread: Formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula

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?