Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I run the following code:
Public Sub test() Cells(1, 3).Value = Cells(1, 1).Value - Cells(1, 2).Value * 0.000001 End Sub with input data: A1=0.035 A2=35000 I expect to get A3=0; however I get A3 = 6.94E-18! Can anyone explain why and how this can be avoided? Thank you in advance for your help, Adrian F. Ottawa |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Payroll Calculation - Help Needed | Excel Discussion (Misc queries) | |||
Formula for the calculation needed to come up with a total | Excel Worksheet Functions | |||
Calculation with EDATE Help Needed! | Excel Worksheet Functions | |||
Help needed with a calculation question | Excel Worksheet Functions | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions |