A range of cells can also be given a
single variable name.
Pros and cons of using
named variables
Pros
Makes formulas easier to
understand
A named variable can also reference a
cell in another worksheet without the
formula looking any different
Simple to move a variable to another location
without any formulas being changed
Cons
Can be confusing if you use the
same name in different worksheets
Pick sensible names -
some may be unhelpful
Rules: a set of procedures that must be followed in
order to get the right answer. Can also be a sequence
of events required for the calculation to work.
Formulae: performs calculations using numbers,
addresses of cells and mathematical operators.
Formulas contains functions.
Careful of mistakes i.e. using a named cell that no
longer exists or deleting cells that are being used.
Functions: Standard routine used to perform
common tasks.It represents a complex formula that
uses reserved words such as VLOOKUP and IF.
Performs a specific set of operations on its
input values to produce a single output value.