G
GORDON
I was using the tip counting the number of times dates in certain month
appears. I also needed it to count the number of "E"'s for that
month. the array that I used was:
=sum((month(a2:a11)=b2)*(year(a2:a11)=c2*1) column d would have some
blanks and some E'S. Would it be better off to use if,and,or
statements than the array or would I just and the if statements at the
end of the array?
appears. I also needed it to count the number of "E"'s for that
month. the array that I used was:
=sum((month(a2:a11)=b2)*(year(a2:a11)=c2*1) column d would have some
blanks and some E'S. Would it be better off to use if,and,or
statements than the array or would I just and the if statements at the
end of the array?