J
JohnE
I am trying to have the following formula apply criteria
to count the number of Medical Only. I am putting this
into a a Summary sheet. The other sheet is PaceClaims.
The A6 and B6 of Summary have the dates listed
corresponding with the dates on PaceClaims in columns N
and O. I need to know how many Medical Only fall between
the 2 dates. This is not working. I've also been trying
it with ctl+shift+enter.
=IF(PaceClaims!N2:N1000>=A6,AND(PaceClaims!
O2:O1000<B6),COUNT(PaceClaims!G2:G1000="Medical Only",0,1))
Can someone figure why this is not working correctly. I
doesn't give me any error messages.
*** John
to count the number of Medical Only. I am putting this
into a a Summary sheet. The other sheet is PaceClaims.
The A6 and B6 of Summary have the dates listed
corresponding with the dates on PaceClaims in columns N
and O. I need to know how many Medical Only fall between
the 2 dates. This is not working. I've also been trying
it with ctl+shift+enter.
=IF(PaceClaims!N2:N1000>=A6,AND(PaceClaims!
O2:O1000<B6),COUNT(PaceClaims!G2:G1000="Medical Only",0,1))
Can someone figure why this is not working correctly. I
doesn't give me any error messages.
*** John