Unit 4 Electronic Spreadsheet Class 9 Notes
Unit 4 Electronic Spreadsheet Class 9 Notes
1. Microsoft Excel
2. LibreOffice Calc
3. OpenOffice Calc
4. Apple Inc. Numbers
1. Tabulation of data.
2. Simple mathematical calculations.
3. Complex calculations using formula and functions.
4. Arranging data in ascending and descending order.
5. Filtering the required data.
6. Check the validity of data.
7. Protection of data using passwords.
8. Saving for future use.
Steps to open LibreOffice Calc in Linux : In Ubuntu Linux, find the Calc icon on
application launcher or search it by clicking on “Show Applications”.
a. Title bar : The Title bar, located at the top, shows the name of the current
spreadsheet. The first created spreadsheet takes the name as Untitled 1, second
is Untitled 2 and so on.
b. Menu bar : Menu bar is located just below the Title bar. It contains the menus
with commands for various tasks.
c. Toolbars :The Calc opens with the Standard and Formatting toolbars at the top
of the workspace by default. These toolbar provide a wide range of common
commands and functions. Placing the mouse cursor over any
icon displays a small box called a tooltip.
e. Rows and columns : The sheet is divided into vertical columns and horizontal
rows. Each sheet can have
a maximum of 1,048,576 (220) rows and 1024 (210) columns. The rows are
numbered as 1,2,3,4,… and columns are numbered as A, B, C, D, …., Z, AA, AB,
AC, …., AZ …
f. Cell and cell address : The intersection of a row and column is called a cell. It is
the basic element of a
spreadsheet. It holds data, such as text, numbers, formulas and so on. A cell
address is denoted by its column (letter) and row number. For example, D4, E9,
Z89 are the valid example of cell address.
g. Active Cell : When we click on a cell it gets selected, and is ready to take data
from the user. This selected or activated cell is called an active cell. It is always
highlighted, with a thick border.
Arrow keys
Move a single cell in arrow direction
(←↑→↓)
Ctrl + Arrow Keys Moves the cell to the end of the data range in a particular direction
Home Moves to column A along the row where the active cell is
The column range is the number of cells spread across the column. The cell
address is represented by single column letter and multiple row number in a
sequence. for example C1 : C6, A9 : A18 etc
The row range is the number of cells spread across the row. The cell address is
represented by single row number with different columns. for example C5 : H5,
A2 : J2 etc.
The row and column range is the number of cells spread across the row and
columns. This range is a matrix with number of rows and number of columns. for
example A3 : G5, D2 : H4 etc.
Entering data : The data to be entered in a worksheet can be the label, values or
formula.
a) Label : Label is the any text entered by using a keyboard. It may combine with
letters, numbers, and special symbols. By default the labels are left aligned.
b) Values : The numerical data consisting of only numbers are called values. By
default values are right aligned.
Exponentiation (^)
Note: Formula starts with „=‟ sign and nothing should be written on the left side of
the equal sign („=‟). If you
forgot to put the „=‟ before the formula, it will be treated as a label.
Steps to insert the column before any column : Position the cursor on any cell of
the column before which you want to insert the column and select Sheet → Insert
Columns → Columns → Columns left
Steps to insert the column after (right side) any column : Position the cursor on
any cell of the column after which you want to insert the column and select Sheet
→ Insert Columns → Columns → Columns right.
Function : Functions are predefined formula in Calc which is used for tasks like
finding the sum, count, average, maximum value, and minimum values for a
range of cells.
Formatting the worksheet : The cell data can be formatted using Format cells
dialog box. The Format cells dialog box can be opened using Format→cells using
the Format menu, or from context menu opened through right clicking the cell.
Shortcut to open this Format Cell dialog box is Ctrl+1. Various options of Format
cell dialog box are shown below.
a) Formatting a range of cells with decimal places : Following are the steps to
format a cell to the required number of decimal places:
d) Formatting a range of cells to display times : Follow the steps below to format
a range of cells to display the time.
e) Formatting alignment of a cell range : Follow the steps below to format the
alignment of range of cells.
Fill handle of a cell : The small black square in the bottom-right corner of the
selected cell or range is called a fill handle.
Electronic Spreadsheet Class 9 Notes
Referencing : Referencing is the way to refer the formula or function from one cell
to the next cell along the row or column. There are three types of referencing.
1. Relative referencing
2. Mixed referencing
3. Absolute referencing
1. Relative referencing : When you drag any formula in any row or column in any
direction, the formula gets copied in the new cell with the relative reference. for
example A1, H15 etc.
2. Mixed referencing : In Mixed Referencing, the $ sign is used before row number
or column name to
make it constant. for example A$5, $C14.
A1 Relative
F45 Relative
D$4 Mixed
$A23 Mixed
$A$2 Absolute
Charts and Graph
Charts and graphs can be powerful ways to convey information to the reader
through a pictorial representation. Open Office Calc offers a variety of different
chart and graph formats for data. Using Calc, customization of charts and graphs
to a considerable extent. This facility enhances the presentation of data in an
effectine manner.
There are various charts graphs representing data through relevant pictorial
representation. The creation and presentation of charts are discussed in the
following sections.
1. Column charts
2. Bar charts
3. Pie charts
4. Area charts
5. Line charts
This type shows a bar chart or bar graph with vertical bars. The height of each bar
is proportional to its value. The x-axis shows categories. The y-axis shows the
value for each category.
Bar Charts
This type shows a bar chart or bar graph with horizontal bars. The length of each
bar is proportional to its value. The y-axis shows categories. The x-axis shows the
value for each category.
Pie Charts
A pie chart shows values as circular sectors of the total circle. The length of the
arc, or the area of each sector, is proportional to its value.
Area charts
An area chart shows values as points on the y-axis. The x-axis shows categories.
The y-values of each data series are connected by a line. The area between each
two lines is filled with a colour. The area chart's focus is to emphasise the changes
from one category to the next.
Line charts
A line chart shows values as points on the y-axis. The x-axis shows categories. The
y-values of each data series can be connected by a line.
Points only - this sub-type plots only points.
Points and lines - this sub-type plots points and connects points of the same data
series by a line.
3-D lines - this sub-type connects points of the same data series by a 3-D line.
Scatter or XY charts
An X-Y chart in its basic form is based on one data series consisting of a name, a
list of x values, and a list of y values. Each value pair (x|y) is shown as a point in a
coordinate system. The name of the data series is associated with the y values
and shown in the legend.