Hello,
I am having problems creating a formula to count the number of rows that meet three seperate criteria. I want it to count every row that has "Positive" in one column, "Budgeting" in the next column, and a specific date range in the last - and return the amount of rows that meet all three of those critera. I have made a few attempts at this my latest being:
=SUMPRODUCT((Repository!$E$4:$E$65497="Positive")*(Repository!$C$4:$C$65497="Budgeting")*((COUNTIF(Repository!$F$4:$F$65497,"<"&DATE(2009,12,31)))-(COUNTIF(Repository!$F$4:$F$65497,"<"&DATE(2009,1,1)))))
But it returns 24 when it should only return 1.
Thank you very much for your help and valuable time
I am having problems creating a formula to count the number of rows that meet three seperate criteria. I want it to count every row that has "Positive" in one column, "Budgeting" in the next column, and a specific date range in the last - and return the amount of rows that meet all three of those critera. I have made a few attempts at this my latest being:
=SUMPRODUCT((Repository!$E$4:$E$65497="Positive")*(Repository!$C$4:$C$65497="Budgeting")*((COUNTIF(Repository!$F$4:$F$65497,"<"&DATE(2009,12,31)))-(COUNTIF(Repository!$F$4:$F$65497,"<"&DATE(2009,1,1)))))
But it returns 24 when it should only return 1.
Thank you very much for your help and valuable time