
Use the SUM and IF functions to sum values
with several criteria
To sum values in a list, the SUMIF function is normally used.
Unfortunately, it is not that easy to sum values with different crite-
ria. Using a combination of different functions in an array formula is
once again the solution. Use the SUM and IF functions together to
take several criteria into consideration. In this example, we want to
sum all values of a list that match both the word “wood” in column
A and a value larger than 500 in column B. The result is displayed
in cell E2.
4
To sum special values with several criteria:
1. In cells A2:A11 enter materials like wood, aluminium, and
metal. ...