MS Excel 2 Functions
MS Excel 2 Functions
CHAPTER 2
Learning Objectives
Cell references can indicate particular cells or cell ranges in columns and
rows.
Cell Referencing
With references, the user can use data contained in different parts
of a worksheet in one formula or use the value from one cell in
several formulas.
The user can also refer to cells on other sheets in the same
workbook, and to other workbooks. References to cells in other
workbooks are called links.
Reference types
Relative
references
change as they
are copied.
Absolute
references stay
the same as they
are copied.
Relative Reference
You can apply a name to refer to a cell or a range of cells, rather than
using cell addresses as references. Names provide multiple benefits:
1.Names are more descriptive and easier to remember than cell addresses.
4. When you copy a formula that uses a name, the effect is the same as
using an absolute cell reference.
Rules for Range Names
1. Names can be tip to 255 characters long and can include letters, numbers,
underscores, or periods.
2. The name must begin with either a letter or the underscore character. You
cannot use spaces, commas, exclamation points, or other special characters.
1. Start Excel.
2. Create the above worksheet:
3. Highlight the figures in the Delhi column.
4. Click in the name box at the top of the spreadsheet. The name box
normally contains the address of the current cell.
5. Type Delhi in the name box and press Enter. The range of numbers is
now identified by the name Delhi.
6. Click in the Totals cell for Delhi to select it.
7. Type: =SUM(Delhi)
Using Range Names in Formula
Learning Objectives
Excel includes hundreds of other functions that you can use to calculate results
used in statistics, finance, engineering, Maths, and other fields.
Functions are formulas, so all functions begin with the equal sign (=). After that
is the function name, followed by one or more arguments separated by commas
and enclosed in parentheses:
Example:
= SUM(D6:D11)
Functions
Excel’s functions are grouped into 10 categories
Using Functions
Calculates the
payment for a loan
based on constant
payments and a
constant interest
rate.
Financial Functions
RATE Function
Rounds a supplied
number up or down,
to a specified number
of digits
Mathematical Functions
INT Function
Rounds a supplied
number down to a
whole integer
Mathematical Functions
FLOOR Function
Rounds a supplied
number down to a
supplied significance
Date and Time Functions
Date and Time Functions
DATE Function
Returns an integer
representing the day
of the week for a
supplied date
Statistical Functions
AVERAGE Function
COUNTIF Function
Returns the number
of cells (of a supplied
range), that satisfy a
given criteria.
Statistical Functions
MAX Function
MIN Function
Returns the smallest
value from a list of
supplied numbers
Logical Functions
AND Function
Tests a number of
user-defined
conditions and returns
TRUE if ALL of the
conditions evaluate to
TRUE, or FALSE
otherwise
Logical Functions
IF Function
Tests a user-defined
condition and returns
one result if the
condition is true, and
another result if the
condition is false
Logical Functions
OR Function
Tests a number of
user-defined
conditions and returns
TRUE if ANY of the
conditions evaluate to
TRUE, or FALSE
otherwise
Lookup Functions
LOOKUP Function
Result -
Lookup Functions
VLOOKUP Function
If supplied with a
value from one
column of a table,
vlookup returns the
corresponding value
from another column
Lookup Functions
VLOOKUP Function
Result
Text Functions
CONCATENATE
Function
If a formula is
incorrectly entered in
an Excel worksheet,
an error message is
displayed.
Formula Auditing
The process of
examining a
worksheet for errors
in formulas is referred
to as auditing.
Questions