johnturgoose
Technical User
I am trying to use the sumproduct function to count based on multiple criteria.
centre_code, dateR, trials_unit.
Basically I want to count the number of records where trials unit = X and DateR falls between 2 dates. Sumproduct... Easy. The problem is that there are multiple records with the same centre_code and what I really want to do is to count the number of different centre_codes that meet the criteria rather than the number of records.
Many thanks for your help
John
centre_code, dateR, trials_unit.
Basically I want to count the number of records where trials unit = X and DateR falls between 2 dates. Sumproduct... Easy. The problem is that there are multiple records with the same centre_code and what I really want to do is to count the number of different centre_codes that meet the criteria rather than the number of records.
Many thanks for your help
John