How To Calculate Mean On Excel?

Select the cell where you want the mean to appear

Type `=AVERAGE(`

Select the range of cells containing your numbers

Type `)` and press Enter

Example: `=AVERAGE(A1:A10)`

For non-adjacent cells, use commas: `=AVERAGE(A1,A3,A5)`

To include only visible cells, use `=SUBTOTAL(101, range)`

Suggested for You

Trending Today