If anyone can help me I would be eternally greatful...
I have a column (k) with dates
I have another column (r) with scores
What I need is a formula that counts all the cells in column R that are less that 75 AND have a date in column K that is after 7/1/2010
do not work
=COUNTIF(K4:K1000,">7/1/2010")*(R4:R1000<75)
=COUNT(($R$4:$R$936<75)*($K$4:$K$936<VALUE("7/1/2010")))
=SUMPRODUCT(($K$4:$K$936>"$H$1")*($R$4:$R$936<75))
I'm just frudtrated, I've tried them as an array nothing works....
Bookmarks