Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MAXA works like MAX but also counts logical values (TRUE=1, FALSE=0) and text (as 0) rather than ignoring them. This matters when your range may contain logical flags you want to treat as numeric in the comparison.
=MAXA(B2:B5)=MAXA(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Item | Value |
| A | 10 |
| B | 25 |
| C | TRUE |
| D | 5 |
=MAXA(B2:B5)→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: “Find the maximum value in a column that includes TRUE/FALSE flags alongside numbers”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: