J
JoelKatz
Here is another hint that it is probably a rendering problem.
We have conclusive proof it is not a rendering problem. Look at the
example of "A1 + 1" and "A1 - 1". One gives the correct result and one
does not. If it was a rendering issue, they would both give correct
results.
My bet is they have two internal ways of storing the value, one for
values less than or (sometimes) equal to 65,535 and one for values
greater than or (sometimes) equal to 65,535.
That is, they have no consistent rule for which representation to set/
use when the value is equal to 65,535.
DS