View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Will
 
Posts: n/a
Default Roundup Function

This will probably be an easy question, but I can't figure it out. I
want to round up a cell that contains a formula.

Ex. =E4*C7

Where E4 = 1.53%
C7 = .74
I am currently using this formula: =ROUNDUP(E4*C7,2)

Shouldn't the answer be .02?

Thank you,
....Will