+ Reply to Thread
Results 1 to 4 of 4

If cells contain specific text the count

  1. #1
    Registered User
    Join Date
    04-15-2009
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    43

    If cells contain specific text the count

    Hi.
    This has been driving me nuts.

    CELLS AA5:AA64 will have either EF, CS, SBS and/or, RP.
    Cell AA16 could be "EF / CS / SBS" and AA20 could be CS

    I want Cell AA65 to count show how many CS's have been entered in that range. How would I do this.

    Thanks in advance.

    -A
    Last edited by NBVC; 04-15-2009 at 10:20 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: If cells contain specific text the count

    If the criteria are all exclusive from one another (ie you don't have CS and CCS options) then a standard COUNTIF should suffice:

    AA65: =COUNTIF(AA5:AA64,"*CS*")

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

    Re: If cells contain specific text the count

    Try

    =Countif(AA5:AA64,"*CS*")
    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.

  4. #4
    Registered User
    Join Date
    04-15-2009
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: If cells contain specific text the count

    You guys rock. Thanks so much!

+ 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