Calculating the average is a fundamental task in Excel. This guide covers both simple averages and conditional averages based on specific criteria.
Zrób to z SICalculate a simple average
Select the cell where you want the result, type '=AVERAGE(range)', and press Enter.
Calculate an average with criteria
Type '=AVERAGEIF(range, criteria, [average_range])' to calculate the average of cells that meet a specific condition.
Verify your results
Highlight the range of cells and check the status bar at the bottom right of the Excel window to see the automatic average calculation.
=AVERAGE(A1:A10) or =AVERAGEIF(A1:A10, ">50")Yes, the standard AVERAGE function includes data in hidden rows. Use SUBTOTAL(1, range) if you want to ignore them.