๐Ÿ“Š Mr Excel Tamil
Blog โ€บ Getting Started

Renaming a Worksheet

Double click a tab and type a new name. Good names make a workbook readable to everyone else.

Module 1 ยท Getting Started ยท Easy ยท 5 Minutes read

Names Are Documentation

Sheet1, Sheet2, Sheet3 tells nobody anything. Jan Sales, Feb Sales, Summary tells everyone what the file does.

  1. Double click the tab โ€” The name goes editable
  2. Type the new name โ€” Up to 31 characters
  3. Press Enter โ€” The name is set

How to do it

Double click the sheet tab โ–ธ type the name โ–ธ Enter

Sheet names cannot contain \ / ? * [ ] : and cannot be longer than 31 characters.

ItemWhat it does
Double clickFastest way to rename
Right-click โ–ธ RenameSame result
31 charactersThe maximum length
Banned characters\ / ? * [ ] :

Naming Rules

Double click the tab โ–ธ type Jan Sales โ–ธ Enter

NameAllowed?Why
SummaryYesShort and clear
Jan SalesYesBut needs quotes in formulas
Jan_SalesYesNo quotes needed
Sales/2026NoSlash is banned
Q1 Report [Draft]NoBrackets are banned

Result: Jan_Sales

Underscores instead of spaces keep your formulas shorter and cleaner.

Do this

  • Rename every sheet to something meaningful
  • Use underscores instead of spaces
  • Keep names short so more tabs fit

Avoid

  • Leaving default Sheet1 names
  • Using banned characters and getting an error
  • Very long names that hide the other tabs
๐Ÿ“Œ A sheet name with a space needs quotes in formulas: ='Jan Sales'!A1. Underscores avoid that.

Practice

Quick quiz: Why might you prefer Jan_Sales over Jan Sales as a sheet name?
  • Spaces are not allowed
  • A name with a space needs quotes in every formula
  • Underscores sort better
Show answer

=Jan_Sales!A1 vs ='Jan Sales'!A1 โ€” Both work, but the underscore version keeps formulas shorter and easier to read.

๐Ÿ”’ Want the full interactive course? This is a free preview. The complete 39-module Excel Master Course โ€” with hands-on lessons, quizzes and a certificate โ€” is available inside the app.
Learn Excel the fun way
Bite-size interactive lessons, quizzes, streaks and a certificate.
Start free โ†’