I am working in a workbook where the formulas reference between two worksheets. I am trying to count the number of candidates that are applying for the same job requisition number and are in active status. The job requisition number can be found in column A and the Active or Inactive Status can be found in column J. Here is the formula that I am using....
=COUNT(IF(('Candidate Summary'!$J$3:'Candidate Summary'!$J$77),"Active", IF(('Candidate Summary'!$A$3:'Candidate Summary'!$A$77),'Current Opening Summary'!A3)))
However, it just returns a 0 value.
Anyone have any guidance?
Bookmarks