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

Countifs VBA excel 2007

srinidhi

Active Member
Hi,


Chandoo your site just awesome, I have learnt a lot from your site. Keep up the good work.


I am given the task of automating. I need your help in writing the VBA code


I need to get the count based on multiple criteria.The data is huge so I want to write a VBA code.


Column A contains

Interviewer Name

Sunita

Ram

Aryan

Meena

Sunita

Ram


Column B contains

Project

ABC

CDE

ABC

CDE

ABC

CDE


Column c contains

Status

Rejected

Selected

selected

Rejected

Rejected

Rejected


I want to get the count of interviews conducted by each person for each project and the result of interview for each project and each interviewer.


Thanks a lot in advance for helping me out in this endeavor.
 
Why not use pivot tables for such a thing? It is very simple and automatic. You will get a summary of interviews by project by interviewer with various statuses....


check out http://chandoo.org/wp/2010/04/20/introduction-to-excel-sumifs-formula/ and http://chandoo.org/wp/2009/08/19/excel-pivot-tables-tutorial/
 
Back
Top