+ Reply to Thread
Results 1 to 4 of 4

create a countif with multiple criterion

  1. #1
    Registered User
    Join Date
    01-06-2011
    Location
    Ft. Lauderdale, FL
    MS-Off Ver
    Excel 2007
    Posts
    1

    create a countif with multiple criterion

    I am using the following formula to look up interview completes and applcations based on lead source:

    =COUNT(IF(D2:D15116 ="International-Quinsteet",IF(K2:K15116="Interview Complete",L2:L15116)))+COUNT(IF(K2:K15116="Application Received",L2:L15116))

    no matter what I try it returns the number 2.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Doing a report and need to know how to create a countif with multiple criterion

    Try perhaps:

    =SUM(SUMIFS(L2:L15116,D2:D15116,"International-Quinsteet",K2:K15116,{"Interview Complete","Application Received"}))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: create a countif with multiple criterion

    Your using Excel 2007, why not just use countifs function?
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: create a countif with multiple criterion

    judging by this part: L2:L15116 it looks like they need SUMIFS... which is what I offered.

+ 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