• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need to count the Specific Criteria by setting conditions in one formula

Nani Ram

New Member
Hello Everyone,

I'm looking for a some solution in excel to count the Specific Criteria by setting conditions in one formula, could you help me in this regard?

Question: I need the count of IT Services, Software, Telecom in J2, K2 and L2 cells by matching Week (Cell H2) and Name (Cell I2).

If we calculate manually its three IT services for Name A from the Week (Week-1 - 05-Jan To 09-Jan), so im trying to automate this one.

I'm sending you attached the sheet contains sample data.

Looking forward for your help.

Regards,
Naniram
 

Attachments

Welcome to Chandoo.org Excel Forums.

In cell J2 put following formula and then copy it down and across.
=SUMPRODUCT(--($A$2:$A$19=$H2),--($C$2:$C$19=$I2),--($E$2:$E$19=J$1))
 
Welcome to Chandoo.org Excel Forums.

In cell J2 put following formula and then copy it down and across.
=SUMPRODUCT(--($A$2:$A$19=$H2),--($C$2:$C$19=$I2),--($E$2:$E$19=J$1))

Thank you very much!

Please could you explain me the symbols -- between the arrays.

Regards,
Naniram
 
Back
Top