This just got passed to me as a heads-up. I don't have excel 2007, so can't verify it myself. However, several trusted people have verified it.
If you multiply two numbers so that the product is 65535, then the answer is reported as 100000.
Examples:
=5.1*12850
=10.2*6425
=20.4*3212.5
=40.8*1606.25
=77.1*850
=154.2*425
=212.5*308.4
=308.4*212.5
=425*154.2
=SUMPRODUCT(850,77.1,2,0.5)
etc.
If you are using Excel 2007 spreadsheets that perform multiplications you should double check your calculations by an alternative method.
Note that this is more than just a simple display bug - the incorrect answer may be propagated through dependent calculations.
Example
A1: = 5.1 * 12850
B1: =A1+1
B1 will be evaluated as 100001.
If you multiply two numbers so that the product is 65535, then the answer is reported as 100000.
Examples:
=5.1*12850
=10.2*6425
=20.4*3212.5
=40.8*1606.25
=77.1*850
=154.2*425
=212.5*308.4
=308.4*212.5
=425*154.2
=SUMPRODUCT(850,77.1,2,0.5)
etc.
If you are using Excel 2007 spreadsheets that perform multiplications you should double check your calculations by an alternative method.
Note that this is more than just a simple display bug - the incorrect answer may be propagated through dependent calculations.
Example
A1: = 5.1 * 12850
B1: =A1+1
B1 will be evaluated as 100001.