0% found this document useful (0 votes)
18 views38 pages

Micosoft Excel 2

The document provides an overview of Microsoft Excel, covering essential topics such as cell referencing, formatting techniques, chart development, and the use of formulas. It includes instructions on how to format rows and columns, insert and delete cells, sort and filter data, and create charts. Additionally, it explains the use of basic and conditional functions, including the IF function, and outlines the next lessons on macros and error codes.

Uploaded by

kdgshantie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views38 pages

Micosoft Excel 2

The document provides an overview of Microsoft Excel, covering essential topics such as cell referencing, formatting techniques, chart development, and the use of formulas. It includes instructions on how to format rows and columns, insert and delete cells, sort and filter data, and create charts. Additionally, it explains the use of basic and conditional functions, including the IF function, and outlines the next lessons on macros and error codes.

Uploaded by

kdgshantie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

Information and Communication

Technology
ICT 100
MICROSOFT EXCEL

10/18/2021 1
Facilitators

Mumderanji James
[email protected]
[email protected]
&
Wilson Lemani
[email protected]
[email protected]

10/18/2021 2
MICROSOFT EXCEL/SPREADSHEET

Indicative Content:
Excel Cell Referencing
Formatting Techniques
Develop Charts
Use Excel Formula
Use and Design Spreadsheet Templates

10/18/2021 3
Formatting Rows and Columns
When formatting rows and columns you can
◦ change the height
◦ choose for your information to autofit to
the cells
◦ hide information within a row or column
◦ un-hide the information.

10/18/2021 4
To format a row or column go to
Format > Row (or Column)
or Home tab then format button for PC, then choose which
option you are going
to use.
The cell or cells that are going to be formatted need to be
selected before doing this.

10/18/2021 5
10/18/2021 6
Insert, Delete Rows, Columns
Home- Cells - Insert, - Insert Sheet Rows.
Home - Cells - Delete:
◦ Delete Cells.
◦ Delete Sheet Rows.
If you are deleting a cell or a range of cells, in
the Delete dialog box, click Shift cells left, Shift cells
up, Entire row, or Entire column.
If you are deleting rows or columns, other rows or
columns automatically shift up or to the left.

10/18/2021 7
Sort, Filter
•Data - Sort & Filter panel, click Sort
•Filter

10/18/2021 8
Charts
A chart, or graph, is a visual representation of a set of data
Select the data source with the range of data you want to
chart
In the Charts group on the Insert tab, click a chart type, and
then click a chart subtype in the Chart gallery

10/18/2021 9
In the Location group on the Chart Tools Design tab, click the
Move Chart button to place the chart in a chart sheet or
embed it into a worksheet

10/18/2021 10
Selecting a Data Source
The data source is the range that contains the data you
want to display in the chart
◦ Data series
◦ Series name
◦ Series values

10/18/2021 11
10/18/2021 12
Moving and Resizing Charts
By default, a chart is inserted as an embedded chart, which
means the chart is placed in a worksheet next to its data
source
You can also place a chart in a chart sheet
In the Location group on the Chart Tools Design tab, click
the Move Chart button

10/18/2021 13
10/18/2021 14
Format your Chart
Layout options are on the Design tab still, on the far
left, just under the File menu:
Click Add Chart Element to see the following drop
down list:

10/18/2021 15
10/18/2021 16
Formulas
Types of data
In each cell there may be the following data types:
◦ Labels -- (text with no numerical value)
◦ Number data (constant values)
◦ Formulas (mathematical equation used to calculate)

10/18/2021 17
10/18/2021 18
Basic Formulas
Formulas are math equations that CALCULATE a value to be
displayed.
You must have an equals sign ( = ) as the first
character in a cell that contains a formula.
The = sign tells excel that the contents of the cell is a
formula
Without the = sign, the formula will not calculate
anything. It will simply display the text of the formula.

10/18/2021 19
Explicit values and cell
references
You can use both explicit values and cell references in
a formula:

◦ Formula with only cell references: =a1*b1

◦ Formula with only literal values: =100/27

◦ Formula with both cell references and literal values:

=a1/100

10/18/2021 20
Absolute and Relative References

By default, all cell references are relative references.


When copied across multiple cells, they change based on the
relative position of rows and columns.
For example, if you copy the formula =A1+B1 from row 1 to row
2, the formula will become =A2+B2.
Relative references are especially convenient whenever you need
to repeat the same calculation across multiple rows or columns.

10/18/2021 21
Absolute references

There may be times when you do not want a cell reference


to change when filling cells.
Absolute references do not change when copied or filled.
You can use an absolute reference to refer to the same cell.
An absolute reference is signed by the dollar sign.
($)

10/18/2021 22
10/18/2021 23
Basic Math Functions
multiply, divide, add and subtract.

10/18/2021 24
Functions
Conditional Formatting
Colour Scales - More Rules
Clear Rules – From entire sheet
Format only cells that contain…
◦ Less than 50
◦ Format button.
◦ Fill tab and choose a colour.

10/18/2021 25
10/18/2021 26
10/18/2021 27
Functions

A formula is an expression which calculates the value of a


cell.
Functions are predefined formulas and are already available
in Excel.
Most often used functions:
◦ SUM
◦ AVERAGE
◦ COUNT
◦ MAX, MIN

10/18/2021 28
Entering a Function 1.
Next to the formula bar, you'll see an FX button. This is
the Formula Wizard:
When you click the FX button, you'll see the Insert
Function dialogue box appear:

10/18/2021 29
10/18/2021 30
Entering a Function 2.
The second way to enter a Function in Excel is through
the panels on the Ribbon.
Click inside cell B9 on your spreadsheet. This is where
we'll place the Average for the cells A1 to A8.
Click the Formulas menu at the top of Excel

10/18/2021 31
Locate the Function Library panel.
As you can see, in Excel functions are split into categories. The Average
function is in a few places. The easiest way to use Average is with
AutoSum. Click the down arrow on AutoSum to see the following:

10/18/2021 32
AVERAGE
When you click the FX button, you'll see the Insert
Function dialogue box appear:

10/18/2021 33
10/18/2021 34
TRUE, FALSE, IF function
The IF function allows you to make logical comparisons
between a value and what you expect.
IF(Something is True, then do something, otherwise do
something else)

10/18/2021 35
So an IF statement can have two results. The first result
is if your comparison is True, the second if your
comparison is False.
TRUE and FLASE is automatically calculated by Excel:
=A1=B1 - if the cells contain the same value  TRUE, - if
the cells contain different value  FALSE

10/18/2021 36
10/18/2021 37
NEXT LESSON
Use Excel Macros
Understand Common Excel Error Codes
Print Worksheets
Protect excel file

10/18/2021 38

You might also like