Class IX Information Technology (Code 402)

Unit 4 : Electronic Spreadsheet

Session 2 : Apply Formula and Functions in Spreadsheet

Learning Objectives

After completing this lesson, students will be able to:

Prerequisite Knowledge

Formula

A Formula is an expression used to perform calculations using numbers, operators and cell references.

Every formula begins with an = (equals) sign.

Examples

Formula Purpose
=10+5 Add two numbers
=25-8 Subtract numbers
=15*6 Multiply numbers
=50/5 Divide numbers
=B2+C2+D2 Add values stored in cells

Arithmetic Operators

Operator Meaning Example
+ Addition =5+4
- Subtraction =8-3
* Multiplication =6*5
/ Division =24/6
^ Power =5^2

Function

A Function is a predefined formula that performs a specific calculation automatically.

Functions make calculations faster, easier and more accurate.

Common Spreadsheet Functions

Function Purpose Example
SUM() Adds numbers =SUM(B2:E2)
AVERAGE() Calculates average =AVERAGE(B2:E2)
MAX() Finds highest value =MAX(B2:E2)
MIN() Finds lowest value =MIN(B2:E2)
COUNT() Counts numeric values =COUNT(B2:E2)

Student Marksheet

Name English Maths Science Computer Total
Aarav 85 92 88 90 ?
Diya 79 84 91 86 ?
Rohan 95 89 94 96 ?

Applying Formulas

Task Formula
Total Marks =SUM(B2:E2)
Average Marks =AVERAGE(B2:E2)
Highest Marks =MAX(B2:E2)
Lowest Marks =MIN(B2:E2)
Number of Subjects =COUNT(B2:E2)

Using AutoFill

Instead of typing the same formula repeatedly, drag the Fill Handle (small square at the bottom-right corner of the selected cell) to automatically copy the formula to other rows.

AutoFill saves time and reduces typing errors.

Classroom Activity

  1. Create the student marksheet.
  2. Enter marks of five students.
  3. Calculate Total using SUM().
  4. Calculate Average using AVERAGE().
  5. Find Highest Marks using MAX().
  6. Find Lowest Marks using MIN().
  7. Use AutoFill to copy formulas.

Practical Activity

Create the following columns:

Name English Maths Science Computer Total Average Highest Lowest

Use appropriate functions to complete all calculated columns.

Points to Remember

Quick Check

  1. What is a formula?
  2. What is a function?
  3. Which function calculates the total?
  4. Which function finds the highest value?
  5. Which function counts numerical values?
  6. Why should formulas begin with "="?

Homework

  1. Create a marksheet of 10 students.
  2. Enter marks in five subjects.
  3. Calculate:
    • Total
    • Average
    • Highest Marks
    • Lowest Marks
    • Number of Subjects
  4. Save the file as Student_Marksheet.ods.

Assessment

Assessment Method Description
Oral Questioning Formula, Function and AutoFill concepts.
Worksheet Complete the marksheet using formulas.
Practical Observation Teacher checks correct use of functions and AutoFill.

Summary

In this lesson, you learned the difference between formulas and functions, used arithmetic operators, applied the SUM(), AVERAGE(), MAX(), MIN() and COUNT() functions, and used AutoFill to efficiently calculate values in a student marksheet.