I get lots of help from here. It's about time I get help by asking a question instead of just looking up.
I have below a value and a formula entered in the cells as below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]98.362[/TD]
[TD]=100-B1[/TD]
[/TR]
</tbody>[/TABLE]
And, the value returned in the cell, B1, is 1.63800000000001, not 1.638.
Has anyone seen this?
How can this be fixed?
My remedy is to use the formula, =100-B1-10^-14, just for this operation for now.
It seems so bizarre. Who knew subtraction can be more than meets the eye?
I have below a value and a formula entered in the cells as below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]98.362[/TD]
[TD]=100-B1[/TD]
[/TR]
</tbody>[/TABLE]
And, the value returned in the cell, B1, is 1.63800000000001, not 1.638.
Has anyone seen this?
How can this be fixed?
My remedy is to use the formula, =100-B1-10^-14, just for this operation for now.
It seems so bizarre. Who knew subtraction can be more than meets the eye?