Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet with a Project Name in column A, Employee Name in Column
B, State Date in Column C and End Date in Column D. How can I count the number of projects started for each individual (same for projects completed)? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
something like this
=sumproduct((b2:b22="employeename")*(c2:c220)) -- Don Guillett SalesAid Software "RobertR" wrote in message ... I have a spreadsheet with a Project Name in column A, Employee Name in Column B, State Date in Column C and End Date in Column D. How can I count the number of projects started for each individual (same for projects completed)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting unique entries based on given condition | Excel Discussion (Misc queries) | |||
Counting occurrences in one column based on an occurrence in anoth | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
help me getting value of column based on condition | Excel Worksheet Functions | |||
Counting Unique text entries in a sheet with a condition | Excel Worksheet Functions |