NIELIT CCC — Revision 3
Chapter 4: Spreadsheet
Learn to create, organise, calculate, and visualise data using LibreOffice Calc / MS Excel. Master cells, formulas, functions, charts, and data tools.
4 hrs Theory + 8 hrs Lab
Chapter 4 of 9
15 MCQs included
Spreadsheet screen layout
C5
fx
=SUM(C2:C4)
|
A | B | C | D | E |
| 1 | Student | Subject | Marks | | |
| 2 | Rahul | Maths | 85 | | |
| 3 | Priya | Science | 92 | | |
| 4 | Amit | English | 78 | | |
| 5 | | Total | =SUM(C2:C4) | | |
| 6 | | Average | =AVERAGE(C2:C4) | | |
▲ Cell C5 is selected — its formula =SUM(C2:C4) appears in the Formula Bar above the sheet. Rows are numbered, columns are lettered (A, B, C…).
Key concepts
Cells & addresses
- A cell is the intersection of a row and column
- Cell address = Column letter + Row number (e.g. B3)
- Active cell is highlighted with a green border
- A range is a group of cells (e.g. A1:D5)
- Columns are letters (A–Z, then AA, AB…), rows are numbers
Data types in cells
- Text — labels like names, headings
- Number — integers, decimals
- Date — 01/06/2024, June 1 2024
- Formula — starts with = sign
- By default: text aligns left, numbers align right
File operations
- Default format: .ods (LibreOffice Calc)
- Also save as .xlsx (Excel), .csv, .pdf
- Page Setup: margins, orientation, paper size
- Print: select sheet, range, or workbook
Cell formatting
- Font, size, bold, italic, underline
- Cell background & text colour
- Alignment: left, right, centre, wrap text
- Number format: currency, %, date, decimal
Cell manipulation tools
AutoFill
- Type 1, 2 → select both → drag fill handle
- Auto-completes series: Mon, Tue… or Jan, Feb…
- Also copies formulas down/across a range
Sort & Filter
- Sort: A→Z (ascending) or Z→A (descending)
- Sort by multiple columns (primary, secondary key)
- Filter: show only rows matching a condition
- AutoFilter adds dropdown arrows to column headers
Sort example
Before sort (Marks)
85
92
78
95
67
→
After sort (ascending)
67
78
85
92
95
→
After sort (descending)
95
92
85
78
67
Freeze panes
Freeze Panes keeps selected rows or columns visible while you scroll through a large sheet. Useful when your data has many rows and you want the heading row always visible.
Menu: View → Freeze Rows and Columns
| A | B | C |
| 1 | Name | Dept | Salary |
| 2 | Rahul | HR | 35000 |
| 3 | Priya | IT | 42000 |
| 4 | Amit | Sales | 29000 |
Row 1 (heading) is frozen — green line shows the freeze boundary
Charts
Bar / Column chart
Compare values across categories (e.g. sales by month)
Pie chart
Show parts of a whole (e.g. market share %)
Line chart
Show trends over time (e.g. temperature over a week)
Sample bar chart — marks of 4 students:
Step 1: Select data range
→
Step 2: Insert → Chart
→
Step 3: Choose chart type
→
Step 4: Click Finish
Important shortcut keys
New spreadsheetCtrlN
Open fileCtrlO
SaveCtrlS
PrintCtrlP
CutCtrlX
CopyCtrlC
PasteCtrlV
UndoCtrlZ
RedoCtrlY
Select allCtrlA
BoldCtrlB
Find & ReplaceCtrlH
Go to cellCtrlG
AutoSumAlt=
Insert row/colCtrl+
Delete row/colCtrl-
Move to last cellCtrlEnd
Move to first cellCtrlHome