In the below formula I want to convert the Sum formula to not count for duplicates. I will explain this further.
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
With the above formula I am summing the total dollar amounts in a range based on 2 criteria (2 other columns). I tried switching it to a SumProduct formula but its not letting me fit the array into more than one row.
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In ($BB$7:$BV$384) I am referencing the entire array which it can pull data from. I am trying to add up the dollar amounts in within the range without counting the duplicate dollar amounts.
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In (--(A7:A384=A16)I am referencing the first criteria which it must search for
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In (B7:B384=B16)I am referencing the second column of criteria
Is there any way to transform this sum formula to not count for duplicates?
Thanks in advance for the help!
-PS
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
With the above formula I am summing the total dollar amounts in a range based on 2 criteria (2 other columns). I tried switching it to a SumProduct formula but its not letting me fit the array into more than one row.
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In ($BB$7:$BV$384) I am referencing the entire array which it can pull data from. I am trying to add up the dollar amounts in within the range without counting the duplicate dollar amounts.
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In (--(A7:A384=A16)I am referencing the first criteria which it must search for
=SUM(($BB$7:$BV$384)*(--(A7:A384=A16)*(B7:B384=B16)))
In (B7:B384=B16)I am referencing the second column of criteria
Is there any way to transform this sum formula to not count for duplicates?
Thanks in advance for the help!
-PS
Last edited: