Dapatkan jumlah area dalam referensi.
=AREAS(reference)
| Parameter | Deskripsi |
|---|---|
reference |
Reference(s) to a cell or range of cells. |
The formulas below show how the AREAS function can be configured. Notice the first example does not need an extra set of parentheses, since there is j
=AREAS(A1:C1) // returns 1
=AREAS((A1:C1,A2:C2)) // returns 2
=AREAS((F17:F19,J16:J18,I8)) // returns 3