After pouring through threads about Sumproduct, all of the examples seem to only have two conditions. Can you have three? Because I'm having a doozy of a time trying to get this formula to work:
'=SUMPRODUCT(('Turnover - Terms'!H2:H1249<=DATEVALUE("01/31/07"))*('Turnover - Terms'!Q2:Q1249="PCO")*('Turnover - Terms'!S2:S1249="VOLUNTARY"))
In real words: Count the records that have a term date less than 1/31/07 AND are dept PCO AND their term reason was voluntary.
For some reason, it does not like the third condition of S2:S1249="VOLUNTARY". When I take the third condition away, it works just fine. Any ideas?
'=SUMPRODUCT(('Turnover - Terms'!H2:H1249<=DATEVALUE("01/31/07"))*('Turnover - Terms'!Q2:Q1249="PCO")*('Turnover - Terms'!S2:S1249="VOLUNTARY"))
In real words: Count the records that have a term date less than 1/31/07 AND are dept PCO AND their term reason was voluntary.
For some reason, it does not like the third condition of S2:S1249="VOLUNTARY". When I take the third condition away, it works just fine. Any ideas?