1) List the numbers you want to average.
2) Add all the numbers together to get the sum.
3) Count how many numbers there are.
4) Divide the sum by the count.
5) Round as needed.
Optional: – Weighted average: use (sum of value × weight) / (sum of weights).
– If data are skewed, consider the median or mode as alternatives.