Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have multiplied a figure by 30% eg 71.35 to give 92.76 then compared it
against another column with 92.76 in it and timed it by 1 and the answer should be 0.00 but because of the extra decimal places it comes up as .01. I s there any way you can use the figure as shown after it has been formatted to 2 decimal places rather than the hidden decimal places |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use
=ROUND(your formula,2) to round the result off to 2 decimal places. You can also use ROUNDUP( ) or ROUNDDOWN( ). Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
Choose Tools/Options/Calculation. Check the Precision As Displayed checklist. Note that this will affect every calculation. An alternative is to use ROUND() =ROUND(71.35*1.3, 2) In article , Freddo wrote: I have multiplied a figure by 30% eg 71.35 to give 92.76 then compared it against another column with 92.76 in it and timed it by 1 and the answer should be 0.00 but because of the extra decimal places it comes up as .01. I s there any way you can use the figure as shown after it has been formatted to 2 decimal places rather than the hidden decimal places |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
unhide menu bar in excel - just disappeared | Setting up and Configuration of Excel | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions | |||
Complex calculation and manipulation in Excel | New Users to Excel | |||
How do figure excel formula out? | Excel Discussion (Misc queries) |