Spreadsheets
Spreadsheets
Applications of Spreadsheets.
1. Statistical analysis –they can used to compute men, mode, standard deviation as
well as complex statistical analyses.
2. Accounting – they can be used to compute totals, consolidate financial
transactions as well predict future business trends
3. Mathematical and scientific – spreadsheets can also be used to solve arithmetic
and trigonometric problems.
4. Forecasting – a feature known as “What if” analysis is used to make future
predictions.
i. Labels
ii. Values
iii. Formulae
iv. Functions
Labels – any text or alphanumeric characters entered in a cell are viewed s labels.
Labels are used s row or column headings usually to describe the contents of the row or
column. For example, if a column has names of people, the column header can be
NAMES.
Functions – are inbuilt predefined formulas that the user can quickly use instead of
having to create one each time a calculation is to be performed.
Cell Referencing
There are three types of cell referencing:
Relative cell referencing – a relative cell reference changes if the formula is copied to
another cell.
Absolute cell referencing – an absolute cell reference does not change even if the
formula is copied to another cell. An absolute cell reference is made by placing a dollar
sign before the cell reference, e.g. $D$4
Mixed cell referencing – is a combination of relative cell reference and absolute cell
reference, e.g. $A3 or A$3.
Classification of Functions
Mathematical Functions: SUM() – adds all the values in the selected range of cells.
ROUND() – rounds off a number to a specific number of decimal places. SUMIF() –
onditionally adds the specified cells according to set criteria, e.g.
SUMIF(C5:K5,”>=100”). PRODUCT() – multiplies all the values in the arguments.
Logical Functions: IF() - , AND() – returns true if all its arguments are true, or false if
any argument is false, OR() -, NOT() -
Date and Time Functions: TODAY() – returns today’s date, NOW() - , DATE() - ,
Number formats
i. General – general format cells have no specific number format.
ii. Number – used to display of numbers e.g. 253, 10.6 etc.
iii. Currency – for displaying monetary values.
iv. Accounting – lines up the currency symbols and decimal points e.g. $50, Ksh.75.
v. Date – displays date in chosen format.
vi. Time – displays time in chosen format.
vii. Percentage – multiplies the value in a cell with 100 and displays it as %.
b) Filtering – it is a quick and efficient method of finding and working with a subset of
data in a list.
d) Subtotals and Grand totals – the subtotals function is used to summarize a worksheet
list to display grouped subtotals and grand totals.
e) Freeze pane – it is used to freeze a portion of the sheet to keep it visible while you
scroll through he rest of the sheet.
g) Goal seek – is a tool used in What-if Analysis to determine an input value based on a
known output value.
h) Data validation – it ensures that the user does not enter invalid data. An error
message is displayed when the entered data violates the validation rule.
Charts
A chart, also known as graph, is a diagram generated from numerical data on a
worksheet.
Types of Charts: Line chart, Column chart, Bar chart, Pie chart, Scatter chart