By the end of this chapter you'll be able to…

  • 1Identify the workbook, worksheet, rows, columns and cells
  • 2Write a cell address correctly
  • 3Use operators and the '=' rule in formulas
  • 4Apply SUM, AVERAGE, MAX, MIN and COUNT
  • 5Sort data and create charts
💡
Why this chapter matters
LibreOffice Calc teaches the spreadsheet — how to store data and calculate with functions like SUM and AVERAGE. Cell address, the '=' rule and the common functions are directly tested book-back content in the TN Class 8 exam and are useful life skills.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Libre Office Calc — Class 8 Science (Samacheer Kalvi)

TN State Board (Samacheer Kalvi) Class 8 Science, Computer Science — Chapter 23. The spreadsheet — storing and calculating with data.


1. About this chapter

This chapter covers LibreOffice Calc — the spreadsheet, worksheet and workbook, cells, rows and columns, entering and formatting data, operators and functions, sorting, and charts.

2. The spreadsheet, cells and cell address

  • LibreOffice Calc is a free spreadsheet program for storing data in a grid and doing calculations.
  • A workbook is the whole file; it contains one or more worksheets. Each worksheet is a grid of rows (numbered 1, 2, 3…) and columns (lettered A, B, C…).
  • A cell is the box where a row and column meet. Its cell address is the column letter + row number, e.g. B3.
  • Merge cells joins two or more cells into one (used for headings); auto-fill generates a series automatically (e.g. 1, 2, 3…).

3. Operators and functions

  • Every formula begins with an "=" sign. Operators include + − * / for arithmetic and the ampersand (&) to join text.
  • Common functions:
FunctionUseExample
SUMtotal of values=SUM(A2:A6)
AVERAGEmean of values=AVERAGE(A2:A6)
MAXlargest value=MAX(A2:A6)
MINsmallest value=MIN(A2:A6)
COUNThow many numbers=COUNT(A2:A6)

4. Sorting and charts

  • Sorting arranges data in ascending or descending order.
  • A chart turns numbers into a picture (bar, column, pie, line) so the data is easier to understand.

5. Worked examples

Example 1. What is the address of the cell in column B, row 3? B3.

Example 2. Which function gives the total of A2 to A6? =SUM(A2:A6).

Example 3. Which symbol begins every formula? The = (equals) sign.

6. Book-back questions (Samacheer Kalvi)

I. Choose the correct answer

  1. The total of a set of values is found using the — (a) SUM / (b) MIN function. Ans: (a) SUM.
  2. The function that returns the smallest value is — (a) MAX / (b) MIN. Ans: (b) MIN.
  3. The character used to join text in a formula is the — (a) ampersand (&) / (b) asterisk. Ans: (a) ampersand.
  4. The function used to count the cells that contain numbers is — (a) COUNT / (b) SUM. Ans: (a) COUNT.
  5. A workbook contains one or more — (a) worksheets / (b) charts. Ans: (a) worksheets.

II. Fill in the blanks 6. The intersection of a row and a column is called a cell. 7. Every formula in Calc begins with the = sign. 8. The address of a cell is its column letter and row number.

III. Answer briefly 9. What is the use of the SUM function? Give an example. 10. What is the purpose of a chart in Calc?

7. Common mistakes

  • Mistake: Forgetting the "=" before a formula. Fix: Every formula must start with =, e.g. =SUM(A2:A6).
  • Mistake: Writing the cell address as row-then-column (e.g. 3B). Fix: It is column letter then row numberB3.
  • Mistake: Using MAX to find the smallest value. Fix: MIN gives the smallest; MAX gives the largest.

8. Quick revision

  • Computer Science Ch 23 · LibreOffice Calc.
  • Workbook → worksheets → grid of rows (numbers) and columns (letters); cell = intersection; address = B3.
  • Formula starts with "="; ampersand (&) joins text.
  • Functions: SUM (total), AVERAGE (mean), MAX (largest), MIN (smallest), COUNT (how many numbers).
  • Sorting orders data; charts visualise it.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Cell address
column letter + row number (e.g. B3)
Intersection of row and column.
Formula rule
every formula begins with '='
& joins text.
Functions
SUM, AVERAGE, MAX, MIN, COUNT
=SUM(A2:A6).
Structure
workbook → worksheets → cells
Rows (numbers), columns (letters).
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Forgetting the '=' before a formula
Every formula must start with =, e.g. =SUM(A2:A6).
WATCH OUT
Writing the cell address as row-then-column (e.g. 3B)
It is column letter then row number → B3.
WATCH OUT
Using MAX to find the smallest value
MIN gives the smallest; MAX gives the largest.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· MCQ
The function that returns the smallest value is ____.
Show solution
MIN.
Q2EASY· MCQ
The character used to join text in a formula is the ____.
Show solution
ampersand (&).
Q3EASY· MCQ
The function used to count cells that contain numbers is ____.
Show solution
COUNT.
Q4EASY· Fill in the blanks
Every formula in Calc begins with the ____ sign.
Show solution
= (equals).
Q5EASY· Answer briefly
What is the use of the SUM function? Give an example.
Show solution
SUM adds up a set of values; for example =SUM(A2:A6) gives the total of the numbers in cells A2 to A6.
Q6EASY· Answer briefly
What is the purpose of a chart in Calc?
Show solution
A chart turns numerical data into a picture (bar, pie or line) so that trends and comparisons are easier to understand.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Computer Science Chapter 23 of Samacheer Kalvi Class 8 Science.
  • Workbook → worksheets → grid of rows (numbers) and columns (letters).
  • Cell = intersection of a row and column; address = column letter + row number (B3).
  • Every formula starts with '='; ampersand (&) joins text.
  • Functions: SUM (total), AVERAGE (mean), MAX (largest), MIN (smallest), COUNT (count numbers).
  • Sorting orders data; charts visualise it.

Tamil Nadu (TNBSE) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 4-6 marks across book-back MCQ, fill-ups and short answers

Question typeMarks eachTypical countWhat it tests
MCQ / Fill13-5Functions, cell address, '=' rule
Short Answer21-2SUM example, charts
Application21Sorting and visualising data
Prep strategy
  • Memorise the five functions and what each returns
  • Practise writing cell addresses (B3)
  • Remember the '=' rule and the ampersand
  • Know what sorting and charts do

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Accounts

Shops and offices keep bills and budgets in spreadsheets.

Data analysis

Functions and charts summarise marks, sales or surveys.

Everyday planning

Timetables and expense trackers are easy in Calc.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Quote =SUM(A2:A6) as a worked example
  2. Write the cell address as column letter + row number
  3. State the '=' rule and the ampersand for text
  4. Match each function to what it returns

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Build a mark sheet that auto-calculates total, average and rank.
  • Choose the best chart type for a given set of data and justify it.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

TN Class 8 Annual ExamMedium
Computer / ICT testsMedium
School unit testsHigh

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

A workbook is the whole Calc file; a worksheet is one grid (sheet) inside it. A single workbook can hold many worksheets.

The '=' tells Calc that what follows is a formula to be calculated, not plain text — without it, the cell just shows the text you typed.
Verified by the tuition.in editorial team
Last reviewed on 3 June 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo