quiqueperez
New Member
- Joined
- Sep 10, 2014
- Messages
- 12
Hi,
I'm trying to add the values in column A based on certain criteria in other columns using a SUMIFS formula.
However, some of the rows can be classed as duplicates for my purpose and I need to exclude them.
IN the attached example, I need to add the length of the ducts in column A. However, some ducts are duplicated (duct A is listed twice) and they need to be added only once.
If I wanted to add the length of the ducts in region HH, I would be expecting 25+12=37m
Is there any SUMIFS formula I can use for this.
Something like SUMIFS(Column A, Region, HH, only when the values in column Duct are unique)
<tbody>
</tbody>
Many thanks!
Enrique
I'm trying to add the values in column A based on certain criteria in other columns using a SUMIFS formula.
However, some of the rows can be classed as duplicates for my purpose and I need to exclude them.
IN the attached example, I need to add the length of the ducts in column A. However, some ducts are duplicated (duct A is listed twice) and they need to be added only once.
If I wanted to add the length of the ducts in region HH, I would be expecting 25+12=37m
Is there any SUMIFS formula I can use for this.
Something like SUMIFS(Column A, Region, HH, only when the values in column Duct are unique)
Column values to add | Duct | Cable | Region | |
25 | Duct A | Cable 1 | HH | |
25 | Duct A | Cable 2 | HH | |
12 | Duct B | Cable 1 | HH | |
8 | Duct C | Cable 2 | HV |
<tbody>
</tbody>
Many thanks!
Enrique