Excel Summary Stats Functions

Summary Stats Functions

Learning Objectives:

  • Learning the common summary stats in Excel.

AVERAGE Function

The average function is a built-in function that calculates the arithmetic mean (the average). To use this function, use `=AVERAGE`. When calculating the average, you are adding the range and dividing it by the number of values.

Excel Average example


Please note this function ignores cells with text.

COUNT Function

The COUNT function counts cells with numbers in a range. To use this function, use `=COUNT`. This function only counts cells with numbers.

Excel Count Fucntion example

MAX Function

The max function finds the highest number in a range. To use this function, use `=MAX`. This function only works for cells with numbers.

Excel Max example

MIN Function

The min function finds the lowest number in a range. To use this function, use `=MIN`. This function only works for cells with numbers.

Excel Min example

MEDIAN Function

The median function finds the middle value in the data. To use this function, use `=MEDIAN`.

Excel Median example

MODE Function

The median function finds the most frequent number in the dataset. To use this function, use `=MODE`.

Excel Mode example

SUM Function

This function adds cells in a range, both negative and positive. It is typed `=SUM`

Excel SUM Function example