+ Reply to Thread
Results 1 to 3 of 3

#NUM! error on MOD function

  1. #1
    Registered User
    Join Date
    07-17-2009
    Location
    Torino
    MS-Off Ver
    Excel 2007
    Posts
    9

    #NUM! error on MOD function

    Hello Dears

    May be somebody could tell me why I'got this error

    function is =MOD(1000000000;2)
    result is #NUM!

    seem that MOD function does not accept numbers >= 1.000.000.000

    Why ?
    1.000.000.000 at least is not such a big number

    If you can help I would appreciate

    Thank you !
    Last edited by Paolo Lavazza; 01-29-2010 at 07:59 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: #NUM! error on MOD function

    Hi,

    This is a known issue use this instead:

    =1000000000-(INT(1000000000/2)*2)

    =number-(INT(number/divisor)*divisor)

    more info here
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    07-17-2009
    Location
    Torino
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: #NUM! error on MOD function

    (!!!) thank you [ SOLVED ]

    Will it be fixed soon or later ?
    unfortunately I use a lot MOD function
    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1