

SUMIF a Cell is Not Equal to Exact Match SUMIF a Cell is Not Equal to Partial Match Suppose we do not want to sum the orders’ amounts of “ Biscuits ” in total, the SUMIF function will exclude the amounts of orders that belong to the product “Biscuits” in range B2: B11, while summing up the amounts in range C2: C11.įigure 2. When we want to exclude the value to sum that is equal to an exact match of criteria value, then the operator “ Not equal to ” () is used with criteria value in criteria argument of the SUMIF function. SUMIF a Cell is Not Blank SUMIF a Cell is Not Equal to Exact Match The SUMIF formula will be as follows:įigure 1. Suppose we want to sum the amounts in range C2: C11 where the delivery date in range D2: D11 is not blank or empty. We only need to use comparison operator “ Not equal to ” () in the criteria argument and the SUMIF function sums up all the cells in the sum_range argument that are not empty or blank. If we want to sum the value of a cell that is not blank or empty, then the SUMIF is very handy to deal with such value. The SUMIF function sums the value if the value in the corresponding range is not equal to criteria value.

Where comparison operator “ not equal to ” needs to enclose in double quotation marks ( “ “ ).
EXCEL SUMIF HOW TO
This step by step tutorial will help all levels of Excel users learn how to use the SUMIF function to sum all values that aren’t equal to the criteria value SUMIF Function However, we can also sum the values where cell isn’t equal to the criteria value. We sum the values using the SUMIF function where cell value is equal to the criteria value. How to Apply the SUMIF Function to Negative Criteria
