kakehavata
New Member
- Joined
- Mar 29, 2021
- Messages
- 24
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
Hello, forum! I'm new here.
I have the following basic problem. In this table I have three variables:
I am using the SUMPRODUCT formula to calculate the sum of all numbers in column C that have a particular index in column A. For example, C13 =SUMPRODUCT(($A1:$A7="A")*(C1:C7))
I would like to exclude all duplicates in terms of all columns, that is C1 and C3, for example, should be counted only once (C13 would then = 7).
What should I add to the formula?
Thank you!
I have the following basic problem. In this table I have three variables:
I am using the SUMPRODUCT formula to calculate the sum of all numbers in column C that have a particular index in column A. For example, C13 =SUMPRODUCT(($A1:$A7="A")*(C1:C7))
I would like to exclude all duplicates in terms of all columns, that is C1 and C3, for example, should be counted only once (C13 would then = 7).
What should I add to the formula?
Thank you!