AVERAGEA(number1,[number2],...)
AVERAGEA(A1:A10)
This function returns the average of the numbers in the range A1:A10. This includes logical values such as TRUE and FALSE, as well as numbers entered as text.
AVERAGEA(TRUE,2)
This example returns 1.5 when given two arguments, TRUE and 2.
AVERAGEA("3",2)
When given two arguments, "3" and 2, the function returns 2.5.
The AVERAGEA function is a powerful tool that can calculate the average of a variety of inputs, including numerical values, text representation of numbers, arrays, and references. It does not accept error values or text that cannot be converted into numbers.