Spreadsheet Notes
Spreadsheet Notes
Is an application package made up of a grid or array of cells mainly used for business
calculations.
Uses of spreadsheet
(a) Financial and cash flow analysis
(b) Creating business plans
(c) Sales forecasting and analysis
(d) Creating business budgets
(e) Preparing financial statements
Cell
Is an intersection of a row and column
Value
Any numerical entry i.e. data in form of signed digits 0 to 9 inclusive with or without a
decimal point. Values can be manipulated by formulas and are right aligned by default
Example 1: spreadsheet used to calculate selling price, total sales figures etc.
A B C D E F G
1 ITEM COST PRICE MARKUP(60%) SELLING PRICE QUANTITY TOTAL COST TOTAL SALES
2
Example 2: Spreadsheet used to calculate net gross salary, deductions and net
salary of employees at a company
A B C D E F G
1 Employee Basic Allowances Overtime Gross Salary PAYE(21%) NET
Salary SALARY
2
3 JOHN $5000000 $450000 $200000 =SUM(B3:D3) =21% * E3 =E3-F3
4 MARK $6400000 $600000 $140000 =SUM(B4:D4) =21% * E4 =E4-F4
5 SHELLY $4100000 $230000 $400000 =SUM(B5:D5) =21% * E5 =E5-F5
6 SIMBA $9200000 $800000 $238000 =SUM(B6:D6) =21% * E6 =E6-F6
7
8 TOTAL =SUM(E3:E6) =SUM(F3:F7)
9 AVERAGE
=Average(B3:B6) etc