+ Reply to Thread
Results 1 to 4 of 4

SUMPRODUCT formula Criteria fix

  1. #1
    Registered User
    Join Date
    09-06-2016
    Location
    UK
    MS-Off Ver
    2016
    Posts
    69

    SUMPRODUCT formula Criteria fix

    Hello, I am trying to get my SUMPRODUCT formula working properly. I would like the 'Total Project Hours' sheet, under the packing column to sum the total time for any tasks listed as 'Packing' and 'Crate making' (found in column L in the sheet named 'Data').

    My formula so far is:
    Please Login or Register  to view this content.
    But it is not working...

    I have attached the workbook,thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: SUMPRODUCT formula Criteria fix

    =SUMPRODUCT(((Data!L3:L10000="Packing")+(Data!L3:L10000="Crate making"))*(Data!M3:M10000))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMPRODUCT formula Criteria fix

    Perhaps
    =SUM(SUMIF(Data!L3:L10000,{"Packing","Crate making"},Data!M3:M10000))

  4. #4
    Registered User
    Join Date
    09-06-2016
    Location
    UK
    MS-Off Ver
    2016
    Posts
    69

    Re: SUMPRODUCT formula Criteria fix

    Quote Originally Posted by Special-K View Post
    =SUMPRODUCT(((Data!L3:L10000="Packing")+(Data!L3:L10000="Crate making"))*(Data!M3:M10000))
    =SUMPRODUCT(((Data!L3:L10000="Packing")+(Data!L3:L10000="Crate making"))*(Data!M3:M10000))
    Thank you both so much guys!

+ 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] Two Criteria, SUMPRODUCT Formula
    By clprdctn in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-26-2016, 06:23 PM
  2. Replies: 3
    Last Post: 04-21-2015, 07:45 AM
  3. [SOLVED] I need to add a criteria to a sumproduct formula
    By sixsteps268 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2013, 11:14 AM
  4. Replies: 8
    Last Post: 10-02-2009, 03:50 PM
  5. sumproduct formula with two criteria
    By sunilmulay in forum Excel General
    Replies: 1
    Last Post: 06-18-2009, 05:25 AM
  6. Sumproduct formula - how to put the criteria together
    By Darlo in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-27-2007, 08:17 AM
  7. sumproduct formula w/ criteria
    By Scorpvin in forum Excel General
    Replies: 2
    Last Post: 02-09-2007, 12:21 PM

Tags for this Thread

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