+ Reply to Thread
Results 1 to 4 of 4

Counting Cells

  1. #1
    Registered User
    Join Date
    10-26-2005
    Posts
    2

    Question Counting Cells

    I wish to count the cells in one column using criteria in another column. The criteria is in Text form. Any help Please!!!

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    You don't give enough details to truly understand your need. However, this may steer you in the right direction:

    =COUNTIF($A$1:A21,"="&B1)

    will count the number of times the value in cell B1 appears in the range A1:A21

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    Roger Govier
    Guest

    Re: Counting Cells

    Hi

    Try
    =COUNTIF(A:A,"="&B1)

    Regards

    Roger Govier


    markinblackuk wrote:
    > I wish to count the cells in one column using criteria in another
    > column. The criteria is in Text form. Any help Please!!!
    >
    >


  4. #4
    Registered User
    Join Date
    10-30-2003
    Posts
    50
    Hi there,

    I think you need to use countif.

    so, if your list of things you want to count is in A2:A10 and the criteria by which you want to count is in cell b2, the formula in cell c3 will be:

    =COUNTIF(A2:A10,B2)

    (=countif(range,criteria)

    hope this helps!

    thanks,

    MoonWeazel

+ 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