+ Reply to Thread
Results 1 to 3 of 3

Multiple (3) SUMPRODUCT conditions

  1. #1
    Registered User
    Join Date
    05-11-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Multiple (3) SUMPRODUCT conditions

    Hi

    I'm trying to SUMPRODUCT multiple criteria but am obviously doing something wrong.

    It needs to be a SUMPRODUCT as the source data will be stored elsewhere and will not be open at the same time as the COSTS sheet. I don't need a pivot table either, for other reasons.

    Essentially what I need is...

    In cell E7 of the costs sheet, put the total Spend from column O on the source sheet...

    IF,

    The Project in Source column B = COSTS E1 - and
    The Category in Source column P = COSTS B7 - and
    The Month in Source column Q = COSTS E4

    So, the total Associates spend for Project1 in January

    I'm currently using this formula but getting a zero (not N/A or VALUE)
    =SUMPRODUCT((source!B:B=COSTS!E1)*(source!P:P=COSTS!B7)*(source!Q:Q=COSTS!E4),(source!O:O))

    Your help would be hugely appreciated as always.

    Many thanks in advance

    Tim
    Attached Files Attached Files
    Last edited by timjames; 11-03-2011 at 03:17 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiple (3) SUMPRODUCT conditions

    Source sheet, Q:Q has "January", while E4 in the Costs sheet has "Jan". They should be the same.

    Also, it is not recommended to use whole column references with SUMPRODUCT as it is processor intensive..
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-11-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Multiple (3) SUMPRODUCT conditions

    Quote Originally Posted by NBVC View Post
    Source sheet, Q:Q has "January", while E4 in the Costs sheet has "Jan". They should be the same.

    Also, it is not recommended to use whole column references with SUMPRODUCT as it is processor intensive..

    Thank you. There's always a simple answer!

    Will reduce the columns too to a specific range.

    Thanks for the tip.

+ 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