CH 6 - EXCEL
CH 6 - EXCEL
CH 6 - EXCEL
Excel’s main
screen is called
a “worksheet”.
Each worksheet
is comprised of
many boxes,
called “cells”.
Overview of EXCEL
Microsoft excel consists of
workbooks. Within each workbook,
there is an infinite number of
worksheets
Each worksheet contains Columns
and Rows.
Where a column and a row
intersect is called a cell. For e.g.
cell D5 is located where column D
and row 5 meet
The tabs at the bottom of the
screen represent different
worksheets within a workbook. You
can use the scrolling buttons on
the left to bring other worksheets
into view
Formatting Text
TO REMOVE CONDITIONAL
FORMATTING:
Click the Conditional Formatting command.
Select Clear Rules.
Choose to clear rules from the entire worksheet or
the selected cells.
Conditional Formatting
TO INSERT ROWS:
Select the row below where you want the new row to appear. Click
the Insert command in the Cells group on the Home tab. The row will
appear.
To Insert Columns:
Select the column to the right of where you want the column to
appear. Click the Insert command in the Cells group on the Home tab.
The column will appear.
NB:
1. The new row always
appears above the
selected row.
2. The new column
always appears to the
left of the selected
column.
Sorting
TO SORT IN ALPHABETICAL ORDER:
Select a cell in the column you want to
sort (In this example, we choose a cell
in column Q).
Click the Sort & Filter command in the
Editing group on the Home tab.
Select Sort A to Z. Now the information
in the Category column is organized in
alphabetical order.
TO SORT FROM SMALLEST TO LARGEST:
Select a cell in the column you want to
sort (In this example, we choose a cell
in column Q).
Click the Sort & Filter command in the
Editing group on the Home tab.
Select From Smallest to Largest. Now
the information is organized from the
smallest to largest amount.
Formulas in Microsoft Excel begin with an equal sign.
The equal sign tells Excel that the succeeding
characters constitute a formula. If you don't enter
the equal sign, Excel will treat your entry as text and
the calculation will fail.
After the equal sign, a formula includes the addresses
of the cells whose values will be manipulated with
appropriate operands placed in between. The
operands are the standard arithmetic operators:
Operator Meaning
Example
(+) Addition
=A7+A9
(-) Subtraction
=A7-A9
(*) Multiplication
=A7*A9
ADDITION FORMULAS
To add cells together use the
“+” sign.
To sum up a series of cells, highlight the
cells, then click the auto sum button.
The answer will appear at the bottom of
the highlighted box.
SUBTRACTION FORMULAS
To subtract cells, use the “-”
sign.
DIVISION FORMULAS
•To divide cells, use the “/”
sign.
MULTIPLICATION FORMULAS
•To multiply cells, use the “*”
sign.
Entering Formulas by using the
Point Mode
IF Functions
Date and Time Functions
Math Functions
Random Number Functions
Logical Functions
Text and Information Functions
Count and Database Functions
Statistical Function
Financial Functions
Lookup Functions
IF Functions
Syntax:-
=IF()
A Function Result
5 IF(A1<5,”TRUE”,”FALSE FALSE
”)
2 IF(A2>1,”TRUE”,”FALSE TRUE
”)
7 IF(A3<5,10,20) 20
3
9
4
2
SUMIF Function
Syntax:-
= SUM() =SUMIF()
A A
5 5
1 1
7 7
3 3
9 9
4 4
2 2
Result = Result =
SUM(A1:A7)=31 SUMIF(A1:A7,”<5”)=10
Date and Time Functions
Syntax:-
= SUM()
A
5
1
7
3
9
4
2
Result = SUM(A1:A7)=31
=SUM(A1,A2,A3,A4,A5,A6,A7)=31
Random Number
Functions
The random number tutorials cover the
functions that are used generate random
numbers in Excel.
1)=RAND( ) - returns a random real
number between 0 and 1.
2)=100 * RAND( ) - returns a random
number between 0 and 100.
3) =RANDBETWEEN( 0, 10 ) - generate a
random integer between two supplied
integers.
Logical Functions
A B
test string =LEN( A1 )
test string 2 =LEN( A2 )
Count and Database
Functions
Excel has a number of Count functions
that will total the number of cells in a
selected range that meet certain criteria.
Since each Count function does a slightly
different job the criteria required varies
with the function chosen.
Excel's database functions can be used
to find specific information based on one
or more criteria that you set
COUNT Function
Syntax:-
=COUNT()
A Function Result
5 COUNT(A1:A7) 4
1 COUNTA(A1:A7) 6
COUNTBLANK(A1:A7) 1
=
-
4
2
Statistical Function
0
1 2 3 4 5 6 7 8 9
X- a x i s L a b e l
The Bar Chart is like a Column Chart lying
on its side.
The use of a Bar Chart or Column Chart
depends on the type of data and user
choice.
Line
Line charts can show continuous data over
time on an evenly scaled Axis. The Line Chart is
especially effective in displaying trends
Data values are on the y-axis. X-axis contains
data labels only in terms of time or period. Best
used for showing a trend over a given period of
time
Trends is the general in which something is
developing or changing. Dow Jones Average
Pie
A Pie Chart can only display one series of data.
The data points in a pie chart are shown as a
percentage of the whole pie.
Data represented as an area in a circle expressed
as a percentage of a whole.
PERCENT DISTRIBUTION OF HOUSEHOLDS OWNING PETS
Under $12,500
$12,500 to $24,999
$25,000 to $39,999
$40,000 to $59,999