1.2 Entering data so it stays usable
Checked against Microsoft's Excel for Windows keyboard references, August 2026
What you'll be able to do
Enter text, numbers and dates so that Excel stores each one as what it is. Spot the two traps that quietly damage Indian data. Fill repeating patterns without typing them all out.
Before you start
Open the first-workbook practice file, the same one as the grid topic. Its list mixes names, numbers, phone numbers and dates on purpose.
The work
- Same either way: type a value and press Enter to confirm it and move down. Press Tab to confirm and move right. Press Esc before confirming to throw the entry away, and CtrlZ to undo one you have already confirmed.
- Same either way: to change a cell without typing all of it again, press F2. The insertion point lands at the end of what is there. To put a line break inside one cell, press AltEnter while editing.
- Same either way: type
42in one cell and a word in another. The number sits on the right edge of its cell, the text on the left. Before any formatting, that position is Excel telling you what it stored. Read it after every entry that matters. - Same either way: a phone number that starts with 0 loses that zero when Excel stores it as a number. Store it as text instead. Select the cells, press Ctrl1 to open Format Cells, choose Text on the Number tab, press Enter, and then type the numbers.
- Same either way: underneath, a date is a number, and that is what makes date arithmetic work. Type dates as day-month-year and check that the cell lands on the right edge. A date that stayed on the left was stored as text, and it will not sort or subtract. Today's date is CtrlSemicolon, and the current time is CtrlShiftColon.
- Same either way: to repeat the value above into the cells below, select from that cell downwards and press CtrlD. It copies the top cell's content and format into the rest of the selection.
- No documented keyboard shortcut for this — use the menu: to continue a series such as Jan, Feb, Mar, type the first value. Select it together with the cells below, then go to Home → Fill → Series and choose AutoFill. With the mouse, the same thing is a drag of the fill handle, the small square at the corner of the selection.
- Same either way: Flash Fill works from an example you give it. In the column beside full names, type the first person's first name and press Enter. Then press CtrlE, and Excel fills the column by the pattern it saw. Check every row it guessed before you trust it.
One rule sits under all of this: one thing per cell. First name in one column, last name in the next, city in its own. Sorting, filtering and every formula you will ever write depend on it.
Try it
Type up the practice file's list. Make the phone column Text before you enter anything. Enter the dates day-month-year and check that each one lands on the right edge. Then split the full names into two columns with CtrlE.
Check yourself
A phone number came out as 9876543210 but was entered as 09876543210. What happened, and what is the fix?
Excel stored it as a number and dropped the leading zero. Format the cells as Text (Ctrl1 → Number tab → Text) before entering, and the zero stays.
How can you tell whether a date was stored as a real date?
A real date sits on the right edge of an unformatted cell. On the left edge means it was stored as text, and it will not sort or subtract correctly.
Which key sequence runs Flash Fill, and what must you do afterwards?
CtrlE. Then check every filled row, because it worked from a pattern it guessed.
What is the difference between Esc and CtrlZ while entering data?
Esc throws away an entry you have not confirmed yet. CtrlZ undoes one you already confirmed.
Go deeper
- Excel help & learning · Microsoft Support · Docsnot checked yet
- What is Excel? — get started · Microsoft Support · Videonot checked yet
Using a screen reader? 2 resources
- Basic tasks using a screen reader with Excel · Microsoft · Docswritten for screen reader users
- Use a screen reader to find and replace data in Excel · Microsoft · Docswritten for screen reader users
Back to Entering data so it stays usable: work through the checklist