Functions and Formulas in MS Excel
Functions and Formulas in MS Excel
Functions and Formulas in MS Excel
formulas
In MS Excel
Introduction to
Functions and formulas
MICROSOFT EXCEL HAS MANY CAPABILITIES THAT
MAKE IT SUITABLE FOR USE AS A DATA
MANAGEMENT TOOL.
IT PROVIDE MULTIPLE FEATURES FOR ORGANIZING
AND MANAGING DATA, SO YOU CAN ENSURE THAT
DATA IS ENTERED CORRECTLY AND CALCULATIONS
ANDuse
Excel makes FORMULAS ARE VALID.
of formulas(mathematical
Expressions that you create) and functions
(mathematical expressions that are
already available in excel) to dynamically
Calculate results from the data available in
your
FORMULA BASICS
Formulas in Microsoft Excel begin
with an equal sign. The equal sign
tells Excel that the succeeding
characters constitute a formula. If
you don't enter the equal sign,
Excel will treat your entry as text
and the calculation will fail.
Entering Formulas
After the equal sign, a formula includes the addresses of the cells
whose values will be manipulated with appropriate operands placed
in between. The operands are the standard arithmetic operators:
Operator Meaning
Example
(+) Addition
=A7+A9
(-) Subtraction
=A7-A9
(*) Multiplication
=A7*A9
You can also enter formulas by using the point mode,
where you either click on a cell with your left mouse
button or you use the arrow keys.
You can use the Autosum icon on the standard toolbar, which
automatically adds the contents of a cluster
of adjacent cells.
Select the cell that the sum will appear in that is outside
the cluster of cells whose values will be added.
Click the Autosum button (Greek letter sigma, ).
Highlight the group of cells that will be summed.
Press the Enter key on the keyboard or click the green
check mark on the formula bar.
Function Wizard
You can access all of the available functions in Excel using the
Function Wizard.
Select the cell where the function will be placed and click
the Function Wizard button on the standard
toolbar.
Other ways of starting the Function Wizard are:
Select Function from the Insert drop menu.
Click on the drop down arrow next to the Autosum icon
button.
* You will rst see the commonly used functions in Excel,
and at the bottom of the menu, the
More Functions option.
* Clicking on More Functions will give you an alphabetical and
categorical listing of all available
List of functions
1. IF Functions
Number Functions
Functions
Excel's Text Functions help you manage the text data in your
spreadsheets.
The Information functions tell about the data in a cell or range of
cells. This information includes whether the data is a number, the
formatting applied to the cell, or even if the cell is empty.
7.Count and Database
Functions
Excel has a number of Count functions that will total the number of cells
in a selected range that meet certain criteria. Since each Count function
does a slightly different job the criteria required varies with the function
chosen.
Excel's database functions can be used to find specific information
based on one or more criteria that you set.
8.Statistical Functions
Formulas
An absolute cell reference refers to the same cell, no matter where the formula or function
is copied. In other
words, when a formula or function containing an absolute cell reference is copied to a new
location, the cell
reference is not adjusted.
To create an absolute cell reference, you will need to add dollar signs ($) in front of both
the column
and row identiers for the cell referenced this xes the row AND column.
You can add the dollar signs ($) automatically by using the F4 keyboard shortcut press
the
F4 key once after entering the cell address into the formula or function by typing or by using
the
point mode.
EXAMPLE: When the formula =B7*$C$1 is copied from cell C7 to cell C8, the relative cell
reference
changes B7 to B8, but the $C$1 absolute cell reference remains unchanged.
An absolute cell reference is most often used
when you want to use a constant in a formula
or function.