As Level IT Chapter 8
As Level IT Chapter 8
Spreadsheets
Definitions
Absolute Referencing: This is used when a cell reference shouldn’t change when the
formula/function is copied to other cells. A $ symbol is used.
Functions
DATE Calculates the date from a given year, month and =DATE (A1, B1, C1)
day.
TIME Calculates the time from given hours, minutes and =TIME (A1, B1, C1)
seconds.
VLOOKUP Searches for a value in a table and returns a value =VLOOKUP (A1, B1:C4,
from the same row. FALSE)
HLOOKUP Searches for a value in a table and returns a value =HLOOKUP (A1, B1:C4,
from the same column. FALSE)
IF Executes one function or the other based on the =IF (A1 = 1, “hi”, “bai”)
value of a cell.
COUNTA Counts the number of cells that are not empty in a =COUNTA (A1:A10)
range.
COUNTIF Counts all values within a range that meets a =COUNTA (A1:A10, “Yes”)
certain criterion.
SUMIF Adds up all values within a range that meets a =SUMIF (A1:A10, “>0”)
certain criterion.
Modelling
A model is a computer representation of a real-world process, created using mathematical analysis.
Spreadsheets can be used to create computerised models, but custom-written solutions are also
used to model specific purposes. Models are usually used to train people to use equipment and for
forecasting. Training employees using real-world equipment can be costly and dangerous, and
changes should be tested in a model before applying them to the real world.
Simulations
A simulation is the use of a computerised model to predict how a real-life system might behave.
They are also used for training and forecasting. Typical simulations include natural disaster planning,
pilot training, car driving and nuclear science research.
Advantages:
It is not necessary to create expensive prototypes or the real thing in order to experiment with
different variations.
Unusual events (e.g., earthquakes) can be tested without needing to wait for them to actually
happen.
Equipment does not suffer from wear and tear and there is no risk of damaging it during testing.
Simulations can be sped up so that the results from slow processes can be obtained quickly.
Disadvantages:
The effectiveness and reliability of a simulation highly depends on the underlying model.
Complex models can take years to develop, especially for complicated processes.