Admin 07 Jun 2026 13:00

 

Excel Skills Exercises, Entering Formulas & Linking Cells

Introduction

Microsoft Excel is one of the most widely used tools for data analysis, budgeting, reporting, and many other tasks. The foundation of any proficient Excel user lies in three core abilities:

  • Entering formulas quickly and accurately.
  • Understanding relative, absolute, and mixed references.
  • Linking cells across worksheets or workbooks to build dynamic models.

This page walks you through each concept, provides clear examples, and ends with handson exercises you can try right now.

Basic Formula Entry

1. Starting a Formula

All formulas begin with an equal sign (=). After the sign, you can type numbers, cell references, functions, or a combination of these.

Example:
=5+3 returns 8.
=A2+B2 adds the values in cells A2 and B2.

2. Using Functions

Functions are predefined formulas that perform specific calculations. The most common ones include:

FunctionPurpose
SUM(range)Adds all numbers in the range.
AVERAGE(range)Calculates the arithmetic mean.
COUNT(range)Counts numeric entries.
IF(logical_test, value_if_true, value_if_false)Performs a logical test.

3. Understanding Cell References

There are three reference types:

  • Relative (A1) changes when copied.
  • Absolute ($A$1) never changes.
  • Mixed ($A1 or A$1) one part fixed.
Scenario: In cell C2 you have =A2*B2. Copy to C3.
Result: Formula becomes =A3*B3 (relative reference).
Fixing the multiplier: Use =A2*$B$1. When copied, it stays $B$1.

Linking Cells Across Worksheets and Workbooks

1. Linking Within the Same Workbook

To reference a cell on another sheet, type the sheet name followed by an exclamation point.

=Sales!D5 pulls the value from cell D5 on the sheet named Sales.
If the sheet name contains spaces, surround it with single quotes: ='Quarter 1'!B2.

2. Linking to a Different Workbook

The full reference includes the workbook name (in square brackets) and the full path if the workbook isnt open.

=C:\Reports\[Budget2023.xlsx]Summary!C10 Returns the value from cell C10 on the Summary sheet of the file Budget2023.xlsx located in C:\Reports.
When both workbooks are open, Excel shortens the link to: .

3. Updating Links

  • Excel automatically updates linked cells when the source workbook is opened.
  • Use DataEdit Links** (Windows) to change source locations or break links.

Practice Exercises

Try the following tasks in a new workbook. Each exercise builds on the previous one.

Exercise1 Simple Calculations

  1. Enter the numbers 12, 15, 22 in cells A2:A4.
  2. In B2, write =A2*1.08 (add 8% tax). Copy down to B4.
  3. In B6, calculate the total with =SUM(B2:B4).

Exercise2 Absolute References

  1. Place the discount rate 0.10 in cell D1.
  2. In C2, write =A2*(1-$D$1). Copy down to C4.
  3. Notice how the reference to D1 stays fixed while the formula is copied.

Exercise3 Linking Sheets

  1. Create two sheets named Data and Summary.
  2. On Data, fill A1:A5 with any numbers.
  3. On Summary, in B2 type =Data!A3. The value from A3 on Data appears on Summary.

Exercise4 Linking Workbooks

  1. Save the current workbook as Source.xlsx.
  2. Open a new workbook named Target.xlsx.
  3. In Source.xlsx, put the value 250 in cell F5.
  4. In Target.xlsx, in cell A1 type ='[Source.xlsx]Sheet1'!F5. The value 250 appears.
  5. Close Source.xlsx and reopen Target.xlsx. Excel will prompt to update the link click Update.

Exercise5 Using IF with Linked Cells

  1. In Data sheet, column B contains sales figures.
  2. In Summary sheet, column C will show Good if sales 200, otherwise Low.
  3. Enter in C2: =IF(Data!B2>=200,"Good","Low") and copy down.

These exercises illustrate how formulas, references, and links work together to create dynamic spreadsheets.

Tips & Common Errors

  • Press F2 to edit a cell in place. This makes it easier to adjust references without leaving the cell.
  • Use the NAME box. Click the box left of the formula bar, type a cell address (e.g., A1) and press Enter to jump quickly.
  • Watch for circular references. Excel warns you when a formula refers to its own cell directly or indirectly.
  • Keep paths short. Long folder names increase the chance of broken links when files are moved.
  • Use Ctrl+` (grave accent) to toggle formula view. This lets you see every formula at once for auditing.

Common Error Messages

ErrorMeaningFix
#REF!Invalid reference (usually after deleting a referenced cell).Reenter a correct reference or use the Undo command.
#DIV/0!Division by zero.Check divisor cell for zero or use IFERROR to handle it.
#NAME?Excel doesnt recognize text in the formula.Make sure function names are spelled correctly and that text strings are in quotes.
#VALUE!Wrong type of argument (e.g., text where a number is expected).Convert text to numbers or adjust the formula logic.
2026 Excel Skills Hub All rights reserved.

Reference Files For Excel Skills | Exercises | Entering Formulas & Linking Cells
Screenshoot
File Name
excel_exercise4.xlsx

File Size
0.22 MB

File Type
XLSX

File Site
Description
This file is just a reference file for Excel Skills | Exercises | Entering Formulas & Linking Cells. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Excel Skills | Exercises | Entering Formulas & Linking Cells and Reference File Download L...


admin
Admin
2026-06-07 13:00:18

Induced Pluripotent Stem Cells (iPS Cells) and Reference File Download Link


admin
Admin
2026-06-08 11:02:11

Excel Formulas And Functions and Reference File Download Link


admin
Admin
2026-06-07 01:38:06

Excel Financial Formulas and Reference File Download Link


admin
Admin
2026-06-07 18:34:05

**Dry Cleaner Environmental Response Program Cost Detail Linking Spreadsheet** and Referen...


admin
Admin
2026-06-05 06:48:05