I am trying to use CountIfs and every thread I come across all reference when someone is trying to reference the same cells for different criteria, which I understand why that does not work.
What I am trying to do is reference three columns all for different data, but I am getting zeros.
=COUNTIFS(REPORT!$P:$P,"GEORGE",REPORT!$Q:$Q,"APPROVE",REPORT!$R:$R,"JULY")
It's noteworthy to mention that this formula worked before I added the 3rd criteria for July. I wanted to count number of applications by George that were approved in the month of July.
I need to be able to separate applications by underwriter that were approved and in certain months.
What I am trying to do is reference three columns all for different data, but I am getting zeros.
=COUNTIFS(REPORT!$P:$P,"GEORGE",REPORT!$Q:$Q,"APPROVE",REPORT!$R:$R,"JULY")
It's noteworthy to mention that this formula worked before I added the 3rd criteria for July. I wanted to count number of applications by George that were approved in the month of July.
I need to be able to separate applications by underwriter that were approved and in certain months.