+ Reply to Thread
Results 1 to 3 of 3

Multiply with a condition

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-22-2005
    Location
    Denmark
    MS-Off Ver
    Excel 365
    Posts
    349

    Multiply with a condition

    I found this formula in a spreadsheet:
    =IF(MATCH(U51;R$50:R$10999;0)<950;1;0)*(D$21=1)
    I can of course deduce that the if D21 does not equal 1 the result is 0; else the result is that of the IF(MATCH...) question, but this way of multiplying with (something=something else) is new to me.
    Where can I find a general description of this tool?

    NSV

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Multiply with a condition

    the question really is why /what is it being used for?
    it looks just like another way of putting
    =IF(and(MATCH(U51;R$50:R$10999;0)<950,D$21=1);1;0)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    08-22-2005
    Location
    Denmark
    MS-Off Ver
    Excel 365
    Posts
    349

    Re: Multiply with a condition

    Thanks for the answer, but I should really like to know where to find the general description to see if there are other possibilities or possible limitations

    NSV

+ 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