Average with Condition
Calculate the average of numbers that meet specific criteria.
Inputs
rangeThe range of cells to evaluate.criteriaThe condition to match.average_rangeActual cells to average. If omitted, uses range.
Practical Example
=AVERAGEIF(B2:B25, ">10000")