+ Reply to Thread
Results 1 to 5 of 5

Counting Letters

  1. #1
    Sherry N.
    Guest

    Counting Letters

    I have a spreadsheet where there are C's and I's stored as values in column.
    I need to be able to count the I's and store the number in a cell.

    Thanks,
    --
    Sherry N.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Sherry,

    Say your result will be in cell A50 and the I are in C1: C49, the formula for A50 would be...

    =CountIf(C1:C49, "I")

    Sincerely,
    Leith Ross

  3. #3
    Paul Mathews
    Guest

    RE: Counting Letters

    Sherry, if I understand your question, you have a column containing c's and
    i's and you'd like to determine the number of i's in that column.

    You can use the "COUNTIF" function to accomplish this task. Let's say the
    range of your column of c's and i's is A1 to A20. To determine the number of
    "i" entries, enter this formula into the cell where you want the result to
    appear:

    =COUNTIF(A1:A20,"I")

    Note that this function is not case-sensitive so COUNTIF(A1:A20,"i") would
    yield the same result.

    "Sherry N." wrote:

    > I have a spreadsheet where there are C's and I's stored as values in column.
    > I need to be able to count the I's and store the number in a cell.
    >
    > Thanks,
    > --
    > Sherry N.


  4. #4
    Sherry N.
    Guest

    RE: Counting Letters

    Thank you very very much!

    "Paul Mathews" wrote:

    > Sherry, if I understand your question, you have a column containing c's and
    > i's and you'd like to determine the number of i's in that column.
    >
    > You can use the "COUNTIF" function to accomplish this task. Let's say the
    > range of your column of c's and i's is A1 to A20. To determine the number of
    > "i" entries, enter this formula into the cell where you want the result to
    > appear:
    >
    > =COUNTIF(A1:A20,"I")
    >
    > Note that this function is not case-sensitive so COUNTIF(A1:A20,"i") would
    > yield the same result.
    >
    > "Sherry N." wrote:
    >
    > > I have a spreadsheet where there are C's and I's stored as values in column.
    > > I need to be able to count the I's and store the number in a cell.
    > >
    > > Thanks,
    > > --
    > > Sherry N.


  5. #5
    Sherry N.
    Guest

    Re: Counting Letters

    Thank you very very much!

    "Leith Ross" wrote:

    >
    > Hello Sherry,
    >
    > Say your result will be in cell A50 and the I are in C1: C49, the
    > formula for A50 would be...
    >
    > =CountIf(C1:C49, "I")
    >
    > Sincerely,
    > Leith Ross
    >
    >
    > --
    > Leith Ross
    > ------------------------------------------------------------------------
    > Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
    > View this thread: http://www.excelforum.com/showthread...hreadid=378108
    >
    >


+ 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