SHEET function

Category: Information
Introduced: Excel 2013

Summary

Returns the sheet number of the referenced sheet

Syntax

SHEET(value) The SHEET function syntax uses only the one following argument.
• value Optional argument. Use this to specify the name of a sheet or a reference for which you want to obtain the sheet number. Otherwise, the function will return the number of the sheet containing the SHEET function.

Example

=SHEET(QSalesByRegion)
=SHEET(Table1)
=SHEET(Hi_Temps)
=SHEET("Stuff")

Microsoft Support Page

https://support.microsoft.com/en-us/office/sheet-function-44718b6f-8b87-47a1-a9d6-b701c06cff24

Back to Functions