Felix_Dragonhammer
Board Regular
- Joined
- Apr 7, 2015
- Messages
- 117
I have a formula as follows (adapted from a post on this fabulous forum)
=SUMPRODUCT(--(LEFT('[Sales Current Week.xlsm]2014 Retail'!$C$145:$C$196, 5)="13**2"), '[Sales Current Week.xlsm]2014 Retail'!AE145:AE196)
What I'd like it to do is sum sales in column AE in which the corresponding SKUs stored in column C begin with "13" and the 5th character is a 2.
Is this possible? I know the syntax of the formula is correct, as I tried it with just "13" and changed the number of characters of the LEFT formula to "2".
Ay help resolving this would be appreciated!
=SUMPRODUCT(--(LEFT('[Sales Current Week.xlsm]2014 Retail'!$C$145:$C$196, 5)="13**2"), '[Sales Current Week.xlsm]2014 Retail'!AE145:AE196)
What I'd like it to do is sum sales in column AE in which the corresponding SKUs stored in column C begin with "13" and the 5th character is a 2.
Is this possible? I know the syntax of the formula is correct, as I tried it with just "13" and changed the number of characters of the LEFT formula to "2".
Ay help resolving this would be appreciated!