Tellsheet
HomeExcel Guides › List All Sheet Names in Excel

How to List All Sheet Names in Excel

A 40-tab workbook with no index is a scrolling nightmare. Excel has no function to list sheet names — here's the classic macro-name trick, and a one-click clickable table of contents.

Last updated: August 2026

WorkbookContents tab
Jan, Feb, Mar, … tabs→ Jan
→ Feb
→ Mar

Method — the GET.WORKBOOK macro name

  1. Formulas > Define Name. Name it Sheets, refers to =GET.WORKBOOK(1).
  2. Down a column: =INDEX(Sheets, ROW()) to list the tab names (it returns them as [Book]Sheet, so wrap with MID/FIND to trim).
  3. Make each clickable: =HYPERLINK("#'"&A2&"'!A1", A2).
  4. Save as .xlsm — the macro name forces macro-enabled format.

The 1-click way — Tellsheet

Table of Contents adds a navigation sheet as the first tab, with a clickable hyperlink to every worksheet in the workbook — jump anywhere in one click. No GET.WORKBOOK, no MID/FIND trimming, no .xlsm. Works on Windows, Mac, and Excel on the web. Pairs with Split to Sheets and Combine Sheets.

Frequently asked questions

How do I list all sheet names?

A defined name using =GET.WORKBOOK(1) with =INDEX(name, ROW()) (needs .xlsm), or Tellsheet's Table of Contents in one click with no macro.

How do I make a clickable table of contents?

Wrap each name in =HYPERLINK("#'Sheet'!A1", "Sheet"), or let Table of Contents build the hyperlinked index for you.

Why does the formula need .xlsm?

GET.WORKBOOK is an old macro function, so Excel saves the file as macro-enabled. An add-in works in any workbook, including the web.

Does it update when I add a sheet?

Re-run Table of Contents to refresh the index after adding or renaming tabs.

Related Excel guides

Build a table of contents in one click

Table of Contents adds a hyperlinked index tab linking to every sheet — no macros, right inside Excel.

Get Tellsheet free See pricing