Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On 29 mar, 17:08, Dave F wrote:
Here's an example of rounding errors: I have in the formula =LN(RAND()^2) in C2:E5 and then I sum C2:C5, D2:D5, and E5 and then do your formulas in A1 and B1. So far, everything is as you create it. Yes, you got it. As you can see these are not equal but only very approximately equal, due to Excel's 15 digit of precision calculation limit. I had believed that Excel's 15 digit limit of precision calculation could be enough... But now, I changed my mind. I will put some "truncate()" function at all places when I need "exact" values. Maybe that truncate(A1; 2) = truncate(B1; 2) will be always evaluated TRUE. yours, Daniel from Brazil |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That will work.
This is a bit more efficient: =ABS(A1-B1)<0.01 In article . com, "danieldc" wrote: Maybe that truncate(A1; 2) = truncate(B1; 2) will be always evaluated TRUE. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions | |||
i edit a formula (excel) then it displays formula not answer | Excel Discussion (Misc queries) | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) |