Sum if cells contain both x and y in Excel
This step-by-step tutorial demonstrates how to sum a range of cells if the corresponding cells containing both x and y by using the SUMIFS function.
How to sum if cells contain both x and y in Excel?
As shown in the screenshot below, if the cells in C5:C12 contain both “apple” and “lychee”, the corresponding cells in D5:D12 will be summed. You can follow the steps below to get it done.
Generic Formulas
=SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2)
Arguments
How to use this formula?
1. Select a blank cell, copy or enter the formula below and press the Enter key to get the result.
=SUMIFS(D5:D12, C5:C12, G4, C5:C12, G5)
Notes:
=SUMIFS(D5:D12, C5:C12, “*apple*”, C5:C12, “*lychee*”)
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Explanation of the formula
=SUMIFS(D5:D12, C5:C12, G4, C5:C12, G5)
Related functions
Excel SUMIFS function
The Excel SUMIF function can help to sum cell values based on multiple criteria.
Related formulas
Sum if cells contain an asterisk
To sum cells containing an asterisk that is regarded as a literal character not a wildcard, this tutorial explains a formula based on the SUMIF function and the tilde (~).
Sum if cells contain or equal to either x or y
To sum the cells if contain or equal to either one value or another, this tutorial provides two formulas in detail to help solve the problems.
Sum if date is between two dates
This tutorial demonstrates how to sum values within a certain date range in Excel with a formula based on the SUMIFS function.
Sum if cells are equal or not equal to a certain value
This step-by-step tutorial explains two formulas to sum a range of cells that equal or not euqal to a certain value based on the SUMIF function.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.