Arafruafrog
New Member
- Joined
- Aug 25, 2017
- Messages
- 11
Hi Forum
I have a list of dates in A1 (eg: 1 - 30 April), Names in A2 (not counting these) and a status (Seen or Not Seen...) in A3.
I want to count the number where status = Seen within a date period - eg: 1-10 April.
I am using Excel 2003 and 2010 so the formula must work in all versions of Excel.
I have tried various versions of these formulas without success...
=COUNT(IF(Apr!$A$2:$A$10<="01/04/2017",IF(Apr!$A$2:$A$10>="04/04/2017",IF(Apr!$F$2:$F$10,"Seen",1))))
=Sumproduct(Apr!$A$2:$A$10 datevalue<= "2017,4,1")*(Apr!$A$2:$A$10,Datevalue<="2017,4,10")*(Apr!$F$2:$F$10,"Not Seen*")
Help would be great thanks Chris
I have a list of dates in A1 (eg: 1 - 30 April), Names in A2 (not counting these) and a status (Seen or Not Seen...) in A3.
I want to count the number where status = Seen within a date period - eg: 1-10 April.
I am using Excel 2003 and 2010 so the formula must work in all versions of Excel.
I have tried various versions of these formulas without success...
=COUNT(IF(Apr!$A$2:$A$10<="01/04/2017",IF(Apr!$A$2:$A$10>="04/04/2017",IF(Apr!$F$2:$F$10,"Seen",1))))
=Sumproduct(Apr!$A$2:$A$10 datevalue<= "2017,4,1")*(Apr!$A$2:$A$10,Datevalue<="2017,4,10")*(Apr!$F$2:$F$10,"Not Seen*")
Help would be great thanks Chris