+ Reply to Thread
Results 1 to 2 of 2

Counting Names based on a condition

  1. #1
    Registered User
    Join Date
    02-15-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Counting Names based on a condition

    Please help.

    I am unable to count the number of times a string occurs in a range based on a condition. The constraint which I have is as below.


    Count the number of times "Passed to Training" occurs in column1 only if the corresponding field in column two is "Not Started"

    I have uploaded the file which I used. Please provide your valuable suggestions to achieve the requirement
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Counting Names based on a condition

    If you're using Excel 2003 then something like this:

    =SUMPRODUCT(--(Phase1="Passed to Training"),--(Phase2="Not Started"))

    If you're using Excel 2007 or later then you can use a COUNTIFS:

    =COUNTIFS(Phase1,"Passed to Training",Phase2,"Not Started")

+ 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