Elements of Spreadsheets (2)
Elements of Spreadsheets (2)
SPREADSHEETS ..................................................................................................................................................................................2
Examples: ......................................................................................................................................................................................2
Application Areas: .........................................................................................................................................................................3
Terms .............................................................................................................................................................................................4
COMPONENTS OF A SPREADSHEET ...............................................................................................................................................6
CELL DATA TYPES ...........................................................................................................................................................................6
Examples :
1. Visicalc
2. Supercalc
3. Multiplan
4. Lotus 123
5. Ms-Excel
Application Areas:
1.Data management – sort,
filter, charts, subtotals & totals
functions
2.Statistical analysis of data
using formulae and functions
3.Forecasting – prediction
(Using What if analysis tool)
4.Accounting – prepares various
financial statements
5.Scientific application –
analysis of experimentation
data
Terms
1. Workbook –main file in a
spreadsheet package
2. Worksheet – is grid of rows
and columns where data
entries are made
3. Cell Pointer – a thick outline
that emphasizes the currently
active cell
4. Cell address – identifier of a
cell consisting of column letter
and row number
5. Name box – space where
the address of the active cell
appears
6. Formula bar – space where
content of the active cell
appears
COMPONENTS OF A SPREADSHEET
1. Worksheet – grid of rows and columns
where data entries are made
2. Database – the collection of data entered
onto the worksheet
3. Chart/Graph – pictorial representation of
part or entire data on a worksheet
B] Statistical functions
1. Average –calculates the mean
=Average(A1:H1)
2. Max – returns the highest value in a
range
=Max(B1:B100)
3. Min – returns the lowest value from a
range
=Min(B1:B100)
4. Mode – returns the most recurring
value
=Mode(A1:A100)
5. Count – returns the number of cells
that have values
=Count(A1:A100)
6. CountA – counts all non-blank cells
=CountA(A1:A100)
7. Rank – it will compare the weight of a
given value against the weight of others
and returns its position in weightage.
=Rank(A1,A$1:A$56,0)
C] Logical functions
1. Sumif –adds values that meet a given
condition
=sumif(A1:A20,”>=10000”)
2. COUNTIF – Counts values that meet a
given condition eg
=Countif(A1:A120,”>=10000”)
3. AVERAGEIF – Calculates the mean of
values that meet a given condition
=averageif(A1:A20,”>=10000”)
=NOT(4+7=11)
Returns FALSE