[]
This function returns the sheet number of reference sheet.
SHEET(value)
Argument | Description |
---|---|
value | (Optional) The value to check. |
The SHEET function includes hidden sheets in the numbering sequence.
The SHEET function takes one argument, value, which should be a reference, a named range, or a SpreadJS Table.
When value is omitted, SHEET will return a numeric index for the current sheet
Returns the index number of a sheet
=SHEET(Sheet1!A1) // returns 1