+ Reply to Thread
Results 1 to 8 of 8

Countifs

  1. #1
    Registered User
    Join Date
    01-28-2013
    Location
    vijayawada
    MS-Off Ver
    Excel 2007
    Posts
    30

    Countifs

    Dear all,

    i have list like this.

    Abc_001
    abc_001
    abc_001
    abc_002
    abc_002
    abc_002
    abc_003
    abc_003
    abc_003



    and i want count how many abc_001, abc_002 & abc_003..

    Is that possible

    i know we can use =countif(a1:a100,"abc_001")

    but i want if (a1:a100, start with abc then count)

    is that possible

    i hope u all understand

    plz help me

    thanks in advance...

    Mjr

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Countifs

    hi Mjr, try:
    =COUNTIF(A1:A100,"abc_*")
    or
    =COUNTIF(A1:A100,"abc*")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-28-2013
    Location
    vijayawada
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: Countifs

    Quote Originally Posted by benishiryo View Post
    hi Mjr, try:
    =COUNTIF(A1:A100,"abc_*")
    or
    =COUNTIF(A1:A100,"abc*")

    THANK YOU benishiryo,


    ITS WORKING

    IF ABC & BCA THEN HOW TO COUNT

    CAN U TELL ME

    MJR

  4. #4
    Registered User
    Join Date
    07-14-2011
    Location
    Ha Noi, Viet Nam
    MS-Off Ver
    Excel 2010
    Posts
    53

    Re: Countifs

    Quote Originally Posted by mjr10891 View Post
    THANK YOU benishiryo,


    ITS WORKING

    IF ABC & BCA THEN HOW TO COUNT

    CAN U TELL ME

    MJR
    You try this :
    =COUNTIF(A1:A100,"abc*")+COUNTIF(A1:A100,"bca*")
    ~~~~~~~

  5. #5
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Doha, State of Qatar
    MS-Off Ver
    excel 2003, 2007, 2010, 2016
    Posts
    124

    Re: Countifs

    COUNTIF(A1:A100,or("abc_*","bca_*"))
    Regards,
    abdul

  6. #6
    Registered User
    Join Date
    07-14-2011
    Location
    Ha Noi, Viet Nam
    MS-Off Ver
    Excel 2010
    Posts
    53

    Re: Countifs

    Quote Originally Posted by abubaniyan View Post
    COUNTIF(A1:A100,or("abc_*","bca_*"))
    The result returns 0????

  7. #7
    Registered User
    Join Date
    01-28-2013
    Location
    vijayawada
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: Countifs

    Quote Originally Posted by sunflowers View Post
    you try this :
    =countif(a1:a100,"abc*")+countif(a1:a100,"bca*")
    ~~~~~~~
    ok thank u

    mjr

  8. #8
    Registered User
    Join Date
    01-28-2013
    Location
    vijayawada
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: Countifs

    Quote Originally Posted by abubaniyan View Post
    countif(a1:a100,or("abc_*","bca_*"))
    result always coming " 0 "

+ 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