Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The math (and logic) is exactly right, given unavoidable approximations to
the original numbers. Most terminating decimal fractions (including .2675 .2774 .2653 and .0011) are nonterminating binary fractions that can only be approximated, much as 1/3 can only be approximated as a decimal number. You are seeing the binary equivalent of 2/3 - 1/3 = 0.6667 - 0.3333 = 0.3334 < 0.3333 As documented in Excel's Help for "Excel specifications and limits" subtopic "Calculation specifications", the approximations used may not be exact beyond 15 digits. You cancelled 3 of those 15 digits in the subtraction, revealing residue of the original approximations. You can use the D2D function at http://groups.google.com/group/micro...06871cf92f8465 To see the actual decimal values of the approximations involved. Jerry "Zeno" wrote: In Excel A1=1.2675-1.2664=.0011 B1=1.2664-1.2653=.0011 Ask A1=B1, result is False; why? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MORE THAN ONE LOGIC TEST | Excel Worksheet Functions | |||
Need help on Logic test!!! | Excel Discussion (Misc queries) | |||
logic test | Excel Worksheet Functions | |||
hpw do I logic test a cell then copy the row to diff. SS | Excel Worksheet Functions | |||
Can wildcards be used in the Logic Test of an Excel "IF" function? | Excel Worksheet Functions |