+ Reply to Thread
Results 1 to 2 of 2

Sum If with two or more conditions

  1. #1
    Ruben Silva
    Guest

    Sum If with two or more conditions

    Hello!
    I've tried to make a sum if iwth two conditions, but i am thinking wrong.
    What I need is a formula to make the Following:
    Columns:
    A B C D
    Product QTD Product QTD
    If on the range A finds anything that matches with range C, then Subtract D-B

    Is this possible?

    Thanks In advance.

    RS

  2. #2
    JE McGimpsey
    Guest

    Re: Sum If with two or more conditions

    One way:

    =SUMPRODUCT(--(A1:A100=C1:C100),D1:D100-B1:B100)

    In article <[email protected]>,
    [email protected] (Ruben Silva) wrote:

    > Hello!
    > I've tried to make a sum if iwth two conditions, but i am thinking wrong.
    > What I need is a formula to make the Following:
    > Columns:
    > A B C D
    > Product QTD Product QTD
    > If on the range A finds anything that matches with range C, then Subtract D-B
    >
    > Is this possible?
    >
    > Thanks In advance.
    >
    > RS


+ 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