G
Guest
I am using Excel to summarise data and i need to count a the number of times
certain criteria appear. The first criteria is if one cell equals a course
name and the second criteria is if one of 5 dates appear in that cell range!
Does anybody know how i can do this using a countif function or any other
function???
I have tried the function below but it has returned an error.
=COUNT(IF((Candidates!H2:H200="Pre-level 2
learners")+((Candidates!I2:I200="02/08/2004")*OR(Candidates!I2:I200="03/08/2004")*OR(Candidates!I2:I200="04/08/2004")*OR(Candidates!I2:I200="05/08/2004")*OR(Candidates!I2:I200="06/08/2004")),1,0))
certain criteria appear. The first criteria is if one cell equals a course
name and the second criteria is if one of 5 dates appear in that cell range!
Does anybody know how i can do this using a countif function or any other
function???
I have tried the function below but it has returned an error.
=COUNT(IF((Candidates!H2:H200="Pre-level 2
learners")+((Candidates!I2:I200="02/08/2004")*OR(Candidates!I2:I200="03/08/2004")*OR(Candidates!I2:I200="04/08/2004")*OR(Candidates!I2:I200="05/08/2004")*OR(Candidates!I2:I200="06/08/2004")),1,0))