In order to find the 'arithmetic mean' of a set of numbers, you need to add the numbers together, and then divide them by the number of numbers there are. Alternatively, you can just use the AVERAGE function...
The video shows the AVERAGE function in use.
The final written calculation is below:
=AVERAGE(C3:C9)
In this formula, C3:C9 is the range of cells we want to calculate the arithmetic mean of.
Comments