Frank Bacchus
Member
Hi I have a couple of challenges with counting the occurrences of rows with ands. Here is the example:
=COUNTIFS('CR-TRACKER'!$C$3:$C$300,"APPROVED",$K$3:$K$300,"98")
I am trying to count the number of occurrences where the values in C3 thru C300 is "Approved" and the corresponding row values in K3 thru K300 is "98". I believe that what is happening is that the first condition, when met, the second condition is evaluated in the full range versus the corresponding row.
thanks in advance
frank
=COUNTIFS('CR-TRACKER'!$C$3:$C$300,"APPROVED",$K$3:$K$300,"98")
I am trying to count the number of occurrences where the values in C3 thru C300 is "Approved" and the corresponding row values in K3 thru K300 is "98". I believe that what is happening is that the first condition, when met, the second condition is evaluated in the full range versus the corresponding row.
thanks in advance
frank