Locked lesson.
About this lesson
Exercise files
Download this lesson’s related exercise files.
02-02-Naming Conventions and Version Control-Start.xlsx9.2 KB 02-02-Naming Conventions and Version Control-Complete.xlsx
9.3 KB 2.02 naming-conventions-and-version-control - Exercise.docx
52.7 KB 2.02 naming-conventions-and-version-control - Exercise solution.docx
40.3 KB
Quick reference
Naming Conventions and Version Control
Implement file naming conventions and version control to ensure files are organized logically and are easy to find.
When to use
We use naming conventions whenever we are creating folders in File Explorer or saving Excel files to folders.
Instructions
Naming Conventions
It's good to have a standard when naming files and folders in File Explorer. If we allow people to name files and folders however they want, that can lead to messy, unorganized files that are difficult to search and find.
For example, maybe we have a folder for each month of the year in File Explorer where we store invoices. If we don't implement a standard, we might have one folder named 'Invoices - Jan' and then another folder named 'Feb - Invoices'.
We could standardize this by letting the team know that all folders should be named 'Invoices - Month'.
Organizing Folders
Once we have a standard naming convention for our folders, we can organize those folders in a specific order using numbering.
For example, folders named 'Invoices - Jan', 'Invoices - Feb', etc, will show in File Explorer sorted A-Z. This means that the folder for January will not be at the top of the list.
We can control this by adding numbering to the folder name, e.g. '01 Invoices - Jan', '02 Invoices - Feb', 03 Invoices - Mar'.
This means our folders are organized logically and are easier to find.
Naming Files
The same approach should be taken for naming files within a folder. Implement a standard so that files are easy to find.
For example, 'Invoice No - Client - Version' (INV001-Gramazon-V2).
Communicate naming conventions to the team so everyone is aware.
Version Control
If a file has numerous versions, ensure that is indicated in the file name. Add 'V1', 'V2' or 'Version 1', 'Version 2' to the end of the file name.
Hints & tips
- Press the F2 key to rename a folder in File Explorer.
Lesson notes are only available for subscribers.