logo
excelfunctions.org
bookmarks

AVERAGEA

Returns the average of its arguments, including numbers, text, and logical values.

StatisticalStatistics & Analysis

What it does

Calculates the average, treating text as 0 and TRUE/FALSE as 1/0.

Syntax

AVERAGEA(value1, [value2], ...)

Arguments

  • value1(value) β€” First value or range.

Examples

Average with text

Average a range where 'Absent' counts as 0.

FORMULA
=AVERAGEA(A2:A5)
RESULT
75
SAMPLE DATA
A
1Scores
2100
380
4Absent
5120