Excel TV ExcelTV

Excel File Naming Conventions – Name Style Rules

Updated
Excel File Naming Conventions – Name Style Rules

Naming your Excel files is something which doesn’t get any coverage of any of the Excel blogs out there. And many, if not most, people do not feel that file names are something to put a thought into. But time and again we are lost looking for a spreadsheet that we really need or are clueless about what the spreadsheet in front of us concerns.

Jordan Goldmeier (aka JLOOKUP) is here to share some conventions he uses when naming his spreadsheets.

Why wait? Let’s get started!

1 – Spaces

Connect words using spaces instead of naming files “LikeThis.xlsx”. Use of spaces between words makes the file names more readable and easier for search to look up.

2 – Abbreviations are for Proper Nouns

Limit the use of abbreviations to proper nouns only. So, “Cost Analysis Reporting System v2.xlsx” can be named as “CARS v2.xlsx”. But “Chart Example.xlsm” should not be changed to “Chart Ex.xlsm” or “Chart Eg.xlsm”. The reason is that abbreviated proper nouns might be part of your corporate’s jargon, but not everyone would think of ‘Ex’ to stand for ‘Example’.

3 – Dates with Proper Delineation

If one is employing dates within their file naming system, they should delineate it using hyphens. For example, ‘12th of May, 2016’, should be written as ‘12-05-2016’, ‘2016-05-12’ or something similar. ‘12052016’ can look like someone’s ID, especially if you are putting dates at the start of your files like “12052016 ABC Performance.xlsx”.

If you use dates to maintain version numbers, it’s easier to sort your files by the ‘Date modified’ column within your folders.

4 – Version Numbers

Some people use a system like “PA of XYZ_working file.xlsx” and “PA of XYZ_final version.xlsx” to maintain different versions. But if something goes wrong with your ‘working file’, e.g. It gets corrupted, you might not have a recent back up to save you. Hence, it is recommended that one should use file names like “PA of XYZ v1.xlsx”, “PA of XYZ v2.xlsx”, “PA of XYZ v3.xlsx” and so on to denote version numbers.

What’s next?

Think about the merits of this system and incorporate things you liked in your work. Also, share this with your colleagues who have a hard time keeping files organized.

And do tell us your thoughts and opinions in the comments section below.

Written by

Jamani Arsalan

Consultant, International Professional Services

  • Project Management
  • Statistical Analysis
  • Health Analytics
I am a consultant, currently based in Middle East, at an international professional services firm. My work largely revolves around project management, and statistical analysis. And my professional interests include developing my knowledge within the discipline of health analytics.

Read more articles by Jamani Arsalan

Editorial standards

Fact Checking & Editorial Guidelines

Every article on Excel TV is held to a published editorial standard. The goal: accurate, current, and useful — without filler.

  1. Expert review. Drafts on technical Excel topics are reviewed by a contributor with hands-on, working knowledge of the feature being covered.
  2. Source validation. Claims about Excel behavior are tested in current Microsoft 365 builds. Third-party product claims are sourced from the vendor's own documentation.
  3. Disclosure. Affiliate links, sponsorships, and any commercial relationships that influenced a piece are disclosed in-line and at the foot of the article.
  4. Updates. Articles are revisited when Microsoft ships changes that affect the content. The most recent revision date is shown on every post.

Spot a problem? Email editor@excel.tv and we will look at it.

Subject-matter review

Reviewed by Subject Matter Experts

Technical Excel articles are reviewed by contributors with verifiable, hands-on experience in the topic — not generalist editors.

  • Qualified reviewers. Reviewers include Microsoft Excel MVPs, working business-intelligence practitioners, and Excel TV editorial staff. See each author's page for credentials.
  • Current to a known Excel build. Procedural articles state which Excel version they were validated against. Where Microsoft has since changed behavior, the article carries an inline update note.
  • Clarity check. Reviewers verify steps are reproducible by a reader at the assumed skill level — not just technically correct in a vacuum.

Want to contribute or review for Excel TV? See the about page.

Comments (2)

Historical comments preserved from the WordPress archive. Commenting is no longer active.

  1. karn

    Good article

  2. Julie

    A note about dates: if you use ISO-8601 formatting for dates in filenames then the alphabetical sort of filenames will also be date sorted. It is also a format easy to read by people.
    Using “fileprefix yyyy-mm-dd” the dates sort textually in date order.

    myfile 2202-02-10.txt
    myfile 2020-03-12.txt