entering and editing data in Excel — XplorExcel tutorial
Lesson 03 Beginner 9 min read

Entering and Editing Data in Excel:
The Beginner's Complete Guide

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.

What You'll Learn

  • The difference between text, numbers, and dates — and why it matters
  • How to type data correctly and avoid the most common beginner mistakes
  • How to edit existing cell content without retyping everything
  • Undo, redo, and how to recover from mistakes instantly
  • Keyboard shortcuts that make data entry fast, smooth, and efficient

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.

Entering and Editing Data in Excel: The Basics You Must Know

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.

Ads loading…

Let's break down each data type so you know exactly what Excel does with your input.

Text (Labels)

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.

Numbers

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 and Times

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.

How Excel Identifies What You Type

Here's a quick reference table showing how Excel interprets different types of input and what you'll see on screen:

What You TypeExcel Stores AsAlignmentUsable in Formulas?
John SmithTextLeftNo (for maths)
1500NumberRightYes
15/04/2025Date (number)RightYes
'007Text (forced)LeftNo (for maths)
=A1+B1FormulaDepends on resultYes

Special Entry Techniques Worth Knowing

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.

How to Edit Data Already in a Cell

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

Ads loading…

Advertisement-X

  1. Select and retype — Click the cell and just start typing. Whatever you type replaces the existing content entirely. Use this when you want to throw away the old value and start fresh.
  2. Press F2 — Puts the cell into Edit Mode, placing the cursor at the end of the existing content. Now you can use arrow keys to navigate within the content, delete characters, or add new text without losing what's already there. This is the most useful editing method — learn it.
  3. Double-click the cell — Does the same as F2. Opens Edit Mode with the cursor placed wherever you clicked inside the cell. Handy with the mouse, but F2 is faster if your hands are already on the keyboard.

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.

Editing in the Formula Bar

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.

Keyboard Shortcuts for Faster Data Entry

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 down
Tab Confirm entry and move one cell to the right
Escape Cancel the current entry — restores the original value
F2 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 back
Ctrl + Y Redo — undoes the undo. Bring back what you just reversed.
Ctrl + D Fill Down — copies the cell above into the selected cell
Ctrl + R Fill Right — copies the cell to the left into the selected cell

Undo and Redo — Your Safety Net

Here'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.

Entering Data Efficiently Across Multiple Cells

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.

Filling a Column

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.

Filling a Row

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.

Entering the Same Data in Multiple Cells at Once

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.

Real-World Situations Where This Matters

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:

📦

The Product Code Problem

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.

📊

The Sales Report Edit

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.

📅

The Date Entry Disaster

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.

💡 Pro Tip

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.

⚠️ Common Mistake

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.

Clearing vs Deleting — They're Not the Same

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.

Try It Yourself

Open Excel and follow these steps to practise everything from this lesson:

  1. Click cell A1 and type Name, then press Tab. Type Age, Tab. Type Score, press Enter.
  2. In A2, type your name, Tab, type 25, Tab, type 88, press Enter. Repeat for 3 more rows.
  3. Click on a name cell, press F2, change the name slightly, press Enter. Notice you edited without retyping.
  4. Click on a number cell, type £500 — notice it aligns left (Excel treated it as text). Press Ctrl + Z to undo, then retype as 500. Notice it aligns right now.
  5. Select any cell, press Delete to clear it, then press Ctrl + Z to bring the value back.
  6. In an empty cell, press Ctrl + ; — the current date appears. Notice it's right-aligned — a proper date number.

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.

Cells, Rows & Columns

Up Next

Basic Formatting in Excel

Next Lesson
Ads loading…

Advertisement-X