Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column that looks a lot like this
ni ni na out cb out na na am out ni Now I want excel to count how many of each code are in this selection. So how do I do it? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that column is B and your data starts in Row 2, you can count any
of your codes using the COUNTIF function. What do you mean by "this selection"... a range of cells? If so, then, for example... =COUNTIF(A1:A100,"na") will shown the count of "na" codes occurring in the range A1:A100. Rick "Briana" wrote in message ... I have a column that looks a lot like this ni ni na out cb out na na am out ni Now I want excel to count how many of each code are in this selection. So how do I do it? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out your other post - no need to multi-post.
Pete "Briana" wrote in message ... I have a column that looks a lot like this ni ni na out cb out na na am out ni Now I want excel to count how many of each code are in this selection. So how do I do it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Employee Work Time - Don't Double-count Overlapping Apts. | Excel Worksheet Functions | |||
Excel 2000, count, sort a list & count totals? | Excel Worksheet Functions | |||
How do i count numbers and letters to find a total count of all | Excel Worksheet Functions | |||
Count Intervals of 1 Numeric value in a Row and Return Count down Column | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |