Statistical Function - COUNT
- Rachel | The Blue Star Academy

- Sep 21, 2022
- 1 min read
Usually, you want to add numbers together, but sometimes you want to know exactly how many numbers there are! The COUNT function exists to enable this. Why not give it a go!
The video shows the COUNT function in use.
The final written calculation is below:
=COUNT(C3:C9)
In this formula, C3:C9 is the range of cells, containing numbers, that we want to count. The answer is 7 numbers!




Comments