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

Count if condition for multiple columns and dates

ismailzkhan

Member
Dear Techies,

Please check attached file. I'm looking to get results with multiple conditions like Resource Names, status, start and end date.

Thanks in Advance

Regards,
Ismail Khan
 

Attachments

  • Start and end date.xls
    41.5 KB · Views: 3
Even though i would DEFINITELY go with Somedra' formula, just for the sake of completeness i'm going to supply an alternative here :)

(works on Excel >=2007)
paste this formula in G9 and copy down/across
=COUNTIFS($C$6:$C$24;G$8;$B$6:$B$24;$F9;$A$6:$A$24;">"&$G$5;$A$6:$A$24;"<"&$H$5)
 
Back
Top