+ Reply to Thread
Results 1 to 4 of 4

=Countif help - two conditions

  1. #1
    Forum Contributor
    Join Date
    06-17-2010
    Location
    Leicester
    MS-Off Ver
    Excel 2010
    Posts
    119

    =Countif help - two conditions

    Hi,

    I am just trying to do a countif based on two criteria, both words.

    So Column A has "H" and Column C has "Open"

    As below - how can I coubt based on these two columns


    H Open
    M Open
    H Closed
    L Closed
    Last edited by dshilan; 03-12-2012 at 08:11 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: =Countif help - two conditions

    Try =SUMPRODUCT(--(A1:A1000="H"), --(C1:C1000="Open"))

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: =Countif help - two conditions

    Hi

    You mean something like this?

    =SUMPRODUCT(($A$1:$A$20="H")*($C$1:$C$20="Open"))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Contributor
    Join Date
    06-17-2010
    Location
    Leicester
    MS-Off Ver
    Excel 2010
    Posts
    119

    Re: =Countif help - two conditions

    Thanks a lot guys

+ 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