
Learn exactly how data goes in, how to fix mistakes, and how to move through your spreadsheet like you've been doing it for years.
Entering and editing data in Excel is where every spreadsheet begins — and if you don't know the rules, you'll waste time fixing problems that should never have happened in the first place. You've probably already tried clicking a cell and typing something, and it seemed to work fine. But there's a lot more going on under the surface that most beginner tutorials never bother explaining.
Does Excel know what you've typed is a number or text? Is that date stored correctly? Why does your formula return zero when you know the numbers are right? The answers almost always come back to how the data was entered in the first place.
This is Lesson 3 of the XplorExcel A–Z tutorial series. By the time you finish it, you'll know not just how to put data into Excel — but how to do it properly, efficiently, and without tripping over the common mistakes that frustrate almost every beginner.
Before you type a single character, it helps to understand what Excel is actually doing when you press a key. Every cell in Excel can hold one of three fundamental data types: text, numbers, or dates/times. Excel tries to figure out which type you mean based on what you type — and it's usually right, but not always.
Here's the thing: when Excel misidentifies your data type, everything downstream goes wrong. Formulas return errors, sorting goes sideways, and numbers that look right don't behave right. Getting data entry right from the start saves you enormous headaches later.
Let's break down each data type so you know exactly what Excel does with your input.
Anything that starts with a letter is treated as text by default. Names, addresses, product descriptions, headings — all text. Excel aligns text to the left side of the cell. You'll notice this immediately: numbers align right, text aligns left. That visual difference is a useful quick-check to know what Excel thinks you've entered.
Text can't be used in calculations. If you accidentally enter a number as text (you'll learn how this happens below), formulas that reference that cell will either ignore it or return an error.
Anything that Excel recognises as a numeric value — integers, decimals, percentages, currency — is stored as a number. Numbers align to the right by default. They can be used in every kind of calculation, from basic arithmetic to complex financial formulas.
One thing catches beginners out constantly: if you type a number with a leading zero like 007 or a product code like 0123, Excel strips the leading zero because it stores it as the number 7 or 123. You'll learn how to fix that below.
Also worth knowing: don't type currency symbols or comma separators when entering numbers. Type 1500 not £1,500 — formatting comes later, and mixing symbols into data causes type confusion.
Dates in Excel are actually numbers in disguise. Excel stores every date as a serial number — January 1, 1900 is 1, January 2 is 2, and so on. This is why you can do date arithmetic like calculating how many days between two dates — you're literally subtracting numbers.
Type dates in a format Excel recognises for your locale. In most English-language settings, 15/04/2025 or April 15, 2025 will be recognised. If the date aligns left, Excel stored it as text — it didn't recognise the format. Right-aligned means it's a proper date.
Here's a quick reference table showing how Excel interprets different types of input and what you'll see on screen:
| What You Type | Excel Stores As | Alignment | Usable in Formulas? |
|---|---|---|---|
| John Smith | Text | Left | No (for maths) |
| 1500 | Number | Right | Yes |
| 15/04/2025 | Date (number) | Right | Yes |
| '007 | Text (forced) | Left | No (for maths) |
| =A1+B1 | Formula | Depends on result | Yes |
There are a few entry tricks Excel has that most tutorials skip over. These are genuinely useful from day one:
Special Data Entry Techniques
'007
Apostrophe prefix — forces Excel to treat the entry as text. Use this for product codes, phone numbers, postcodes, or any number where leading zeros matter.=
Equals sign prefix — tells Excel this is a formula. Every formula starts with =. Typing =1+1 returns 2, =A1+B1 adds those two cells.Alt+Enter
Line break within a cell — adds a new line inside the same cell. Useful when you need two lines of text in one cell without spilling into the next column.Ctrl+;
Inserts today's date as a static value — unlike the TODAY() function which updates daily, this locks the date in permanently. Perfect for timestamps.Ctrl+Shift+;
Inserts the current time as a static value. Combine with Ctrl+; (space in between) to stamp both date and time at once.This is where entering and editing data in Excel diverges for most beginners. Entering is straightforward — editing existing content has a couple of modes that work differently, and knowing them saves constant frustration.
There are three ways to edit a cell — each is useful in different situations:
3 Ways to Edit a Cell in Excel
Advertisement-X
While in Edit Mode, the word "Edit" appears in the bottom-left status bar of Excel. Press Escape to cancel edits, or Enter/Tab to confirm.
You can also edit directly in the Formula Bar — that long input field just below the Ribbon. Click the cell, then click inside the Formula Bar and edit there. This is especially useful for long text entries, long formulas, or when the cell content is hard to see because the column is narrow.
Trust me on this one — once you start editing formulas in the Formula Bar rather than inside tiny cells, your life gets measurably easier. You can see everything clearly, and Excel even colour-codes cell references so you can see which cells your formula is pointing to.
One of the biggest upgrades you can make when entering and editing data in Excel is cutting down on mouse movement. The keyboard shortcuts below will shave real time off every data entry session — and once they're muscle memory, you'll wonder how you managed without them.
Essential Data Entry Keyboard Shortcuts
Enter
Confirm entry and move one cell downTab
Confirm entry and move one cell to the rightEscape
Cancel the current entry — restores the original valueF2
Edit the selected cell (cursor goes to end of content)Delete
Clear the selected cell content (keeps formatting)Ctrl + Z
Undo the last action — works up to 100 steps backCtrl + Y
Redo — undoes the undo. Bring back what you just reversed.Ctrl + D
Fill Down — copies the cell above into the selected cellCtrl + R
Fill Right — copies the cell to the left into the selected cellHere's something that gives every Excel beginner genuine confidence: you can undo almost anything. Delete a column of data by accident? Undo. Overwrite a formula? Undo. Made 15 changes and want to go back to how it was? Undo 15 times.
Ctrl + Z is undo. Excel keeps up to 100 undo steps in memory — you can keep pressing it to work backwards through your recent changes. The undo history does reset when you close and reopen the file, so save before making big changes if you want a permanent safety point.
Ctrl + Y is redo. If you undid something and changed your mind — bring it back with redo. You can also click the undo/redo arrows in the Quick Access Toolbar at the top-left. Clicking the small dropdown arrow next to the undo button shows you a list of all recent actions so you can jump back multiple steps at once.
One thing to note: undo does not work after you save and close a file. That's why saving a backup with a different filename before major edits is a smart habit — more on that in Lesson 10: Save, Share & File Formats.
You've probably seen people fly through data entry in Excel while you're still hunting around with your mouse. The secret is almost always the Tab/Enter combination. Here's how to use it properly.
Click the first cell in your column, type your data, and press Enter. You move to the cell below. Type the next value, press Enter again. Repeat. No mouse needed. When you reach the bottom of your data, press Enter one final time and your cursor is ready for the next entry.
Click the first cell in your row, type your data, and press Tab. You move to the right. Keep pressing Tab across the row. When you press Enter at the end of the row, Excel jumps back to the column where you started — not to where you pressed Enter. This is intentional behaviour and incredibly useful once you know about it.
Select a range of cells (hold Ctrl and click individual cells, or drag to select a block), type your value or text, and press Ctrl + Enter instead of just Enter. Excel fills every selected cell with the same content simultaneously. This is a genuine time-saver when filling in default values, status labels, or any repeated entry across non-adjacent cells.
For repeated patterns and series, check out Lesson 6: AutoFill & Flash Fill — it covers how Excel can detect and continue sequences like dates, numbers, and even custom patterns automatically.
Knowing the proper way of entering and editing data in Excel pays off fast in everyday use. Here are three situations most people encounter early on:
A warehouse manager enters product codes like 0042 into Excel. They disappear — Excel stores them as the number 42, stripping the leading zero. The fix is to type an apostrophe first ('0042) to force text storage, or format the column as Text before entering codes.
An analyst receives a monthly sales spreadsheet and needs to update 30 figures. Instead of clicking, deleting, and retyping, they use F2 to enter Edit Mode and fix only the part that changed in each cell. Then Tab to the next column, F2, fix, Tab. The whole update takes minutes instead of half an hour.
A project manager enters a column of start dates. When they try to sort them chronologically, the order is wrong. The problem: some dates were typed in a format Excel didn't recognise and stored them as text. Because the dates are left-aligned (text) not right-aligned (proper dates), sorting alphabetically gives a nonsensical order. Retyping them in a recognised format fixes it.
When you're entering a large amount of data into a table, select the entire data range first — say A1:D20 — before you start typing. Then use Tab to move across columns and Enter to move down rows. Excel will confine your cursor to the selected range and automatically jump between the columns you've defined. No reaching for the mouse, no accidentally landing outside your table.
Typing numbers with currency symbols or thousand separators directly into cells — like £1,500 or $2,000.00. Excel might store these as text instead of numbers, which means your SUM formulas will ignore them completely and return 0. Always type the raw number — 1500 — and then apply currency formatting separately via the Home tab. Formatting changes how a number looks, not how it's stored.
This trips people up constantly. In Excel there's an important difference between clearing a cell and deleting it.
Clearing removes the content (or formatting, or both) from the cell, but the cell itself stays in place. The row and column structure doesn't change. Press the Delete key on a selected cell to clear its content while keeping any formatting. Right-click a cell and choose "Clear Contents" for the same effect.
Deleting removes the actual cell (or row, or column) from the spreadsheet and shifts everything around to fill the gap. Right-click a cell or row header and choose "Delete" to do this. This is more destructive — use it deliberately.
For most data correction purposes, clearing is what you want. If you want to clear everything including formatting, go to Home tab → Editing group → Clear → Clear All. This is also how you remove those stubborn green triangles that appear when Excel detects something suspicious about your data.
Open Excel and follow these steps to practise everything from this lesson:
A1 and type Name, then press Tab. Type Age, Tab. Type Score, press Enter.A2, type your name, Tab, type 25, Tab, type 88, press Enter. Repeat for 3 more rows.You've just practised entering text, numbers, and dates, editing with F2, checking data types by alignment, using Undo, and inserting a timestamp. All the core skills of this lesson, in one exercise.
🔗 Further Reading — Official & Expert Resources