Thread: Mod Function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lizz45ie Lizz45ie is offline
external usenet poster
 
Posts: 20
Default Mod Function

Thanks for your suggestion. It didn't work.

"smartin" wrote:

If you were following this work-around:
=MOD(MOD(number,134217728*divisor),divisor)

then your formula should look like
=MOD(MOD(H3*100,134217728*2),2)


Lizz45ie wrote:
I modified by formula from the suggestion: I got a Run Time error '5':
Invalid procedure call argument. "=MOD(MOD(H3,134217728*100,2))"
"smartin" wrote:

Lizz45ie wrote:
The Mod function returns #Num! error value. Here is my formula:

=MOD(H3*100,2)0.5

The above formula is used in my net value column. If the Net value is above
$3 million I get the #Num! error.
An interesting limitation/undocumented feature/bug of the MOD function.
See for explanation and work-arounds:

http://excel.tips.net/Pages/T003302_..._Function.html