+ Reply to Thread
Results 1 to 4 of 4

How do I use a wildcard or multiple of a cell value in a formula?

  1. #1
    Vic
    Guest

    How do I use a wildcard or multiple of a cell value in a formula?

    This is driving me mad. I'm wanting excel to show if the value in one column
    is equal to the value or a multiple of the value in the next column, can
    anyone help?! please?!

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    =IF(MOD(C3,D3)=0,"Multiple","not multiple")

    Mod checks the remainder as a whole number, if something is a multiple the remainder is always 0, so making c3 and d3 appropriate to the cells you are interesting should suffice

    If statement is if IF(condition true, then return, else return)

    Regards

    Dav

  3. #3
    Gary L Brown
    Guest

    RE: How do I use a wildcard or multiple of a cell value in a formula?

    =if(mod(a1,b1)=0,"Is a multiple","Has a remainder")

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''Yes'' button next to ''Was this
    Post Helpfull to you?''.


    "Vic" wrote:

    > This is driving me mad. I'm wanting excel to show if the value in one column
    > is equal to the value or a multiple of the value in the next column, can
    > anyone help?! please?!


  4. #4
    Vic
    Guest

    RE: How do I use a wildcard or multiple of a cell value in a formu

    Thanks guys, has really helped!

    "Gary L Brown" wrote:

    > =if(mod(a1,b1)=0,"Is a multiple","Has a remainder")
    >
    > HTH,
    > --
    > Gary Brown
    > gary_brown@ge_NOSPAM.com
    > If this post was helpful, please click the ''Yes'' button next to ''Was this
    > Post Helpfull to you?''.
    >
    >
    > "Vic" wrote:
    >
    > > This is driving me mad. I'm wanting excel to show if the value in one column
    > > is equal to the value or a multiple of the value in the next column, can
    > > anyone help?! please?!


+ 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