Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
AVERAGEA computes the arithmetic mean of a range treating text as 0 and TRUE as 1, FALSE as 0. Unlike AVERAGE, it does not ignore text or logical values, so it produces a lower mean when non-numeric entries are present.
=AVERAGEA(B2:B5)=AVERAGEA(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Name | Score |
| Alice | 85 |
| Bob | 90 |
| Carol | absent |
| Dave | 78 |
=AVERAGEA(B2:B5)→63.25
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Average scores in a column where some cells contain the word 'absent' instead of a number”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: