+ Reply to Thread
Results 1 to 5 of 5

Counting date ranges that have a certain criteria

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Darwin
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation Counting date ranges that have a certain criteria

    HELP!!

    I have a training matrix which i need to get monthly total of how many people have done what and from which company.... but the data is all in dates of when the completed it
    I have tried countifs and can't seem to get it to work.....

    Please Login or Register  to view this content.

    I need to have a formula that will count Column C if it =TI or CONT but then count how many of them have completed First Aid

    tried -countifs(C239:C282, "TI",BD239:BD282, <>Today)
    and a range of others... totally at a loss!!!!!!
    Last edited by JBeaucaire; 10-10-2012 at 05:08 PM.

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Counting date ranges that have a certain criteria

    try:

    =SUM(COUNTIFS(C239:C282,{"ti","cont"},BD239:BD282,"<="&TODAY()))
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  3. #3
    Forum Contributor
    Join Date
    08-01-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    112

    Re: Counting date ranges that have a certain criteria

    what would column BD show if they havent completed first aid?

  4. #4
    Registered User
    Join Date
    10-10-2012
    Location
    Darwin
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Counting date ranges that have a certain criteria

    Quote Originally Posted by ajm123456789 View Post
    what would column BD show if they havent completed first aid?

    it is blank....

  5. #5
    Registered User
    Join Date
    10-10-2012
    Location
    Darwin
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Counting date ranges that have a certain criteria

    this works... but if i put the array in it doesn't

    =IF(C2="TFE",BD1,"0")

+ 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