Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a colum within a table that indicates one of three things:
1. the date an interview took place as dd/mm/yy/hh:mm 2.string- 'declined on phone' 3. string-'declined at interview'. using a SUMPRODUCT function kindly figured out by Bob, I have a way to calculate the number of successful interviews between two dates: =SUMPRODUCT(--('researcher reports'!$G$2:$G$360=D2),--('researcher reports'!$G$2:$G$360<E2)) where D2 and E2 provide the first and last days of the wekk in question. I now would like to know the totals for 2. and 3. above, using the same criteria of date intervals. bound to be a simple solution, that I can't quite fathom! many thanks for suggestions, Theo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
So where are the strings declined on phone and declinded at interview
located. Assume column H and the string is in F2 =SUMPRODUCT(--('researcher reports'!$G$2:$G$360=D2),--('researcher reports'!$G$2:$G$360<E2),--('researcher reports'!$H$2:$H$360=F2)) -- Regards, Tom Ogilvy "TBA" wrote in message ... I have a colum within a table that indicates one of three things: 1. the date an interview took place as dd/mm/yy/hh:mm 2.string- 'declined on phone' 3. string-'declined at interview'. using a SUMPRODUCT function kindly figured out by Bob, I have a way to calculate the number of successful interviews between two dates: =SUMPRODUCT(--('researcher reports'!$G$2:$G$360=D2),--('researcher reports'!$G$2:$G$360<E2)) where D2 and E2 provide the first and last days of the wekk in question. I now would like to know the totals for 2. and 3. above, using the same criteria of date intervals. bound to be a simple solution, that I can't quite fathom! many thanks for suggestions, Theo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count cells with specific text between two dates? | Excel Discussion (Misc queries) | |||
Formula to count cells between dates. | Excel Worksheet Functions | |||
Count cells with dates | Excel Worksheet Functions | |||
How do I count blank cells in a column of dates? | Excel Programming | |||
Count cells in a column that contain dates | New Users to Excel |