AREAS function

Category: Lookup and reference
Introduced: Excel 2003

Summary

Returns the number of areas in a reference

Syntax

AREAS(reference) The AREAS function syntax has the following argument:
• Reference Required. A reference to a cell or range of cells and can refer to multiple areas. If you want to specify several references as a single argument, then you must include extra sets of parentheses so that Microsoft Excel will not interpret the comma as a field separator. See the following example.

Example

=AREAS(B2:D4)
=AREAS((B2:D4,E5,F6:I9))
=AREAS(B2:D4 B2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/areas-function-8392ba32-7a41-43b3-96b0-3695d2ec6152

Back to Functions