Panopia.com

SUMIFS,COUNTIFS,AVERAGEIFS

Calc spreadsheet file used in video: Right-click to download file

SUMIFS

Sometimes you want to get the sum of items in a list based upon certain criteria. For example in a column of sales, you might want the sum of sales for a particular product. To achieve this use SUMIFS. Note: there is also a function called SUMIF, this will also work, but SUMIFS does the same thing and you can use it in more situations. The Parameters for SUMIFS are:

In the above we want to add only the sales for Watley products.

Your formula should look like this:

The real power of the SUMIFS function is in handling multiple criteria. You simply add extra parameters to the formula. Here's an example where we need to get the sum of sales for the product Watleys and the item Watches:

The steps for doing this are:


AVERAGEIFS

AVERAGEIFS will give you the average of a list of values based upon one or more criteria.
The Steps are pretty much the same as SUMIFS. In the following example we want the average sales for Aeon Tables:

COUNTIFS

Finally there's the function COUNTIFS, COUNTIFS will count how many items are in a list depending on the criteria given. For example, I want to know how many Armstrong products were sold:

Like SUMIFS, and AVERAGEIFS, COUNTIFS can handle multiple criteria. Suppose you want to count how many Armstrong chairs were sold:

©2021 Panopia.com