• 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.

using countif function

I need to exptract the number of Male & Females in a particular class. Trying to use Countif & vlookup since last two days but i'm making some mistake. So please help me out on this issue at the earliest. Thank You. Pritpal Singh
 

Attachments

Try,

In Q2, formula copied down:

=COUNTIFS(F:F,Q$1,G:G,P2)

Or,

you can use "used range" to save some memory, and become like that:

=COUNTIFS(F$2:F$187,Q$1,G$2:G$187,P2)

84410
 
Last edited:
Back
Top