I have the following formula in a cell =A4*$A$1 and when I try to sum the
column and maker it to 2 decimal places it rounds my total down and so I get
the incorrect total. What do I need to add to the formula so it will not
round?
Duke Carey - 17 Mar 2006 19:09 GMT
Make the formula
=round(A4*$A$1, 2)
> I have the following formula in a cell =A4*$A$1 and when I try to sum the
> column and maker it to 2 decimal places it rounds my total down and so I get
> the incorrect total. What do I need to add to the formula so it will not
> round?