Class IX Information Technology (Code 402)

Unit 4 : Electronic Spreadsheet

Session 4 : Understand and Apply Referencing

Learning Objectives

After completing this lesson, students will be able to:

Prerequisite Knowledge

What is Cell Referencing?

A Cell Reference is the address of a cell that is used in a formula. Instead of typing numbers directly into a formula, spreadsheets use cell references so that calculations update automatically whenever the data changes.

Example: =B2+C2+D2 Here, B2, C2 and D2 are cell references.

Types of Cell References

Reference Type Notation Description
Relative Reference A1 Changes automatically when copied.
Absolute Reference $A$1 Row and column remain fixed.
Mixed Reference $A1 or A$1 Either the row or the column remains fixed.

1. Relative Reference

A relative reference changes automatically when a formula is copied to another cell.

Original Formula Copied Down One Row
=B2+C2 =B3+C3
Relative references are used when the same calculation is required for multiple rows or columns.

2. Absolute Reference

An absolute reference always points to the same cell, even when the formula is copied.

Original Formula Copied Formula
=B2*$F$1 =B3*$F$1
The dollar sign ($) locks both the row and the column.

3. Mixed Reference

Reference Meaning
$A1 Column A remains fixed while the row changes.
A$1 Row 1 remains fixed while the column changes.

Mixed references are useful when copying formulas across both rows and columns.

Comparison of References

Reference Column Fixed Row Fixed
A1
$A$1
$A1
A$1

Example: GST Calculator

Suppose the GST rate (18%) is stored in cell F1.

Item Price GST
Notebook 100 =B2*$F$1
Pen 50 =B3*$F$1

Using $F$1 ensures that the GST rate remains fixed while copying the formula.

Using AutoFill with References

  1. Enter the formula in the first row.
  2. Select the cell.
  3. Drag the Fill Handle downward.
  4. Observe how relative references change automatically.
  5. Notice that absolute references remain unchanged.

Classroom Activity

  1. Create a worksheet containing the prices of five products.
  2. Store the GST rate in a separate cell.
  3. Use an absolute reference to calculate GST.
  4. Use AutoFill to copy the formula for all products.
  5. Observe the difference between relative and absolute references.

Practical Activity

Product Price GST Rate GST Amount
Notebook 100 18% ?
Pen 50 18% ?
Pencil 20 18% ?
Eraser 15 18% ?
Geometry Box 250 18% ?

Use $F$1 (or another appropriate cell containing the GST rate) as an absolute reference.

Points to Remember

Quick Check

  1. What is a cell reference?
  2. What is the difference between relative and absolute references?
  3. Which symbol is used to create an absolute reference?
  4. What does $A1 represent?
  5. What does A$1 represent?
  6. Why is absolute referencing useful in GST calculations?

Homework

  1. Create a worksheet containing the prices of ten products.
  2. Store the GST rate (18%) in a separate cell.
  3. Calculate the GST amount for every product using an absolute reference.
  4. Write two examples each of:
    • Relative References
    • Absolute References
    • Mixed References
  5. Save the file as GST_Calculator.ods.

Assessment

Assessment Method Description
Oral Questioning Types of cell references and their uses.
Worksheet Create formulas using appropriate references.
Practical Observation Teacher observes correct use of relative, absolute and mixed references.

Summary

In this session, you learned how cell references make spreadsheet calculations dynamic and efficient. You explored the three types of references—relative, absolute and mixed—and applied them while creating formulas. Understanding referencing is essential for building accurate and reusable spreadsheets.