Spreadsheets Lessson Two
Spreadsheets Lessson Two
CHAPTER SIX
SPREADSHEETS
E-learning
Department of Information Technology
Tutor: Mr. Kevin Osanya (0713665783
2
Lesson Two
OBJECTIVES
Undo mistakes
To undo recent actions one at a time, click Undo next to the save icon.
To undo several actions at once, click the arrow next to Undo button and select from
the list. Microsoft Excel reverses the selected action and all actions above it.
To undo several actions at once, click the arrow next to Undo button on the
standard toolbar and select from the list. Microsoft Excel reverses the selected
action and all actions above it.
Insert rows
1. To insert a single row, click a cell in the row immediately below where you want
the new row. For example, to insert a new row above Row 5,click a cell in Row 5.
To insert multiple rows, select rows immediately below where you want the new rows,
select the same number of rows you want to insert.
Insert columns
1.To insert a single column, click a cell in the column immediately to the right of
where you want to insert the new column. For example, to insert a new column
to the left of column B, click a cell in column B
Bold B
Italic I
Underlined U
4
To apply a different color, click the arrow next to Font Color A and then
click a color on the palette.
2. To change the column width for multiple columns, select the columns
you want to change. Then drag a boundary at the right of a selected column
heading.
3. To change the column width for all columns on the worksheet, click the
Select All button (at the left edge of the borders) and then drag the boundary of
any column heading.
4. To make the column width fit the contents, double-click the boundary to
the right of the column heading
1. Drag the boundary below the row heading until the row is the height you want.
2. To change the row height for multiple rows, select the rows you want to change
then drag a boundary below a selected row heading.
3. To change the row height for all rows on the worksheet, click the Select All button
(at the left edge of the borders) and then drag the boundary below any row
heading.
4. To make the row height fit the contents, double-click the boundary below the row
heading.
Procedure
1. Position the mouse pointer right on the block like mark in the bottom right
corner of the active cell.
2. Click and drag to extend a series.
6.7 OPERATORS
Operators are signs or symbols which specify the type of a calculation that you may
perform in the elements of a formula.
There are four different types of calculation operators i.e.
1. Arithmetic
2. Comparison
3. Text and
4. Reference
ARITHMETIC OPERATIONS
They perform basic mathematical operations e.g. addition, subtraction,
multiplication and division.
COMPARISION OPERATORS
They compare two values then produce a logical value i.e. TRUE or FALSE.
OPERATOR EXAMPLE
= (Equal to) A1=B1
> (Greater than) A1>B1
< (Less than) A1<B1
>=(Greater or equal to) A1>=B1
<=(Less or equal to) A1<=B1
<>(Not equal to) A1<>B1
REFERENCE OPERATORS
OPERATOR EXAMPLES
:(COLON) Range operators which
produces one reference for all the cells B5:B15
between two references.