I would suggest using this formula:-
=SUM(ROUND(D4:D5,2))
HOWEVER, you must enter this formula using Control+Shift+Enter rather than just enter.
Regards,
Dax.
Hi Matthew,
If your data are in column A, you can use something like =round(a1,2) in b1 to round your values to the second decimal. Then you can sum or average those rounded values. Else, you can use arrays formula in your sum ( something like this: =sum(round(a1:a10),2) be sure to enter that formula and press Shift+CTRL while you press enter. If you did right, you should see {=sum(round(a1:a10),2)}
I hope it helps.
Stephane Parent
You can force Excel to only use displayed values in calculations on the the calculation tab of the options dialog panel (Tools Menu)