Round Total

R

Rao Ratan Singh

Hi all,
I m using this function =ROUND(C9*$C$8+D9*$D$8+E9*$E$8,0)/100 but it is
returning sum 53604.62

I want its result should be 53605.00

How?
 
B

Bob Phillips

=ROUND((C9*$C$8+D9*$D$8+E9*$E$8)/100,0)
--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top