I
Ian Westwell
One final question on counting....
Column B has "date" enterred eg 24 Mar 03. how can I
search and count the occurrance in other columns between
two set dates ie the amount of times data in column E
matches data in column C between 1/4/03 and 30/4/03.
Searching between dates has been a problem using other
functions such as SUM, Count, etc
=SUMPRODUCT((data!B2:B2500......Between dates...)*(data!
E2:E2500="y")*(data!C2:C2500="z"))
Column B has "date" enterred eg 24 Mar 03. how can I
search and count the occurrance in other columns between
two set dates ie the amount of times data in column E
matches data in column C between 1/4/03 and 30/4/03.
Searching between dates has been a problem using other
functions such as SUM, Count, etc
=SUMPRODUCT((data!B2:B2500......Between dates...)*(data!
E2:E2500="y")*(data!C2:C2500="z"))