powercell99
Board Regular
- Joined
- May 14, 2014
- Messages
- 75
Having a problem getting this sumifs formula to work correctly using a wild card.
Sum Range: Col I
Criteria Range 1: Col C
Criteria 1: Starts with "10" (there is a 6 digit number - not a number stored as text, 1st 2 digits should be 1 and 0)
Criteria Range 2: Col N
Criteria 2: = C$1
=SUMIFS($I:$I, $C:$C, "10*", $N:$N, C$1)
I'm getting zero values as a result of the above formula.
Anybody know what i'm doing wrong? or is there another approach to this like --sumproduct() or another function??
Any help would be greatly appreciated.
Sum Range: Col I
Criteria Range 1: Col C
Criteria 1: Starts with "10" (there is a 6 digit number - not a number stored as text, 1st 2 digits should be 1 and 0)
Criteria Range 2: Col N
Criteria 2: = C$1
=SUMIFS($I:$I, $C:$C, "10*", $N:$N, C$1)
I'm getting zero values as a result of the above formula.
Anybody know what i'm doing wrong? or is there another approach to this like --sumproduct() or another function??
Any help would be greatly appreciated.