+ Reply to Thread
Results 1 to 5 of 5

countif(s) with two criteria

  1. #1
    Forum Contributor
    Join Date
    06-28-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    192

    Question countif(s) with two criteria

    In cell b9 (red arrow) I want a formula that will count how many "worked" OR "working" are in that entire row. I tried doing countifs but I think its looking for cells that contain both words. I just need it to find the number of times "worked" and 'working" comes up and add that total in b9.

    work.PNG
    Last edited by eeps24; 06-13-2018 at 10:08 AM.

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: countif(s) with two criteria

    Try:

    =COUNTIF($D2:$T2,"Worked")+COUNTIF($D2:$T2,"Working")

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: countif(s) with two criteria

    Try

    =COUNTIF(C9:K9,"Work*")

  4. #4
    Forum Contributor
    Join Date
    06-28-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    192

    Re: countif(s) with two criteria

    Thanks Jonmo1, that worked! keeping it easy I like it.

    Thanks Paul, I didnt try your method but I am sure it would work.

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: countif(s) with two criteria

    You're welcome.

+ 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. [SOLVED] The Countif Criteria
    By Noah101 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-25-2018, 02:11 PM
  2. Return dates that match a single criteria (a countif criteria)
    By nickmax1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-07-2014, 12:43 PM
  3. CountIf with two criteria
    By jamiguel77 in forum Excel General
    Replies: 4
    Last Post: 04-20-2010, 12:18 PM
  4. COUNTIF with two criteria?
    By sstecklein in forum Excel General
    Replies: 6
    Last Post: 08-28-2009, 06:08 PM
  5. Countif w/ Multiple Criteria-How do I use countif
    By Patrick_KC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2005, 05:05 PM
  6. Countif using format criteria not number criteria?
    By Rumbla76 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-20-2005, 01:06 AM
  7. [SOLVED] Countif using format criteria....not number criteria?
    By Troy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-20-2005, 12:06 AM

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