J
John
Hi All,
I have 2 tables one is cust table and the other one is amount table.
A B C D
Customer Table Amount Table
Parent ID Cust # Cust # Amount
2001 AA AA 5
2001 BB AA 5
2001 CC AA 5
2001 DD AA 5
2001 EE AA -5
2001 FF AA -5
2001 GG BB 3
BB 3
BB -3
Summary Sheet
AA - I want to be able to count if (C2:C20) in Cust table (B2:B20) then count
positive amount minus negative amount in amount table (Column D). In this
case the answer is "2"
BB - The same thing with "BB". The answer is "1"
I change " B2 " to "B2:B20" and it does not work on this formula.
=SUMPRODUCT((C$2:C$20=B2)*(SIGN(D$2$20)))
Thank you
John
I have 2 tables one is cust table and the other one is amount table.
A B C D
Customer Table Amount Table
Parent ID Cust # Cust # Amount
2001 AA AA 5
2001 BB AA 5
2001 CC AA 5
2001 DD AA 5
2001 EE AA -5
2001 FF AA -5
2001 GG BB 3
BB 3
BB -3
Summary Sheet
AA - I want to be able to count if (C2:C20) in Cust table (B2:B20) then count
positive amount minus negative amount in amount table (Column D). In this
case the answer is "2"
BB - The same thing with "BB". The answer is "1"
I change " B2 " to "B2:B20" and it does not work on this formula.
=SUMPRODUCT((C$2:C$20=B2)*(SIGN(D$2$20)))
Thank you
John