Question : Sumproduct formula

Hi,

I need Experts help. How to add “credit” in the attached formula besides “PO” in table A (summary sheet)? This formula is used to count total amount of services. I’ve attached the workbook for Experts perusal. Hope Experts can help me.



1:
=SUMPRODUCT(('Tracker '!$J$3:$J$38="PO")*(MONTH('Tracker '!$B$3:$B$38)=MONTH("01-"&$B$35))*('Tracker '!$D$3:$D$38=$A42)*('Tracker '!$L$3:$L$38=B$40)*('Tracker '!$K$3:$K$38=B$39)*('Tracker '!$G$3:$G$38))
Attachments:
 
 

Answer : Sumproduct formula

I think this should work.

Matt
1:
=SUMPRODUCT((('Tracker '!$J$3:$J$38="PO")+('Tracker '!$J$3:$J$38="credit"))*(MONTH('Tracker '!$B$3:$B$38)=MONTH("01-"&$B$35))*('Tracker '!$D$3:$D$38=$A42)*('Tracker '!$L$3:$L$38=B$40)*('Tracker '!$K$3:$K$38=B$39)*('Tracker '!$G$3:$G$38))
Random Solutions  
 
programming4us programming4us