Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 for eg anwer 312.78 should appear as 313.00.. if i set the format to no dp i get the answer of 313 but the .00 doesnot appear then. wht am i suppose to do? -- Sam |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() 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 for eg anwer 312.78 should appear as 313.00.. if i set the format to no dp i get the answer of 313 but the .00 doesnot appear then. wht am i suppose to do? -- Sam Hi Sam, Try using #.00 custom number format and =round(312.78,0) Ken Johnson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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. FormatCellsNumber - 2 decimal places or custom format or use the increase decimal button to display .00 Hope this helps. Epinn "Ken Johnson" wrote in message ups.com... 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 for eg anwer 312.78 should appear as 313.00.. if i set the format to no dp i get the answer of 313 but the .00 doesnot appear then. wht am i suppose to do? -- Sam Hi Sam, Try using #.00 custom number format and =round(312.78,0) Ken Johnson |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=CEILING(A1,1)
click on Increase Decimal icon twice "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 for eg anwer 312.78 should appear as 313.00.. if i set the format to no dp i get the answer of 313 but the .00 doesnot appear then. wht am i suppose to do? -- Sam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding | Excel Discussion (Misc queries) | |||
How to stop excel from rounding ? | Excel Discussion (Misc queries) | |||
How do I correct rounding errors in Excel formulas? | Excel Worksheet Functions | |||
Rounding to the Nearest Eighth | Excel Discussion (Misc queries) | |||
Banker's Rounding - need help! | Excel Discussion (Misc queries) |