+ Reply to Thread
Results 1 to 9 of 9

sumproduct multiple criteria using Excel 2003

  1. #1
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    sumproduct multiple criteria using Excel 2003

    Hi All

    I've attached a sheet to try explain what i'm looking for can't seem to make it work, i'm not sure if an old Version can do it.

    Cheers
    Dave
    Attached Files Attached Files
    Last edited by Dave69rock; 07-25-2015 at 02:54 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,536

    Re: sumproduct multiple criteria using Excel 2003

    You can use this formula:

    =SUMPRODUCT((C8:C14=D2)*(G8:G14=D3)*(B8:B14=D4)*(E8:E14=D5),F8:F14)

    Note that you need to change the entry in D4 to Y.T.D. (i.e. full-stop at the end).

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    Re: sumproduct multiple criteria using Excel 2003

    How Do i add column A to this Formula

  4. #4
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: sumproduct multiple criteria using Excel 2003

    Like this -

    Assuming D1 has the Value of Col A

    =SUMPRODUCT((A8:A14=D1)*(C8:C14=D2)*(G8:G14=D3)*(B8:B14=D4)*(E8:E14=D5),F8:F14)
    Cheers!
    Deep Dave

  5. #5
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    Re: sumproduct multiple criteria using Excel 2003

    It doesn't Seem to work when you add one one Criteria

  6. #6
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: sumproduct multiple criteria using Excel 2003

    See the file attached..

    As pete suggested, did you add the full stop?
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2509 Build 16.0.19231.20138) 64-bit
    Posts
    31,830

    Re: sumproduct multiple criteria using Excel 2003

    As per post #4 if D1 = P1 you will get 5 for Jim

  8. #8
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,944

    Re: sumproduct multiple criteria using Excel 2003

    =SUMPRODUCT((C8:C14=D2)*(G8:G14=D3)*((A8:A14=D4)+(B8:B14=D4)>0)*(E8:E14=D5)*(F8:F14))
    Try this
    Your Period Criteria was Y.T.D but in your data table it is showing like Y.T.D.
    Please change it
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  9. #9
    Registered User
    Join Date
    03-14-2015
    Location
    Hamburg
    MS-Off Ver
    7
    Posts
    32

    Re: sumproduct multiple criteria using Excel 2003

    Hi there,

    based upon the most recent uploaded XLS I've set up this furmula in order to rpovide both, a) the minutes depending on team member and coach and b) the minutes just depending on the coach in case "sometimes there won't be a team Member selected in D2 Just a Coach" as mentioned in the description of the problem:
    =+IF(ISBLANK(D2);SUMPRODUCT((A8:A14=D1)*(G8:G14=D3)*(B8:B14=D4)*(E8:E14=D5);F8:F14);SUMPRODUCT((A8:A14=D1)*(C8:C14=D2)*(G8:G14=D3)*(B8:B14=D4)*(E8:E14=D5);F8:F14))

    What do you think?

    Kind regards from Hamburg
    Henning

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Multiple criteria SUMPRODUCT (3 criteria) Excel 2003
    By lelrich in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-10-2014, 01:58 PM
  2. [SOLVED] COUNTIF - multiple criteria (excel 2003)
    By nat.ssnt in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-10-2013, 10:58 PM
  3. Countif, Multiple Criteria, Multiple Sheets, Excel 2003
    By shyammankoo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-07-2013, 06:50 AM
  4. Excel 2003: COUNTIF/SUMPRODUCT, Multiple Criteria w/Wildcard
    By EricF in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-24-2008, 09:41 PM
  5. Excel 2003 multiple criteria
    By anike007 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-10-2006, 03:45 PM
  6. [SOLVED] Select by multiple criteria (Excel 2003)
    By Biff in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM
  7. [SOLVED] Select by multiple criteria (Excel 2003)
    By Picman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM

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