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

counting the maximum numbers is greater than a particular value

sadath sheik

New Member
Hi All,

i have a table which contains daily sales by executive wise. i want to count how many times an executive met the target in a week/month??
 
Hi Sadath Sheikh,

Welcome to the forum.

Please have a look of attached file. Is this what you are looking after?
If not, than please upload a sample file, with input and required output.

Regards,
 

Attachments

  • CountSumproduct.xlsx
    9.5 KB · Views: 10
If you use Excel 2007 or later then you can also use:
Code:
=COUNTIFS($A$2:$A$15,$H2,$B$2:$B$15,$G2,$C$2:$C$15,">"&$E2)
 
How can I count the non zero cells in a given range of cells, I am uploading a sample worksheet for reference...
 

Attachments

  • Attendance.xlsx
    9.6 KB · Views: 3
Hi Sadath Sheikh,

Welcome to the forum.

Please have a look of attached file. Is this what you are looking after?
If not, than please upload a sample file, with input and required output.

Regards,

Its not answer to my question. please find the attachment for your reference and find the comment want I mentioned in the attachment.
 

Attachments

  • excel query.xlsx
    12.7 KB · Views: 5
Back
Top