
The Excel AVERAGEA function returns the average of a group of supplied values. Unlike AVERAGE, AVERAGEA will also evaluate the logical values TRUE and FALSE, and numbers represented as text, whereas AVERAGE just skips these values during calculation
Get the average of a group of numbers and text
A number representing the average.
=AVERAGEA (value1, [value2], ...)
The AVERAGEA function returns the average (arithmetic mean) of a group of supplied values. The key difference between AVERAGEA and AVERAGE is AVERAGEA will also evaluate the logical values TRUE and FALSE, and numbers represented as text when when they appear in cell references, whereas AVERAGE just skips these values.

The Excel AVERAGEA function returns the average of a group of supplied values. Unlike AVERAGE, AVERAGEA will also evaluate the logical values TRUE and FALSE, and numbers represented as text, whereas AVERAGE just skips these values during calculation
Get the average of a group of numbers and text
A number representing the average.
=AVERAGEA (value1, [value2], ...)
The AVERAGEA function returns the average (arithmetic mean) of a group of supplied values. The key difference between AVERAGEA and AVERAGE is AVERAGEA will also evaluate the logical values TRUE and FALSE, and numbers represented as text when when they appear in cell references, whereas AVERAGE just skips these values.