Question : Sumproduct formula for total duration based on Month

Hi Experts,

I need Experts help create a Sumproduct formula  for count total duration from Column_C(Sheet1) based on Name and Month into sheet2. I’ve manually copied data in sheet2 for Experts to get a better view. Hope Experts can help me.


Attachments:
 
 

Answer : Sumproduct formula for total duration based on Month

For Type1:

=SUMPRODUCT(--($A3=Sheet1!$A$2:$A$17),--(B$2=TEXT(Sheet1!$B$2:$B$17,"mmmm")),--($B$1=Sheet1!$F$2:$F$17),Sheet1!$C$2:$C$17)


For Type2:

=SUMPRODUCT(--($A3=Sheet1!$A$2:$A$17),--(I$2=TEXT(Sheet1!$B$2:$B$17,"mmmm")),--($I$1=Sheet1!$F$2:$F$17),Sheet1!$C$2:$C$17)
Random Solutions  
 
programming4us programming4us