A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
SUMIF() and SUMIFS() were not intended to sum multiple columns. Try this SUMPRODUCT() formula instead,
=SUMPRODUCT((B11:B15=B11)*C11:D15)
| SUMIF function |
|---|
| SUMIFS function |
| SUMPRODUCT function |