A1: 312.78
=round(A1,0) and =roundup(A1,0) return 313.
A1: 312.14
=round(A1,0) returns 312.
=roundup(A1,0) returns 313.
Format>Cells>Number - 2 decimal places or custom format or use the increase decimal button to display .00
Hope this helps.
Epinn
Sam wrote:
> i have set number format to 2 decimal places...but for the final answer i
> want the answer to be rounded off to the nearest whole number with 2 d.p
[quoted text clipped - 4 lines]
> --
> Sam
Hi Sam,
Try using #.00 custom number format and =round(312.78,0)
Ken Johnson