+ Reply to Thread
Results 1 to 2 of 2

SUMIF where multiple criteria are true?

  1. #1
    Registered User
    Join Date
    11-20-2006
    Posts
    9

    SUMIF where multiple criteria are true?

    I need to learn how return the sum of only those values at C1:C100 for which:
    1.) labels at A1:A100 = (match) a label entered at another cell location
    AND
    2.) values at B1:B100 = value returned by function at another cell location
    In word form I imagine such a function to read something like: SUM C1:C100 where labels A1:A100 = label at (cell location) and where values B1:B100 = result at (cell location)

    I've exhausted my meager skills and would very much appreciate some guidance. For those who might be so inclined:
    A1:A100 contains a multitude of labels; some of which appear repeatedly.
    B1:B100 contains various values associated with the labels in column A.
    C1:C100 contains other various values also associated with the labels in a column A.

    I will manually enter one of the two criteria (the label) and the other (the value) is returned by an array function.

    Thanks in advance for any help.

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Try using this setup:

    =SUMPRODUCT(--(A1:A100=F1),--(B1:B100=G1),(C1:C100)

    Note in my example, I used F1 and G1 to represent the cells that you are checking against. Change this as necessary

+ 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