0% found this document useful (0 votes)
100 views

Sumif Tutorial

This document contains examples of using the SUMIF function in Excel to sum cells based on different criteria. It demonstrates how to use SUMIF with numeric criteria to sum values less than or equal to a number. It also shows how to use SUMIF with text criteria, including using wildcards like ? to match one character and * to match multiple characters. The document provides multiple examples of each type of SUMIF function.

Uploaded by

Ashutosh Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views

Sumif Tutorial

This document contains examples of using the SUMIF function in Excel to sum cells based on different criteria. It demonstrates how to use SUMIF with numeric criteria to sum values less than or equal to a number. It also shows how to use SUMIF with text criteria, including using wildcards like ? to match one character and * to match multiple characters. The document provides multiple examples of each type of SUMIF function.

Uploaded by

Ashutosh Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Sumif

 
Sumif with Numeric Criteria | Sumif with Text Criteria | Sumif with Date Criteria | Or Criteria | And Criteria
The powerful SUMIF function in Excel sums cells based on one criteria. This page contains many easy to follow SUMIF
examples.
Sumif with Numeric Criteria
You can use the SUMIF function in Excel to sum cells based on numbers that meet specific criteria.

1. For example, the SUMIF function below (two arguments) sums values in the range A1:A5 that are less than or equal to 10.

2. The following SUMIF function gives the exact same result. It uses the & operator to join the 'less than or equal to' symbol and
the value in cell C1.

3. The SUMIF function below (three arguments, last argument is the range to sum) sums values in the range B1:B5 if the
corresponding cells in the range A1:A5 contain the value 25.
4. The following SUMIF function gives the exact same result (second argument refers to cell D1).

Sumif with Text Criteria


You can also use the SUMIF function in Excel to sum cells based on text strings that meet specific criteria. Always enclose text
in double quotation marks. You can even use wildcards. A question mark (?) matches exactly one character. An asterisk (*)
matches a series of zero or more characters.

1. For example, the SUMIF function below sums values in the range B1:B5 if the corresponding cells in the range A1:A5 contain
exactly circle.
2. The SUMIF function below sums values in the range B1:B5 if the corresponding cells in the range A1:A5 do not contain
exactly triangle.

3. The SUMIF function below sums values in the range B1:B5 if the corresponding cells in the range A1:A5 contain exactly
circle + 1 character. A question mark (?) matches exactly one character.

4. The SUMIF function below sums values in the range B1:B5 if the corresponding cells in the range A1:A5 contain a series of
zero or more characters + le. An asterisk (*) matches a series of zero or more characters.
5. The SUMIF functions below sum values in the range B1:B5 if the corresponding cells in the range A1:A5 contain exactly
triangle or circle8.

You might also like