Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column with employee code numbers. ie. A23,A34,A54,B43,B63,C23. They
are always a capital letter ans a 2 digit number. I need to build a formula for a range that tells me how many employees there are that start with and "A", a "B", a "C" and so on. Can someone help me with this? Thanks -- rustyrunrite |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rusty,
This is what I came up with: Add a helper column to left of list of employee numbers. To total emploee numbers with "A" "=COUNTIF($B$1:$B$3,"A1") in cell to left of this formula I put "A". My list of employee numbers is in cell B1 thru B6, I used the numbers you provided A23, A34, A54, B34, B63, C23 To total emploee numbers with "B" "=COUNTIF($B$4:$B$5,"B1") in cell to left of this formula I put "B". To total emploee numbers with "C" "=COUNTIF($B$6:$B$6,"C1") in cell to left of this formula I put "C". It should look like this: A23 A34 A54 B43 B63 C23 "A" 6 "B" 2 "C" 1 hth "Rusty" wrote: I have a column with employee code numbers. ie. A23,A34,A54,B43,B63,C23. They are always a capital letter ans a 2 digit number. I need to build a formula for a range that tells me how many employees there are that start with and "A", a "B", a "C" and so on. Can someone help me with this? Thanks -- rustyrunrite |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Rusty
You can use countif with a wildcard e.g:=COUNTIF(A1:A500,"A*") Adjust range and letter to your needs. HTH John "Rusty" wrote in message ... I have a column with employee code numbers. ie. A23,A34,A54,B43,B63,C23. They are always a capital letter ans a 2 digit number. I need to build a formula for a range that tells me how many employees there are that start with and "A", a "B", a "C" and so on. Can someone help me with this? Thanks -- rustyrunrite |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Unique Values in 1 Column based on Date Range in another Column | Excel Worksheet Functions | |||
Count number of cells and total in one column, based on another column suffix | 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 | |||
COUNT INFORMATION IN COLUMN B ONLY IF A1 MATCHES K1 COUNT THAT CE. | Excel Worksheet Functions |