+ Reply to Thread
Results 1 to 5 of 5

count

  1. #1
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    Exclamation count

    hi,

    i am trying to count the number of certain charectors in a field example below

    press/three/press

    count the number of "p" and the number of "e"

    thanks steve

  2. #2
    prabhuraaman
    Guest

    Re: count

    Use the FIND worksheet function

    To find "p" and "e"

    Enter your text in a "press/three/press" in a cell(A1)
    Use FIND in another cell
    =FIND("p",A1)
    In another cell
    =FIND"("e",A1)

    You could find out more on Microsoft Excel help
    Also spare time to have a look at my new Excel Blog
    http://xlmaster.blogspot.com


  3. #3
    Bob Phillips
    Guest

    Re: count

    =LEN(A2)-LEN(SUBSTITUTE(A2,"e",""))

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "stevekirk" <[email protected]> wrote
    in message news:[email protected]...
    >
    > hi,
    >
    > i am trying to count the number of certain charectors in a field
    > example below
    >
    > press/three/press
    >
    > count the number of "p" and the number of "e"
    >
    > thanks steve
    >
    >
    > --
    > stevekirk
    > ------------------------------------------------------------------------
    > stevekirk's Profile:

    http://www.excelforum.com/member.php...o&userid=37328
    > View this thread: http://www.excelforum.com/showthread...hreadid=570686
    >




  4. #4
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    thanks

    thanks for your help working great

  5. #5
    Arjuna
    Guest

    RE: count


    hi,
    use below given function:

    =+LEN(B19)-LEN(SUBSTITUTE(B19,"a",""))

    Note: counting occurance of "a" in B19



    "stevekirk" wrote:

    >
    > hi,
    >
    > i am trying to count the number of certain charectors in a field
    > example below
    >
    > press/three/press
    >
    > count the number of "p" and the number of "e"
    >
    > thanks steve
    >
    >
    > --
    > stevekirk
    > ------------------------------------------------------------------------
    > stevekirk's Profile: http://www.excelforum.com/member.php...o&userid=37328
    > View this thread: http://www.excelforum.com/showthread...hreadid=570686
    >
    >


+ 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