In the attached workbook, I am trying to count the instances where there is an "x" is in one of the 2 cells next to an entry. between the dates given(month).
I have this formula:
=COUNTIFS('2010 PM'!$E$3:$E$193,"x",'2010 PM'!$D$3:$D$193,">="&'Spot PM count'!B4,'2010 PM'!$D$3:$D$193,"<="&'Spot PM count'!C4,'2010 PM'!$C$3:$C$193,"")+COUNTIFS('2010 PM'!$F$3:$F$193,"x",'2010 PM'!$D$3:$D$193,">="&'Spot PM count'!B4,'2010 PM'!$D$3:$D$193,"<="&'Spot PM count'!C4,'2010 PM'!$C$3:$C$193,"")
and it works, for 1 of the 15 columns I need to search. Is there another way to do this? Or am I going to have 15 subtotals per month, to get the info I need?
I am looking to automate the B5:M6 cells in the "Spot PM count" sheet. The handcounted numbers for this are in B19:M20 of the same sheet
Thanks for any insight you can give me on this problem
Bookmarks