Sum if case-sensitive
To calculate a case-sensitive "sum if", you can use a formula based on the EXACT function and the SUMPRODUCT function. In the example shown, the formula in F5, copied down, is: =SUMPRODUCT(--EXACT(E5,code)*qty) Where code (B5:B15) and qty (C5:C15) …Read more