I'm trying to find how many times a specific user in column A(User) appears in sheet 1(Data) according to each month in column G(Date). Please assist me in this question.
Thanks,
Excel Forum Sumproduct Formula.xlsMadhatter
I'm trying to find how many times a specific user in column A(User) appears in sheet 1(Data) according to each month in column G(Date). Please assist me in this question.
Thanks,
Excel Forum Sumproduct Formula.xlsMadhatter
In cell B2 of your Sumproduct formula Sheet, try:
Cheers,![]()
Please Login or Register to view this content.
Would you like to say thanks? Please click the: "Add Reputation" button, on the grey bar below the post.
madhatrs26,
Welcome to the forum!
In sheet 'Sumproduct Formula' cell B2 and copied over and down:
=SUMPRODUCT((Data!$A$2:$A$373=$A2)*(TEXT(Data!$G$2:$G$373,"mmm")=B$1)*(YEAR(Data!$G$2:$G$373)=2012))
EDIT: Beat to the answer by ConneXionLost![]()
Hope that helps,
~tigeravatar
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Try =SUMPRODUCT(($A$2:$A$373=A2)*(MONTH($G$2:$G$373)=11)*(YEAR($G$2:$G$373)=2011)). Also, a pivot table might be a good answer.
Edit: At least you're not the slow one, tigeravatar.![]()
Life is about perseverance. Remember: today's mighty oak tree is just yesterday's nut that held its ground.
If you like a post, please rate it with the scales icon (top right).
If you feel really indebted, please consider a donation to charity, such as Feed the Children or Habitat for Humanity.
ConneXionLost thank you much that worked perfectly!
Madhatter
I will also place other posts into my archives thank you all!!
Madhatter
Take note of the others since they included the year.
Please mark thread as solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks