R
routeram
Hi,
I find this very puzzling.
I have 2 cells with the following values.
-2.53948423496706E+64 (say =t)
-4.04686094372251E+96 (say = m)
Now I have 2 other cells that have formulae in them. They are
t^3+m^2
t*t*t+(m*m)
Now both these formulas display different results. They are
0
-4.0523E+177
Both cells have 'general' formats.
Although they are not very different, I would prefer the second. Ca
anyone tell me why there is this discrepancy.
Also if I do the same in VBA code. I get a different value of aroun
-2.7e177
Thank
I find this very puzzling.
I have 2 cells with the following values.
-2.53948423496706E+64 (say =t)
-4.04686094372251E+96 (say = m)
Now I have 2 other cells that have formulae in them. They are
t^3+m^2
t*t*t+(m*m)
Now both these formulas display different results. They are
0
-4.0523E+177
Both cells have 'general' formats.
Although they are not very different, I would prefer the second. Ca
anyone tell me why there is this discrepancy.
Also if I do the same in VBA code. I get a different value of aroun
-2.7e177
Thank