Long Nose
Board Regular
- Joined
- Nov 19, 2007
- Messages
- 67
- Office Version
- 365
- Platform
- Windows
Hi all,
Excel 2010
I am trying to use a wild card in a Sumproduct formula. It is working to find the "a" in a column and returning the expected value, but what I really want to do is exclude the "a" cells. Any ideas?
formula
This is the part I need to find a fix for. I need to exclude the "a".
--ISNUMBER(FIND("A",SUB580AAL_SubsSalesBySource.xlsx!$C$1:$C$3000)),
Excel 2010
I am trying to use a wild card in a Sumproduct formula. It is working to find the "a" in a column and returning the expected value, but what I really want to do is exclude the "a" cells. Any ideas?
formula
=SUMPRODUCT(--(SUB580AAL_SubsSalesBySource.xlsx!$A$1:$A$3000="CM"),--(SUB580AAL_SubsSalesBySource.xlsx!$A$1:$A$3000<>""),--ISNUMBER(FIND("A",SUB580AAL_SubsSalesBySource.xlsx!$C$1:$C$3000)),--(SUB580AAL_SubsSalesBySource.xlsx!$B$1:$B$3000=TYPE_S),--(SUB580AAL_SubsSalesBySource.xlsx!$E$1:$E$3000=Curr_Mo),--(SUB580AAL_SubsSalesBySource.xlsx!$F$1:$F$3000=Curr_YR),SUB580AAL_SubsSalesBySource.xlsx!$H$1:$H$3000)
This is the part I need to find a fix for. I need to exclude the "a".
--ISNUMBER(FIND("A",SUB580AAL_SubsSalesBySource.xlsx!$C$1:$C$3000)),
Last edited: