+ Reply to Thread
Results 1 to 3 of 3

Count occurences of a given value in Col A with multiple conditions being true

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    Chicago
    MS-Off Ver
    Excel 7
    Posts
    2

    Count occurences of a given value in Col A with multiple conditions being true

    My table has 3 columns with multiple rows. Column A contains the Script Name. Column B contains the person's first names i.e. John, Al, Pete, etc. Column C contains the Coding Start Dates or NULL if the person has not started yet. How can I count the number of occurences of a given name where the Coding Start Date >= January 15, 2013?

    See attachment for example table.
    Attached Files Attached Files

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

    Re: Count occurences of a given value in Col A with multiple conditions being true

    hi Howard Gale, welcome to the forum. try:
    =SUMPRODUCT((B2:B11="John")*(C2:C11>--("15jan2013")))

    or in Excel 2007 & above:
    =COUNTIFS(B2:B11,"John",C2:C11,">"&--("15jan2013"))

    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-16-2013
    Location
    Chicago
    MS-Off Ver
    Excel 7
    Posts
    2

    Re: Count occurences of a given value in Col A with multiple conditions being true

    Both work perfectly. Thank you!!

+ 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