Search

Is Sheet Exists

Last Updated: May 10, 2022

Articles

Use this function to check if the sheet exists or not in the workbook.

Syntax

Is Sheet Exists (sheet_name)

Parameters

Input Parameter Name Description
sheet_name Name of the sheet to find

Returns

Return value Description
True/False Returns True if the sheet exists, False if the sheet does not exist

Sample

Is Sheet Exists (Sheet2) => True

  • Checks if the sheet Sheet2 exists in the workbook, returns True if the sheet exists.

To view all the Excel functions, click here.

Did you find what you were looking for?