Excel should be able to compute the MOD of large numbers.

G

Guest

Excel is not able to make computations using the MOD function of numbers as
large as 10 billion. So for example if we type in
=MOD(10000000000,10)
We get a result of
#NUM!
This is something I can do in my head, or my calculator, it is disappointing
that excel can't handle it. This is a suggestion and not a bug, because the
MOD function works fine, it’s just that someone didn’t have the foresight to
allow it to work for large values. I am guessing that the solution to this
will only require changing a single line of code.
 
F

Frank Kabel

Hi
send an email to
(e-mail address removed)

but fortunately (as also mentioned in the help) there's a workaround
using INT
 
F

Frank Kabel

Harlan Grove said:
...

Old news.

http://support.microsoft.com/default.aspx?scid=kb;en-us;119083

This KB article implies by omission that this has been fixed in Excel 2003,
but if so there ain't gonna be a fix for older versions.

Hi Harlan
I guess they just forgot to update the KB article :)
So Excel 2003 still has this bug (at least my German version). Not sure
what the max. allowed number in previous versions is so I couldn't test
if they at least extended the value range (but I doubt it)

Frank
 
H

Harlan Grove

Frank Kabel said:
I guess they just forgot to update the KB article :)
So Excel 2003 still has this bug (at least my German version). Not sure
what the max. allowed number in previous versions is so I couldn't test
if they at least extended the value range (but I doubt it)

This proves that at least on Windows machines which by now all have
IEEE-compliant hardware FPUs that Excel's developers are too pig-headed to
use the hardware opcodes. See

http://google.com/[email protected]
 
F

Frank Kabel

I guess they just forgot to update the KB article :)
This proves that at least on Windows machines which by now all have
IEEE-compliant hardware FPUs that Excel's developers are too pig-headed to
use the hardware opcodes. See
http://google.com/[email protected]
om

Hi Harlan
thanks for the link. And just to confirm. The 2^27 quotient limit is
still true for Excel 2003. So no change at all is respect to previous
Excel versions.

Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top