+ Reply to Thread
Results 1 to 4 of 4

count how many times a word shows up for 2 criterias

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    new york
    MS-Off Ver
    Excel 2010
    Posts
    11

    count how many times a word shows up for 2 criterias

    Hey,im trying to come up with a formula that will count how many time a word appears for 2 criteria's. see my excel as an example.

    Count how many times column b is 'no' when column a says 'pending' or 'reschedule"
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: count how many times a word shows up for 2 criterias

    Maybe:

    =SUMPRODUCT(--($B$1:$B$7="no"),--($A$1:$A$7="pending")+($A$1:$A$7="reschedule"))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: count how many times a word shows up for 2 criterias

    try this formula:
    Please Login or Register  to view this content.
    Pierre Leclerc
    _______________________________________________________

    If you like the help you got,
    Click on the STAR "Add reputation" icon at the bottom.

  4. #4
    Registered User
    Join Date
    01-31-2013
    Location
    new york
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: count how many times a word shows up for 2 criterias

    the countifs statement worked! 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. [SOLVED] IF/OR to count how many times a word shows up in either of two columns of a diff. sheet
    By FIFTYFINGERS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-18-2013, 03:12 PM
  2. Replies: 2
    Last Post: 07-12-2012, 12:05 PM
  3. Check if word exists and count how many times, help
    By execine in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-07-2010, 02:08 PM
  4. How:iserror vlookup & count no. times value shows with conditions
    By Pauline in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-14-2005, 06:05 PM
  5. Replies: 5
    Last Post: 04-16-2005, 11:07 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