Dapatkan jumlah lembar dalam referensi
=SHEETS([reference])
| Parameter | Deskripsi |
|---|---|
reference |
[optional] A valid Excel reference. |
For example, in a workbook that contains 5 sheets, the following formula will return 5:
=SHEETS()
SHEETS can be used to report the sheet count in 3D references as well. For example, in a workbook with three sheets (Sheet1 through Sheet3) in numeric
=SHEETS(Sheet1:Sheet1!A1) // returns 1
=SHEETS(Sheet1:Sheet2!A1) // returns 2
=SHEETS(Sheet1:Sheet3!A1) // returns 3