anonymous8472
Member
I have two columns from worksheet Deals!, T and U marked with x's, I need to count each time x appears within these rows, but only in each year.
Below formula only counts rows where x appears both time per row.
=SUM(COUNTIFS(Deals!$T$2:$T$500,"x",Deals!$U$2:$U$500,"x", Deals!$C$2:$C$500,">=1/1/2005",Deals!$C$2:$C$500,"<=1/1/2006"))
I continue to be baffled by the concept of arrays, which I'm sure are applicable here.
Thanks for any help...
Below formula only counts rows where x appears both time per row.
=SUM(COUNTIFS(Deals!$T$2:$T$500,"x",Deals!$U$2:$U$500,"x", Deals!$C$2:$C$500,">=1/1/2005",Deals!$C$2:$C$500,"<=1/1/2006"))
I continue to be baffled by the concept of arrays, which I'm sure are applicable here.
Thanks for any help...