Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I hope you can help. I have a spreadsheet that records entry by date added
(column A). Each entry can be assigned to at least 1 person (column M). However, there are times when an entry can be assigned to 2 people. The second entry is in column N. Both column M and N use the same drop down lists. I need to count how many items received each month that were assigned to a person (who could be listed in either column M or N). I have formulas that count how many are assigned to a person -- =COUNTIF('EI Inventory'!M:M,"J Smith")+COUNTIF('EI Inventory'!N:N,"J Smith"). I have a formula that counts how many entries per month were assigned to a person in Column M -- =SUMPRODUCT((ISNUMBER(SEARCH("J Smith",M:M)))*(A:A<=--"10/31/2009")*(A:A--"10/01/2009")). I need a formula that counts for both Column M and N. Please help. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count if dates meet certain criteria | Excel Worksheet Functions | |||
Formula to count based on multiple criteria fields w/duplicates | Excel Worksheet Functions | |||
multiple criteria count formula with duplicate data | Excel Worksheet Functions | |||
Count multiple cells against multiple criteria in an Excel spreads | Excel Worksheet Functions | |||
Multiple Criteria, Count If, Sum Product to get count across range | Excel Worksheet Functions |