ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Counting Letters (https://www.excelbanter.com/excel-programming/331453-counting-letters.html)

Sherry N.

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.

Paul Mathews

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.


Leith Ross[_24_]

Counting Letters
 

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


Sherry N.

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.


Sherry N.

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




All times are GMT +1. The time now is 05:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com