Está en la página 1de 18

Count and Sum Functions in Excel - EASY Excel Tutorial

Data Analysis VBA 300 Examples Ask us

Search Entire Site Go

Count | Countif | Countifs | Sum | Sumif | Sumifs

The most used functions in Excel are the functions that count and sum. You can count and sum based on one
criteria or multiple criteria.

Count
To count the number of cells that contain numbers, use the COUNT function.

Countif
To count cells based on one criteria (for example, higher than 9), use the following COUNTIF function.

Countifs
To count cells based on multiple criteria (for example, green and higher than 9), use the following COUNTIFS
function.

Sum
To sum a range of cells, use the SUM function.

http://www.excel-easy.com/functions/count-sum-functions.html
8/22/2017 Count and Sum Functions in Excel - EASY Excel Tutorial

Sumif
To sum cells based on one criteria (for example, higher than 9), use the following SUMIF function (two
arguments).

To sum cells based on one criteria (for example, green), use the following SUMIF function (three arguments,
last argument is the range to sum).

Sumifs
To sum cells based on multiple criteria (for example, blue and green), use the following SUMIFS function (first
argument is the range to sum).

General note: in a similar way, you can use the AVERAGEIF and AVERAGEIFS function to average cells based
on one or multiple criteria.

Do you like this free website? Please follow us on Google+


2 circles

http://www.excel-easy.com/functions/count-sum-functions.html
2/3
8/22/2017 Count and Sum Functions in Excel - EASY Excel Tutorial

1/5 Completed! Learn more about count and sum functions >
Back to Top: Count and Sum Functions | Go to Next Chapter: Logical Functions

EXCEL EASY FREE EXCEL HELP COPY RI GHT (C) 2010-2017 ALL RI GHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROP-DOWN LI ST

http://www.excel-easy.com/functions/count-sum-functions.html
3/3
Count Text Occurrences in Excel - EASY Excel Tutorial

Data Analysis VBA 300 Examples Ask us

Search Entire Site Go

This example teaches you how to count the number of occurrences of text in a range.

1. For example, to count the number of cells that contain exactly star.

2. For example, to count the number of cells that contain exactly star + 1 character. A question mark (?)
matches exactly one character.

3. For example, to count the number of cells that contain exactly star + a series of zero or more characters. An
asterisk (*) matches a series of zero or more characters.

4. For example, to count the number of cells that contain star in any way. No matter what is before or after star,
this function finds all the cells that contain star in any way.

http://www.excel-easy.com/examples/count-text-occurrences.html
8/22/2017 Count Text Occurrences in Excel - EASY Excel Tutorial

5. For example, to count the number of cells that contain text.

Do you like this free website? Please follow us on Google+


2 circles

2/5 Completed! Learn more about count and sum functions >
Back to Top: Count Text Occurrences | Go to Next Chapter: Logical Functions

EXCEL EASY FREE EXCEL HELP COPY RI GHT (C) 2010-2017 ALL RI GHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROP-DOWN LI ST

http://www.excel-easy.com/examples/count-text-occurrences.html
2/2
Count Logical Values in Excel - EASY Excel Tutorial

Data Analysis VBA 300 Examples Ask us

Search Entire Site Go

Chapter < >


Count and Sum Functions

Learn more, it's easy


Count Text Occurrences

Count Logical Values

Count Blank/Nonblank Cells

Sumproduct

Download Excel File


2. For example, to count the number of cells that contain FALSE.
count-logical-values.xlsx

Follow Excel Easy

Randomly selected
Count and Sum Functions

3. For example, to count the number of cells that contain TRUE or FALSE.

Do you like this free website? Please follow us on Google+


2 circles

3/5 Completed! Learn more about count and sum functions >
http://www.excel-easy.com/examples/count-logical-values.html
1/2
8/22/2017 Count Logical Values in Excel - EASY Excel Tutorial

Back to Top: Count Logical Values | Go to Next Chapter: Logical Functions

EXCEL EASY FREE EXCEL HELP COPY RI GHT (C) 2010-2017 ALL RI GHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROP-DOWN LI ST

http://www.excel-easy.com/examples/count-logical-values.html
2/2
Count Blank/Nonblank Cells in Excel - EASY Excel Tutorial

Excel Introduction Basics Functions

Count Blank/Nonblank Cells


This example shows you how to count the number of blank and nonblank cells in Excel.

1. The COUNTBLANK function counts the number of blank cells.

2. The COUNTA function counts the number of nonblank cells. COUNTA stands for count all.

Do you like this free website? Please follow us on Google+


2 circles

4/5 Completed! Learn more about count and sum functions >
Back to Top: Count Blank/Nonblank Cells | Go to Next Chapter: Logical Functions

EXCEL EASY FREE EXCEL HELP COPY RI GHT (C) 2010-2017 ALL RI GHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROP-DOWN LI ST

http://www.excel-easy.com/examples/count-blank-nonblank-cells.html
1/1
Sumproduct Function in Excel - EASY Excel Tutorial

Data Analysis VBA 300 Examples Ask us

Search Entire Site Go

To calculate the sum of the products of corresponding numbers in one or more ranges, use Excel's powerful
SUMPRODUCT function.

1. For example, the SUMPRODUCT function below calculates the total amount spent.

Note: the SUMPRODUCT function performs this calculation: (2 * 1000) + (4 * 250) + (4 * 100) + (2 * 50) = 3500.

2. The ranges must have the same dimensions or Excel will display the #VALUE! error.

3. The SUMPRODUCT function treats any entries that are not numeric as if they were zeros.

Do you like this free website? Please follow us on Google+


2 circles

5/5 Completed! Learn more about count and sum functions >
Back to Top: Sumproduct | Go to Next Chapter: Logical Functions

http://www.excel-easy.com/examples/sumproduct.html
1/2
8/22/2017 Sumproduct Function in Excel - EASY Excel Tutorial

EXCEL EASY FREE EXCEL HELP COPY RI GHT (C) 2010-2017 ALL RI GHTS RESERVED
MICROSOFT EXCEL TUTORIAL | HOW TO USE VBA | EXCEL FORMULAS | DROP-DOWN LI ST

http://www.excel-easy.com/examples/sumproduct.html
2/2

También podría gustarte