+ Reply to Thread
Results 1 to 3 of 3

How do I count cells beginning with specific letter?

  1. #1
    jay
    Guest

    How do I count cells beginning with specific letter?

    For example: I have a number of cells that contains names, and I have to
    count the name that begins with letter "A", what do I do?

    many thanks

  2. #2
    JE McGimpsey
    Guest

    Re: How do I count cells beginning with specific letter?

    one way:

    =COUNTIF(A1:J100,"A*")

    In article <[email protected]>,
    jay <[email protected]> wrote:

    > For example: I have a number of cells that contains names, and I have to
    > count the name that begins with letter "A", what do I do?
    >
    > many thanks


  3. #3
    Don Guillett
    Guest

    Re: How do I count cells beginning with specific letter?

    try
    =SUMPRODUCT((LEFT(J2:J5)="a")*1)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "jay" <[email protected]> wrote in message
    news:[email protected]...
    > For example: I have a number of cells that contains names, and I have to
    > count the name that begins with letter "A", what do I do?
    >
    > many thanks




+ 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