Week 1 Topic 2
Week 1 Topic 2
WEEK 1 LECTURE
Cells are the boxes you see in the grid of an Excel worksheet, like this
one. Each cell is identified on a worksheet by its reference, the column letter
and row number that intersect at the cell's location. It is a combination of rows
and columns.
A cell reference refers to a cell or a range of cells on a worksheet and can be
used in a formula so that Microsoft Office Excel can find the values or data that
you want that formula to calculate.
In one or several formulas, you can use a cell reference to refer to:
1. Data from one or more contiguous cells on the worksheet.
2. Data contained in different areas of a worksheet.
3. Data on other worksheets in the same workbook.
Data Formats
There are 5 data formats in Excel, this formats determine how the
contents of your cell is structured.
They are Number , Alignment, fill, protection and Border
To access the data formats, left click on your cell, scroll your mouse
indicator to format cells, you can then access your cell formats.
Number Formats in Excel
How to Change Number Formats
1. Select a cell or a cell range.
2. On the Home tab, select Number from the drop-down.
3. Select the format you want
Number Formats in Excel
Types of Number Formats
Format Description
General The default number format that Excel
applies when you type a number. For the
most part, numbers that are formatted
with the General format are displayed just
the way you type them. However, if the
cell is not wide enough to show the entire
number, the General format rounds the
numbers with decimals.
The General number format also uses
scientific (exponential) notation for large
numbers (12 or more digits).
Sum Function : The SUM function adds values. You can add
individual values, cell references or ranges or a mix of all three.
Syntax= “SUM(number1,[number2] ,…)” The “number1” and
“number2” are the first and second numeric values to be added.
IRR
IRR is the internal rate of return for a series of cash flows.
Internal rate of return is the rate at which present value of
cash inflows is equal to the present value of cash outflows (ie,
rate at which NPV of the cash flows is Zero). IRR is used to
analyze potential investment decisions.
If IRR is greater than cost of capital the project is value
creating.
If IRR is less than the cost of capital the project is value
destroying.
IRR Syntax= IRR(Values, [Guess])
Financial Functions
PMT
The PMT or payment function helps calculate the loan EMI.
PMT SYNTAX
=PMT(rate,nper,PV,[FV],[type])
Rate is the interest rate for the loan.
Nper is the total no. of instalments.
PV is the present value of the loan
FV is the future value of the loan after the last payment is made.
Financial Functions
NPER
NPER calculates the number of periodic payments (instalments) to be made if the rate of
interest remains constant and the opening and closing balances are known.
This is generally used to calculate the Tenure of the Loan EMI, if the interest rate, Principal
loan amount and outstanding balance at the end of the period and monthly payment is
known.
NPER SYNTAX
=Nper(Rate,PMT,PV,[FV],Type)
Rate is the interest rate for the loan.
PMT is the periodic cash outflow.
PV is the present value of the loan
FV is the future value of the loan after the last payment is made.
Type is the logical value; you should enter 1 if the EMI payment is at the beginning of the
period, or 0 if the EMI payment is at the end of the period. You can also leave it blank. In that
case it will be considered as 0 by excel.
Financial Functions
IPMT function returns the interest payment for a given loan based
on periodic constant payments and constant interest rate.
IPMT SYNTAX
=IPMT(Rate,Per,Nper,PV,[FV],[Type])
Rate is the interest rate for the loan.
Per specifies the period and must be between 1 and NPER.