G
Gritz
Preliminaries:
- I have Office 2003
- I have looked in the Help area and Archives
-If I knew how to better describe this I probably wouldn't be here...most of
the time I can figure my way through the help files...<grin>
Problem: Trying to "sumarize" how many times to charge discrete Department
Codes
--I have a column of Department Codes that we will be charging for training
--Some Departments will send 1 person to a class (we change them 1 time)
--Some Departments will send >1 person to a class (we charge them "x" times)
--Class list is alpha-sorted by last name
--Department Codes are one of the last columns in a long sheet
Desired Result:
--To have a formula that will:
--List the unique Department Codes in a new column
--Sum how many times this unique Department Code is listed on the sheet
in a new column
Example Raw Data
"Dept.Code"
AD111
AB123
AB123
AC222
AB123
AC222
AD111
Desired Result:
AB123 3
AC222 2
AD111 2
I have tried looking over FREQUENCY, MATCH and a few others, but not sure
how to manipulate it
Thank you in advance (TYIA...)
Gritz
- I have Office 2003
- I have looked in the Help area and Archives
-If I knew how to better describe this I probably wouldn't be here...most of
the time I can figure my way through the help files...<grin>
Problem: Trying to "sumarize" how many times to charge discrete Department
Codes
--I have a column of Department Codes that we will be charging for training
--Some Departments will send 1 person to a class (we change them 1 time)
--Some Departments will send >1 person to a class (we charge them "x" times)
--Class list is alpha-sorted by last name
--Department Codes are one of the last columns in a long sheet
Desired Result:
--To have a formula that will:
--List the unique Department Codes in a new column
--Sum how many times this unique Department Code is listed on the sheet
in a new column
Example Raw Data
"Dept.Code"
AD111
AB123
AB123
AC222
AB123
AC222
AD111
Desired Result:
AB123 3
AC222 2
AD111 2
I have tried looking over FREQUENCY, MATCH and a few others, but not sure
how to manipulate it
Thank you in advance (TYIA...)
Gritz