I have the following SUMPRODUCT formula:
=SUMPRODUCT((Letters!$D$2:$D$3000>=BOM)*(Letters!$D$2:$D$3000<=EOM)*(LEFT(Letters!$C$2:$C$3000,14)="ACHLL1 Letters"),Letters!$E$2:$E$3000)
I would like to use this same type of formula somewhere else in my workbook and can't seem to modify it to meet my needs. How can I change this formula to look on the Letters!$C$2:$C$3000 and look for anything within that contains "can"? This would pull everything that I am looking for in this column (i.e. CANADIAN, CANADA, _Can).
Thanks for your help!