Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the AVG function. |
| [value2 | (Optional.) Parameter of the AVG function. |
| ...] | Parameter of the AVG function. |
Examples
Average monthly revenue
=AVG(B2:B13)
Average of specific cells
=AVG(A1, A5, A9)
Average ignoring text
=AVG(C2:C100)
Common Errors
Returned when the range contains no numeric values at all — for example, all cells are blank or contain text.
Occurs if you pass a non-numeric argument directly, like =AVG("hello").
Tips
AVG skips blank cells entirely, but cells containing 0 are included in the calculation. If missing data should count as zero, enter 0 explicitly.
Use AVERAGEIF or AVERAGEIFS instead of AVG when you need to average only rows matching a condition, like averaging sales for a specific region.
AVG and AVERAGE are identical. Use whichever you prefer — AVG is simply shorter to type.
Try AVG in Viztab
Import your data and use AVG with 370+ other formulas. No signup required.
Open Viztab