+ Reply to Thread
Results 1 to 4 of 4

Additional Sumproduct Criterias

  1. #1
    Registered User
    Join Date
    10-20-2004
    Posts
    14

    Additional Sumproduct Criterias

    Hello All,

    I have a sumproduct formula but I have one more criteria to add to it. I have tried different things but it returns incorrect results.

    The formula that I currently have is:

    SUMPRODUCT(([March2005LockDate.xls]Create!$F$1:$F$50418="Retail PA")*([March2005LockDate.xls]Create!$K$1:$K$50418="Conf15"))

    What I need is for the formula to locate all cells with Retail PA and Conf15 but also Conf10.

    I don't know how to tell it to also look for Conf10.

    Please help.

    Thanks.

  2. #2
    Aladin Akyurek
    Guest

    Re: Additional Sumproduct Criterias

    SUMPRODUCT(--([March2005LockDate.xls]Create!$F$1:$F$50418="Retail
    PA"),--ISNUMBER(MATCH([March2005LockDate.xls]Create!$K$1:$K$50418,{"Conf10","Conf15"},0)))

    lacosta wrote:
    > Hello All,
    >
    > I have a sumproduct formula but I have one more criteria to add to it.
    > I have tried different things but it returns incorrect results.
    >
    > The formula that I currently have is:
    >
    > SUMPRODUCT(([March2005LockDate.xls]Create!$F$1:$F$50418="Retail
    > PA")*([March2005LockDate.xls]Create!$K$1:$K$50418="Conf15"))
    >
    > What I need is for the formula to locate all cells with Retail PA and
    > Conf15 but also Conf10.
    >
    > I don't know how to tell it to also look for Conf10.
    >
    > Please help.
    >
    > Thanks.
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  3. #3
    Ashish Mathur
    Guest

    RE: Additional Sumproduct Criterias

    Hi,

    Try this array formula (Ctrl+Shift+Enter)

    =sum(if((range1="__")*(range2="__")*(range3="__"),1,0))

    Regards,

    Ashish

    "lacosta" wrote:

    >
    > Hello All,
    >
    > I have a sumproduct formula but I have one more criteria to add to it.
    > I have tried different things but it returns incorrect results.
    >
    > The formula that I currently have is:
    >
    > SUMPRODUCT(([March2005LockDate.xls]Create!$F$1:$F$50418="Retail
    > PA")*([March2005LockDate.xls]Create!$K$1:$K$50418="Conf15"))
    >
    > What I need is for the formula to locate all cells with Retail PA and
    > Conf15 but also Conf10.
    >
    > I don't know how to tell it to also look for Conf10.
    >
    > Please help.
    >
    > Thanks.
    >
    >
    > --
    > lacosta
    > ------------------------------------------------------------------------
    > lacosta's Profile: http://www.excelforum.com/member.php...o&userid=15519
    > View this thread: http://www.excelforum.com/showthread...hreadid=472235
    >
    >


  4. #4
    Registered User
    Join Date
    10-20-2004
    Posts
    14
    Thank you. It worked.

+ 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