Returns the sheet number for a given cell reference.
Syntax
Remarks
The cell_ref cannot have more than one cell range as reference.
Examples
|
Formula |
Result |
|
=SHEET( SHEET.A1 ) |
16 |
|
=SHEET( ADDRESS.A10 ) |
1 |
|
=SHEET(Sales_data) |
4 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions