In Excel: double-click the sheet tab, type the new name and press Enter — or right-click the tab ▸ Rename.
On this page7
Double-click the sheet tab (or right-click ▸ Rename, or Alt+H, O, R on Windows).
Type a name of 31 characters or fewer, avoiding : \ / ? * [ and ].
Press Enter. Formulas referring to the sheet update themselves.
Search the workbook for INDIRECT and for the old name in quotation marks — those are the references that will not have updated.
To rename a table instead: click inside it, then Table Design ▸ Table Name.
What this does
Sheet names are limited to 31 characters and cannot contain : \ / ? * [ or ], cannot be blank, cannot be "History" (Excel reserves it), and must be unique within the workbook. Renaming a sheet is safe for formulas: every reference to it, on any sheet, updates automatically, because Excel stores the link to the sheet rather than to its name. Two things do NOT update — text you built yourself with a hard-coded name, such as ="Sales"&"!A1" fed to INDIRECT, and external references in other workbooks that are currently closed. Renaming COLUMNS is a different job: worksheet columns are always A, B, C, so what people mean is either editing the header text in row 1 or, in a Table, editing the header cell, which does update every structured reference. Renaming the FILE is done in File Explorer or Finder with the workbook closed. Before you run it on a workbook other people depend on, try it on a copy or a few rows first. Undo only reaches back through the current session, so a quick trial run is the cheapest way to see exactly what will change before the file is saved and shared. For “rename rows in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected rows change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a layout choice that keeps the sheet readable and sortable useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
Sheet1 holds January figures and Summary!B2 contains =Sheet1!B10. Double-click the Sheet1 tab, type Jan, press Enter. Summary!B2 now reads =Jan!B10 with no action from you. But a cell containing =INDIRECT("Sheet1!B10") still points at a sheet that no longer exists and returns #REF!. Sheet1, Sheet2, Sheet3 is the single fastest thing to fix in an inherited workbook, and knowing that references follow the rename is what makes people willing to do it. A practical tip: try it on a copy of the sheet or a handful of sample rows first and check the result before you apply it to the real data. That one habit catches almost every surprise while it is still cheap to reverse.
In Google Sheets
This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. Here is the takeaway for “rename rows in excel”: follow the steps at the top, check the result on the sheet itself, and keep undo in mind while you experiment. Done once deliberately, it becomes something you do from memory in Excel rather than something you search for again.
Common mistakes
- Using a name longer than 31 characters, or one containing a slash or colon, and getting a rejection dialog with no explanation of which character was the problem.
- Assuming formulas break — they do not, except for
INDIRECTand other text-built references. - Renaming a sheet that a closed external workbook links to, which leaves that workbook with a broken link.
- Trying to rename column letters; the header text or the Table column name is what is actually editable.
- Renaming a file while it is open, which leaves Excel saving back to the old name.
Frequently asked questions
How do I rename a sheet in Excel?
Double-click the sheet tab, type the new name and press Enter. Right-click ▸ Rename does the same.
Will renaming a sheet break my formulas?
No — normal references update automatically. Only text-built references such as INDIRECT("Sheet1!A1") and links from closed workbooks need fixing by hand.
Why will Excel not accept my sheet name?
It is over 31 characters, contains : \ / ? * [ or ], duplicates an existing sheet name, is blank, or is the reserved word History.
How do I rename a column in Excel?
Column letters are fixed. Edit the header text in row 1, or — inside a Table — edit the header cell, which updates every structured reference to it.