Never touch the only version
~4 minThe first move on any file
When you claim a task, the files you download may be the only copy of the client's data that exists. Treat the download as evidence, not as a workspace. Before you change a single cell, make a duplicate and do all your work in the duplicate. If a formula goes wrong, a sort scrambles rows, or the operator sends the task back for revision, the untouched original is your restart point. Without it, a mistake can be permanent, and permanent mistakes on client data are how tasks get rejected. This habit costs ten seconds. Every other technique in this course assumes you have done it.
Name the working copy clearly
Keep the original file exactly as it arrived, name and all. Save your duplicate with the original name plus a suffix that says what it is, such as orders_working or orders_clean_v1. If the task runs long, save a new version at each major stage instead of overwriting: v1 after import, v2 after de-duplication, v3 ready to deliver. Versions cost nothing and let you step back one stage instead of starting over. When you deliver, send only the finished file, with a name the client will recognize, unless the brief asks for something else. A folder that reads original, working, delivered tells its own story if you ever need to retrace a step.
Freeze the header row
Before you scroll anywhere in a big sheet, lock the header row so column names stay visible. In Google Sheets, use View, then Freeze, then 1 row. In LibreOffice Calc, click the cell below and to the right of what you want locked, then View, then Freeze Rows and Columns. Without frozen headers, row 4,000 is a wall of unlabeled numbers, and entering data one column off is a quiet, serious error. If the sheet is wide, freeze the first column too, so the ID or name that identifies each row travels with you. Widen cramped columns while you are at it. Seeing the data clearly is not cosmetic. Most spreadsheet mistakes start with misreading what a cell belongs to.
Remember
- The download is evidence. Duplicate it, name the copy, and edit only the copy.
- Save a new version at each major stage instead of overwriting.
- Freeze headers before you scroll. Many errors start with misreading which column a cell belongs to.