Select the cell where you want the average to appear
Type `=AVERAGE(`
Select the range of cells you want to average
Close the formula with `)`
Press Enter
Example: `=AVERAGE(A1:A10)`
Use AutoSum on the Home tab and choose Average
Select multiple non-adjacent ranges by separating them with commas, such as `=AVERAGE(A1:A5,C1:C5)`
