Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
All I want to do is COUNT how many times a letter appears in a column. I have
made up a key using A, B, C, etc. E.g.: count how many times the letter A appears in a column, how many times the letter B appears, etc. Thanks -- JAY |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look up the COUNTIF function in the help
"JAY" wrote: All I want to do is COUNT how many times a letter appears in a column. I have made up a key using A, B, C, etc. E.g.: count how many times the letter A appears in a column, how many times the letter B appears, etc. Thanks -- JAY |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Jay
=COUNTIF(A:A,"A") will count all occurrences of "A" and "a" or if you have entered your A, B C in cells in say column C =COUNTIF(A:A,C1) Copy down as required -- Regards Roger Govier "JAY" wrote in message ... All I want to do is COUNT how many times a letter appears in a column. I have made up a key using A, B, C, etc. E.g.: count how many times the letter A appears in a column, how many times the letter B appears, etc. Thanks -- JAY |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count question | Excel Discussion (Misc queries) | |||
Day Count Question | Excel Discussion (Misc queries) | |||
{=COUNT(IF(etc))} question | Excel Discussion (Misc queries) | |||
Count question | Excel Discussion (Misc queries) | |||
To Bob ( count question ) | Excel Discussion (Misc queries) |