+ Reply to Thread
Results 1 to 5 of 5

Check if Equally Divisible

Hybrid View

  1. #1
    John
    Guest

    Check if Equally Divisible

    I want to check if a value is equally divisible by another value and not
    sure how to do it

    Say I have 6600 in A1 and 250 in B1, what formula could I use to return the
    value "No" in C1



  2. #2
    Bob Phillips
    Guest

    Re: Check if Equally Divisible

    =IF(MOD(A1,B1)<>0,"No","Yes")

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "John" <r.@9999yahoo.co.uk> wrote in message
    news:e0lsbg$gmf$1@reader01.news.esat.net...
    > I want to check if a value is equally divisible by another value and not
    > sure how to do it
    >
    > Say I have 6600 in A1 and 250 in B1, what formula could I use to return

    the
    > value "No" in C1
    >
    >




  3. #3
    John
    Guest

    Re: Check if Equally Divisible

    Thanks Bob

    "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    news:usx88xYVGHA.4248@TK2MSFTNGP10.phx.gbl...
    > =IF(MOD(A1,B1)<>0,"No","Yes")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "John" <r.@9999yahoo.co.uk> wrote in message
    > news:e0lsbg$gmf$1@reader01.news.esat.net...
    >> I want to check if a value is equally divisible by another value and not
    >> sure how to do it
    >>
    >> Say I have 6600 in A1 and 250 in B1, what formula could I use to return

    > the
    >> value "No" in C1
    >>
    >>

    >
    >




  4. #4
    Domenic
    Guest

    Re: Check if Equally Divisible

    Try...

    =IF(MOD(A1,B1)=0,"Yes","No")

    Hope this helps!

    In article <e0lsbg$gmf$1@reader01.news.esat.net>,
    "John" <r.@9999yahoo.co.uk> wrote:

    > I want to check if a value is equally divisible by another value and not
    > sure how to do it
    >
    > Say I have 6600 in A1 and 250 in B1, what formula could I use to return the
    > value "No" in C1


  5. #5
    Niek Otten
    Guest

    Re: Check if Equally Divisible

    =IF(MOD(A1,B1)=0,"Yes","No")

    --
    Kind regards,

    Niek Otten

    "John" <r.@9999yahoo.co.uk> wrote in message news:e0lsbg$gmf$1@reader01.news.esat.net...
    >I want to check if a value is equally divisible by another value and not sure how to do it
    >
    > Say I have 6600 in A1 and 250 in B1, what formula could I use to return the value "No" in C1
    >




+ 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