+ Reply to Thread
Results 1 to 2 of 2

In Excel find characters when multiple characters exist w/i a cel

Hybrid View

  1. #1
    teacher-deburg
    Guest

    In Excel find characters when multiple characters exist w/i a cel

    I want to be able to find the number of occurrances of a particular
    alpha-numeric character in a specified range when there can be multiple
    characters in any one cell. (More over, I want to be able to find the number
    of occurrances of an array of charcters within a specified range.)

    ----------------
    This post is a suggestion for Microsoft, and Microsoft responds to the
    suggestions with the most votes. To vote for this suggestion, click the "I
    Agree" button in the message pane. If you do not see the button, follow this
    link to open the suggestion in the Microsoft Web-based Newsreader and then
    click "I Agree" in the message pane.

    http://www.microsoft.com/office/comm...heet.functions

  2. #2
    Bob Phillips
    Guest

    Re: In Excel find characters when multiple characters exist w/i a cel

    You count the characters, and then count the characters with the letter
    substituted by "".

    =LEN(B4)-LEN(SUBSTITUTE(B4,"A",""))

    or

    =(LEN(B4)-LEN(SUBSTITUTE(B4,"or","")))/LEN("or")

    for a string orf characters


    --

    HTH

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


    "teacher-deburg" <teacher-deburg@discussions.microsoft.com> wrote in message
    news:789E7317-2103-4138-9251-1ED84C6E18BF@microsoft.com...
    > I want to be able to find the number of occurrances of a particular
    > alpha-numeric character in a specified range when there can be multiple
    > characters in any one cell. (More over, I want to be able to find the

    number
    > of occurrances of an array of charcters within a specified range.)
    >
    > ----------------
    > This post is a suggestion for Microsoft, and Microsoft responds to the
    > suggestions with the most votes. To vote for this suggestion, click the "I
    > Agree" button in the message pane. If you do not see the button, follow

    this
    > link to open the suggestion in the Microsoft Web-based Newsreader and then
    > click "I Agree" in the message pane.
    >
    >

    http://www.microsoft.com/office/comm...heet.functions



+ 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