Lesson 4.2
Lesson 4.2
Why has the spreadsheet become so popular? The reasons lie in the features
known as formulas, functions, recalculation, and what-if analysis.
• Formulas: Formulas are instructions for calculations; they define how
one cell relates to other cells. For example, a formula might be =
A5+A15), meaning “add the numbers in the cells with cell addresses A5
and A15.”
• Functions: Functions are built-in formulas that perform common
calculations. For instance, a function might average a range of numbers
or round off a number to two decimal places.
• Cell referencing: Cell addresses can also be typed in the formula bar.
The application will consider the value contained within the particular
cell address. There are two types of cell referencing: relative
referencing and absolute referencing. Relative referencing adjusts the
cell addresses as you are dragging the auto-fill handle while filling in
certain cells. On the other hand, absolute referencing locks on to the
particular cell address as you are filling in the cells. This is done by
inserting the dollar sign ($) in the cell address, as in, $A$1, $B$25, and
$F$4.
• Recalculation: After the values have been entered into the worksheet,
the formulas and functions can be used to calculate outcomes.
However, what was revolutionary about the electronic spreadsheet was
its ability to easily do recalculation. Recalculation is the process of
recomputing values, either as an ongoing process as data is entered or
afterward, with the press of a key. With this simple feature, the hours of
mind-numbing work required to manually rework paper spreadsheets
has become a thing of the past.
• What-if analysis: The recalculation feature has opened up whole new
possibilities for decision making. In particular, what-if analysis allows
the user to see how changing one or more numbers changes the
outcome of the calculation. That is, you can create a worksheet, putting
in formulas and numbers, and then ask, “What would happen if we
change that detail?”–and immediately see the effect on the bottom line.
Worksheet Templates. You may find that your spreadsheet software makes
worksheet templates available for specific tasks. Worksheet templates are
forms containing formats and formulas custom-designed for particular kinds of
work. Examples are templates for calculating loan payments, tracking travel
expenses, monitoring personal budgets, and keeping track of time worked on
projects. Templates are also available for a variety of business needs –
providing sales quotations, invoicing customers, creating purchase orders, and
writing a business plan.
Multidimensional Spreadsheets. Most spreadsheet applications are
multidimensional, meaning that you can link one spreadsheet to another. a
three-dimensional spreadsheet, for example, is like a stack of spreadsheets all
connected by formulas. A change made in one spreadsheet automatically
affects the other spreadsheets.
Working with Formulas and Functions
When filling cells, there will be occasions when you do not want a cell reference
to alter. Unlike relative references, when copied or filled in, absolute references
do not change. To hold a row/column constant, place a dollar sign preceding
the row or column that you want to stay the same, as in $A$2, A$2, or $A2.
Functions
Formulas tend to have limited capability when performing the more advanced
computations. Such advanced computations can be simplified by the use of
functions. Electronic spreadsheets come with a set of functions that needs
parameters in order for it to perform the computation. For example, instead of
using a formula to computer for the sum of multiple numbers, one can simply
use the sum function which produces the same result. In Figure 3, the SUM
function needs numbers separated by a comma in order to calculate the sum
of these numbers. Different functions require different sets of parameters. For
example, the IF function requires three parameters separated by a comma.
The first one is a logical expression that will be evaluated. When the logical
expression is true, the second parameter will be shown on the cell. But when
the expression is false, the third parameter will be reflected. Cell referencing
can also be used together with functions which makes it all the more powerful.
Figure 4. Bar charts, line graphs, and pie charts are used to display numbers in graphical form.