+ Reply to Thread
Results 1 to 6 of 6

SUMPRODUCT with Today() and text criteria

  1. #1
    Registered User
    Join Date
    02-19-2010
    Location
    Laurel, MD
    MS-Off Ver
    Excel 2003
    Posts
    22

    Smile SUMPRODUCT with Today() and text criteria

    This is my 1st post and glad to be part of forum

    Im attempting to add number of dates within a column (B). I have 2 criteria: Today and person "William". Im using the following and return results is "0"

    A: Name
    B: Date
    C: Type

    =SUMPRODUCT(--(Data!$B$2:$B$3100=TODAY()),--(Data!$A$2:$A$3100="William"),--(Data!$B$2:$B$3100))

    Once I get this working I would like to adjust for last 30days and look at Type (C) = New

    Any suggestions and can send a sample data set. Anyway, any suggestions will be appreciated!
    Attached Files Attached Files
    Last edited by Wkruger; 02-20-2010 at 11:47 AM. Reason: Question answered and worked!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUMPRODUCT with Today() and text criteria

    Your Date values include Time - you need to compare just the INT portion

    =SUMPRODUCT(--(INT(Data!$B$2:$B$3100)=TODAY()),--(Data!$A$2:$A$3100="William"))

    (note I also removed the third array - this doesn't really serve any purpose as I see it)

  3. #3
    Registered User
    Join Date
    02-19-2010
    Location
    Laurel, MD
    MS-Off Ver
    Excel 2003
    Posts
    22

    Talking Re: SUMPRODUCT with Today() and text criteria

    Its worked and THANK YOU!

  4. #4
    Registered User
    Join Date
    02-19-2010
    Location
    Laurel, MD
    MS-Off Ver
    Excel 2003
    Posts
    22

    Re: SUMPRODUCT with Today() and text criteria

    I have another questions - PLEASE

    I need to find the average interval from the Assignment date to Completed date. With conditions of status code: Completed, Service Coodinator of William, Order type of New.


    William Completed 17-Feb-10 New 3/1/2010
    William Completed 17-Feb-10 New 3/5/2010
    William Completed 17-Feb-10 New 4/2/2010
    William Completed 16-Feb-10 New 2/19/2010
    William Completed 16-Feb-10 New 2/19/2010
    Susan Completed 16-Feb-10 New 2/19/2010
    William Completed 16-Feb-10 New 2/19/2010
    William Completed 16-Feb-10 New 2/19/2010
    William Completed 16-Feb-10 New 2/19/2010

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUMPRODUCT with Today() and text criteria

    New question, new thread please.

  6. #6
    Registered User
    Join Date
    02-19-2010
    Location
    Laurel, MD
    MS-Off Ver
    Excel 2003
    Posts
    22

    SUMPRODUCT, Interval of dates with several criteria

    Original questions answered! ty

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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