+ Reply to Thread
Results 1 to 5 of 5

count text

  1. #1
    Dr. Sachin Wagh
    Guest

    count text

    How do I count the number of times "A" (text) apears in range A1:U5

    Please help
    --
    Dr. Sachin Wagh
    MBBS, DHA, DPH

  2. #2
    Biff
    Guest

    count text

    Hi!

    Try this:

    =COUNTIF(A1:U5,"A")

    Biff

    >-----Original Message-----
    >How do I count the number of times "A" (text) apears in

    range A1:U5
    >
    >Please help
    >--
    >Dr. Sachin Wagh
    >MBBS, DHA, DPH
    >.
    >


  3. #3
    Rowan
    Guest

    RE: count text

    =COUNTIF(A1:U5,"A")

    Rowan

    "Dr. Sachin Wagh" wrote:

    > How do I count the number of times "A" (text) apears in range A1:U5
    >
    > Please help
    > --
    > Dr. Sachin Wagh
    > MBBS, DHA, DPH


  4. #4
    Dr. Sachin Wagh
    Guest

    RE: count text

    Thanx Biff & Rowan

    "Rowan" wrote:

    > =COUNTIF(A1:U5,"A")
    >
    > Rowan
    >
    > "Dr. Sachin Wagh" wrote:
    >
    > > How do I count the number of times "A" (text) apears in range A1:U5
    > >
    > > Please help
    > > --
    > > Dr. Sachin Wagh
    > > MBBS, DHA, DPH


  5. #5
    Bob Phillips
    Guest

    Re: count text

    If there could be more than one instance per cell, you can use

    =SUMPRODUCT((LEN(A1:U5)-LEN(SUBSTITUTE(A1:U5,"A","")))/LEN("A"))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Biff" <[email protected]> wrote in message
    news:[email protected]...
    > Hi!
    >
    > Try this:
    >
    > =COUNTIF(A1:U5,"A")
    >
    > Biff
    >
    > >-----Original Message-----
    > >How do I count the number of times "A" (text) apears in

    > range A1:U5
    > >
    > >Please help
    > >--
    > >Dr. Sachin Wagh
    > >MBBS, DHA, DPH
    > >.
    > >




+ 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