View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_6_] Harald Staff[_6_] is offline
external usenet poster
 
Posts: 21
Default Simple INT error?

Another Intel error then. I haven't encountered this one either. Could anyone running an
Athlon processor please test this ?

It's easy enough to fix that particular calculation, problem is that INT is used a lot to
remove decimals from calculated big numbers (bigger than integer limits) and it would be
impossible to know when this happens or not. Hmmm. I have to proofread tons of code
because of this, buying Macs to my 3000 collegues is unfortunately no option <g.

Best wishes Harald
Followup to newsgroup only please.

"J.E. McGimpsey" wrote in message
...
I've never encountered that before. In XLv.X:

? int( 0.6 * 100)
60