AREAS
returns the number of areas in a reference · from excel · excel: verified match · sheets: not yet compared
signature
AREAS(reference)
returns: number
| argument | required |
|---|---|
| reference | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
| A | B | C | |
|---|---|---|---|
| 1 | 10 | 2 | alpha |
| 2 | 20 | 4 | beta |
| 3 | 30 | 6 | gamma |
| 4 | 40 | 8 | delta |
| 5 | 50 | 10 | epsilon |
fx
=AREAS(A1:C5) 1 related
- ADDRESS returns a cell address as text from row and column numbers
- HLOOKUP searches first row and returns matching value
- HYPERLINK the text a link displays — clickability is the renderer's
- INDEX returns value at row and column in range
- INDIRECT returns reference specified by text string
- LOOKUP looks up value in one-row or one-column range