+ Reply to Thread
Results 1 to 3 of 3

Need to count if past given due date AND meets two values in another column

  1. #1
    Registered User
    Join Date
    01-07-2013
    Location
    Jersey City, New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    14

    Cool Need to count if past given due date AND meets two values in another column

    I have a due date column and a status column. The status column can be one of 5 values.

    I need to count the record if it is past due date AND status is "Not started" OR "In Progress"

    Should I use CountIFs or SumIFs? Please help.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Need to count if past given due date AND meets two values in another column

    hi alb2p. assuming Due Date in A2:A10 & Status in C2:C10, try:
    =SUM(COUNTIFS(A2:A10,">"&TODAY(),B2:B10,{"Not Started","In Progress"}))

    if it doesn't help, attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-07-2013
    Location
    Jersey City, New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Need to count if past given due date AND meets two values in another column

    this works but had to reverse the ">" to less than. Thanks so much for your help.

+ 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