I am using sum product as a whenifs thing because im using excel 03, im trying to make it count how many applicants are rejected in a month, it is grabbing the data from a list in another sheet.
here is my code:
=SUMPRODUCT(('Applicant data'!$I$2:$I$10228=A3)*('
Applicant data'!$G$2:$G$10228="Rejec
ted")*('Ap
plicant data'!H2:H10228>=1/7/7)*('
Applicant data'!H2:H10228<=31/7/7))
It works when i remove the date criteria because it gives the correct answer for the whole period.
Start Free Trial