Topic 2 - Spreadsheet
Topic 2 - Spreadsheet
(NOTES)
SPREADSHEET (EXCEL)
Is a ledger that lets you enter, edit and manipulate
numeric data. It contains rows and columns.
Types of spreadsheet
1. Manual spreadsheet
2. Electronic spreadsheet
Manual spreadsheet
Is a type of spreadsheet where by entrance of
data are done manually using a pen or
pencil.
Example: A ledger book used by store keeper
An Electronic spreadsheet
Is a type of spreadsheet where by entrance of
data are done electronically using a
computer program. Example: Ms Excel
Sheet
Is a piece of paper with vertical and horizontal line
A worksheet
Is a collection of cells where you keep and manipulate the data
Workbook
Is a collection of worksheets
Row
Is a horizontal arrangement of cells. It labeled with Numbers
Column
Is a vertical arrangement of cells. It labeled with Letters
Cell
Is the intersection between Row and Column
Active cell
Is the cell which is currently on use
Cell Address
This address is used for referencing difference parts of
the worksheet
Label
Text entries on the worksheet are called labels
Formula bar
This is the text box at the top of the screen used to insert
formula
Functions
Is the computing tools used for calculation in a
spreadsheet
Status area
The area on the screen display, which gives information
about the current worksheet
Scrollbar
This allows you to scroll up ,down, left or right to view
your working area
Range
It consists of two cell address separated by a colon.
i.e. A1:A5 this includes cells A1, A2, A3, A4 and A5
Union
It consists of two or more cell address separated by a
comma. i.e. A7, B8, C9 this refers to cells A7, B8 and C9
Ribbon
This is an area at a top of the excel window that help you
to use the program efficiently.
USES/APPLICATION OF SPREADSHEET
1. To prepare government budgets
2. Used for records keeping
3. Used in decision making
4. Prepare statistical data
5. To prepare financial statements
6. To prepare students examination results
7. Create charts for data presentation
8. Spreadsheet act as simple database
AREAS WHERE SPREADSHEET ARE USED
i. Schools: i.e. student grades, class sizes
ii. Sports: i.e. team statistics, future budget
iii. Business: i.e. payroll, product sales
iv. Government: i.e. taxes, census, loans
v. Home: i.e. personal check book, income taxes
Starting spreadsheet
i. Click “Start ” button
ii. Select “all programs”
iii. Click Microsoft office
iv. Select Microsoft office Excel
Ending spreadsheet
i. Click File menu
ii. Select exit button
Data Manipulation
1. * Multiplication
2. / Division
3. + Addition
4. - Subtraction
5. ^ Exponent
FORMULA
=B2+B4
=C5-C12
=B1*B2*B3
=B1/B2
FUNCTIONS
Average =AVERAGE(B1:B5)
Sum =SUM(B1:B3)
Product =PRODUCT(B1,B2,B3)
THREE BASIC TYPES OF DATA
Note: -
All formulas MUST begin with an equal sign (=)
i.e. =C2+B4
=SUM (B4:B10)
NAME PHY MATH TOTAL MINIMUM MAXIMUM AVERAGE GRADE POSITION
JOYCE 70 48
MUSA 65 71
NEEMA 87 98
PETER 18 24
From above find the following:-
a)Total
b)Minimum
c)Maximum
d)Average
e)Grade
f) Position
a) Procedure to find TOTAL
=SUM(D2:G2)
Or
=D2+E2+F2+G2
=IF(D2>=30,”PASS”,IF(D2>=0,”FAIL”))
BASIC FUNCTION AND FORMULA
1. COUNT
It used to counts the number of cells that contain values within a range
2. MODE
It returns the most frequently occurring value in a set of values
=MODE (A10:E10)
3. IF
It return the requested option (REMARK)
5. SUMIF
It add values in the cells specified by a given condition.
=SUMIF (A10:E10,”>50”)
DATA MANAGEMENT
SORTING
Is the process of arranging items according to a certain
sequence
Procedure
1. Clicking column header
2. Select Data
3. Then Sort
DATA FORMATS
GENERAL
General format cells have no specific number format
NUMBER
Used for general display of numbers i.e. 234, 984.46
CURRENCY
For display general monetary value i.e. TSH. 500, KSH. 600 $4900
ACCOUNTING
Lines up the currency symbols & decimal points
DATE
Display time in chosen format
PERCENTAGE
Multiplies the value in a cell with 100 and display it as %
TEXT
Format cells to be treated as text even when numbers are
entered
PAGE PROPERTIES AND PRINTING
1. Page setup include
a) Header and footer setup
b) Selecting a printer
c) Paper layout (page layout)
d) Footnote and Endnotes
e) Header and footer
Page preview
i. Click menu bar
ii. Select print preview
TYPES OF CHARTS
1. Column charts
Show categories along the horizontal axis and value
along the vertical axis
2.Line charts
Category data is distributed evenly along the horizontal
axis, and all value data is distributed evenly along the
vertical axis
3.Pie charts
Show the size of items in one data series. Proportional to
the sum of the items.
4.Doughnut charts
Shows the relationship of parts to a whole
5.Bar charts
Shows comparisons among individual items
6.Area charts
Used to plot change over time and draw attention to the
total value across a trend
7.XY (Scatter) charts
Combines X and Y values into single data points and
shows them in irregular intervals
8.Bubble charts
The size of the bubbles represents the data points in the
data series
9.Stock charts
Show fluctuations in data, like daily rainfall or annual
temperature
10.Surface charts
Useful to find optimum combinations between two sets
of data
11.Rada charts
Compare the aggregate values of several data series
12.Combo charts
Combine two or more charts types to make the data easy
to understand
PRACTICAL QZ
SUBTOTALS
Are calculated with a summary function such as SUM or Average
GRAND TOTALS
Are sum of the subtotal values
ASSIGNMENT 1
1.Enter the following in a worksheet
Procedure:
1. Select a row you want to remain
2. Click view
3. Click freeze panes
4. Select Freeze Top row
5. Ok
2. IF A WORD DOESN’T SEEN CLEAR BECAUSE OF SMALL
COLUMN:-
Procedure:
1. Select Name
2. Right click
3. Format cells
4. Alignment
5. Wrap text
6. Ok
The END