+ Reply to Thread
Results 1 to 4 of 4

COUNTIF(S) multiple criteria (text & text)

  1. #1
    Registered User
    Join Date
    08-22-2014
    Location
    San Diego, Ca
    MS-Off Ver
    2010
    Posts
    33

    COUNTIF(S) multiple criteria (text & text)

    Hello again,

    I need a formula to count all text in two columns that meet this criteria.

    Column B "New" and Column U "Completed"

    I am trying to get one formula to count 2 different columns of criteria. For example, If column B has the word "New" 2x and column U has the word "Completed" 1x, in the same row as the first criteria. My total count would be = 1

    Column B Column U
    New
    New Completed

    Please helps...

    Jessica

  2. #2
    Registered User
    Join Date
    12-30-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    39

    Re: COUNTIF(S) multiple criteria (text & text)

    You should just be able to use countifs straight up if I am understanding the problem correctly.

    =countifs(column B,"New", Column U, "Completed")

    David

  3. #3
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: COUNTIF(S) multiple criteria (text & text)

    David is absolutely correct ... simple and succinct ... just change one little thing to make it slightly clearer
    =COUNTIFS(B:B,"New",U:U,"Completed")

  4. #4
    Registered User
    Join Date
    08-22-2014
    Location
    San Diego, Ca
    MS-Off Ver
    2010
    Posts
    33

    Re: COUNTIF(S) multiple criteria (text & text)

    Yes. This worked perfect. Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. COUNTIF with multiple text criteria
    By Ted210 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-13-2013, 01:40 PM
  2. COUNTIF or SUMPRODUCT for text value/criteria with repeats HELP!
    By whatthekeck31 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-22-2013, 04:54 PM
  3. [SOLVED] Countif for two text criteria
    By dries_v in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-17-2012, 08:33 AM
  4. Replies: 2
    Last Post: 02-20-2012, 05:59 PM
  5. Count multiple rows (text) with multiple criteria (text)
    By alecabral08 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-21-2008, 04:26 PM

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