Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Friends
Column A has the names of our employees Column B has an indicator (*) next to each employee that has achieved a certain accreditation i.e. able to perform a special skill. The next 28 columns are the 4 week work schedule with symbols (D=day shift, E=evenings, N=nights) indicating that employees status. The problem: I need the row at the bottom of the schedule portion to show the number of employees on each day that have the special credentialing. TIA for any assistance! Sam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUM(($B$2:$B$30="*")*(C$2:C$30={"D","E","N"}))
Entered in C31 for example. This is an array formula, so enter it with Ctrl+Shift+Enter rather than just enter -- Regards Tom Ogilvy "Metolius Dad" wrote in message ... Hello Friends Column A has the names of our employees Column B has an indicator (*) next to each employee that has achieved a certain accreditation i.e. able to perform a special skill. The next 28 columns are the 4 week work schedule with symbols (D=day shift, E=evenings, N=nights) indicating that employees status. The problem: I need the row at the bottom of the schedule portion to show the number of employees on each day that have the special credentialing. TIA for any assistance! Sam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tennis Schedule - Schedule players randomly | Excel Discussion (Misc queries) | |||
counting cells that are 0 in a range of non-contiguous cells | Excel Worksheet Functions | |||
Complicated counting of cells (based on other cells contents) | Excel Worksheet Functions | |||
Create patient schedule based on master therapist schedule | Excel Discussion (Misc queries) | |||
Counting capacity based on technician schedule | Excel Worksheet Functions |