+ Reply to Thread
Results 1 to 3 of 3

Sumproduct Function Using 4 Different Criteria

  1. #1
    Registered User
    Join Date
    04-06-2008
    Location
    Birmingham
    Posts
    25

    Sumproduct Function Using 4 Different Criteria

    Dear Forum

    Please can you provide help with the following problem.

    In the Summary Tab of the attached example spreadsheet, I need to calculate the total (for each day using the date field in column A) of Printers (column G) with the name of 'UKT7' with a German time of less than '16:00:00' (in column H) that have a reason code of 'Blank' in (coloumn I).

    I have the following forumula which works great, but it doesn't include the 'less than 16:00:00' rule in column H. My current formula is returning a result of 13 for day '11.09.08' & this total should actually be 6 for that day as I need it to look at less than 16:00:00

    =SUMPRODUCT(('11.09.08'!$A$1:$A$1000="11.09.08")*('11.09.08'!$G$1:$G$1000="UKT7")*('11.09.08'!$I$1:$I$1000=""))

    Can anyone help?

    I would be extremely grateful.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Hi LisaG
    Quote Originally Posted by LisaG View Post
    In the Summary Tab of the attached example spreadsheet, I need to calculate the total (for each day using the date field in column A) of Printers (column G) with the name of 'UKT7' with a German time of less than '16:00:00' (in column H) that have a reason code of 'Blank' in (coloumn I).
    Think this ticks all the right boxes - does it work OK for you?
    =SUMPRODUCT(('11.09.08'!$A$1:$A$1000="11.09.08")*('11.09.08'!$G$1:$G$1000="UKT7")*('11.09.08'!$H$1:$H$1000<TIMEVALUE("16:00:00"))*('11.09.08'!$I$1:$I$1000=""))

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Registered User
    Join Date
    04-06-2008
    Location
    Birmingham
    Posts
    25
    Dear DominicB

    Your suggestion works perfectly. Thank you so much for your time & effort helping me with this problem.

    Your help is very much appreciated.

    Thanks again.

    Lisa

+ 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. Multiple Criteria for Sumproduct?
    By Spellbound in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-22-2008, 12:27 PM
  2. hlookup and multiple criteria sumproduct to analyze text and dates
    By cdl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-05-2008, 09:12 AM
  3. filter function with criteria
    By bklim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2007, 11:18 AM
  4. sumproduct additional information for adding another criteria
    By Darlo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2007, 11:30 AM
  5. Database Function Criteria range
    By scharf5 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-24-2007, 04:50 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