Kursinhalt
Google Spreadsheets
Google Spreadsheets
2. Formatting of Cells and Ranges
SUMIFS, COUNTIFS and AVERAGEIFS
SUMIFS Function
The SUMIFS function sums values in a range that meet multiple specified conditions.
Syntax
SUMIFS(sum_range, criteria_range1, criterion1, criteria_range2,criterion2,...criteria\_range2, criterion2, ...)
- sum_range – The range to sum;
- criteria_range1 – The range to test against criterion1;
- criterion1 – The condition applied to criteria_range1;
- criteria_range2, criterion2, ... – OPTIONAL – Additional ranges and conditions to test.
COUNTIFS Function
The COUNTIFS function counts the number of cells in a range that meet multiple specified conditions.
Syntax
COUNTIFS(criteria_range1, criterion1, criteria_range2,criterion2,...criteria\_range2, criterion2, ...)
- criteria_range1 – The range to test against criterion1;
- criterion1 – The condition applied to criteria_range1;
- criteria_range2, criterion2, ... – OPTIONAL – Additional ranges and conditions to test.
AVERAGEIFS Function
The AVERAGEIFS function calculates the average of values in a range that meet multiple specified conditions.
Syntax
AVERAGEIFS(average_range, criteria_range1, criterion1, criteria_range2,criterion2,...criteria\_range2, criterion2, ...)
- average_range – The range to average;
- criteria_range1 – The range to test against criterion1;
- criterion1 – The condition applied to criteria_range1;
- criteria_range2, criterion2, ... – OPTIONAL – Additional ranges and conditions to test.
War alles klar?
Danke für Ihr Feedback!
Abschnitt 7. Kapitel 4