It sound like you are not rounding the numbers but actually formatting them
to show zero decimal places. Excel still uses the actual numbers, ie the
2.35's and SUMs these and because you have the total formatted to show only
whole numbers as well ,it shows 5.
To round the numbers to zero decimal places, (assuming that the answer is a
calculation):
=ROUND(<your formula>,0)
Note however that this will make the number an integer and you will have
lost the original number.
If you want the total to be 5 with the other figures still 2.35 then use:
=SUM(ROUND(H1:H2,0))
and array enter it by holdingthe Ctrl & Shift keys pressed while you press
Enter.
Note that in this case although the 2.35's are still the same number, the
total is now cut down to be really only 4.
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk