Thread
:
Sumproduct Question
View Single Post
#
1
Posted to microsoft.public.excel.programming
Nate Oliver[_3_]
external usenet poster
Posts: 71
Sumproduct Question
Hello, for a single sumproduct() call, try:
=SUMPRODUCT((A11:A13="User A")*(B11:B13)+(C11:C13="User A")*(D11:D13))
=SUMPRODUCT((A11:A13="User B")*(B11:B13)+(C11:C13="User B")*(D11:D13))
Regards,
Nate Oliver
Reply With Quote
Nate Oliver[_3_]
View Public Profile
Find all posts by Nate Oliver[_3_]