Understanding Excel
Jess Ahmet
Content Developer, DataCamp

Aggregate functions: summarize a group of values into a single result
University of DataCamp

University of DataCamp

Average: central or typical value in a set of numbers
AVERAGE(B2:B11)AVERAGE(B:B)Min: minimum value in the column
MIN()Max: maximum value in the column
MAX()Count: number of records
COUNT()Sum: total of all values in a column
SUM()Understanding Excel