0% found this document useful (0 votes)
23 views22 pages

Fin Mod-3

Financial mod ch3

Uploaded by

melkamukebede285
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views22 pages

Fin Mod-3

Financial mod ch3

Uploaded by

melkamukebede285
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Unit Three:

Excel Fundamentals: Formulas for


Models in Finance
Keyboard over the mouse
• Professionals use the keyboard over the
mouse to
– Save time
– Move around more easily
• Professional trainings unplug your mouse
(Challenge yourself to unplug or not use
key board)
• Slower in short run; much faster in long
run.
Excel Layout Workbook
Excel Layout
61 • • Book1 - Excel Sign in til - D X

File Insert Page Layout Formulas Data Review View = Tell me what you want to do R-Share
A. A. General J.;:Conditional Formatting • t-i n s e r t . L . T ·

,
Arial Narrow • 11 -
-
$ . %
b
..I Format as Table • £>(Delete . [_i'l· P·
B J U· . -
.
+ + w - 0 .00
.00 +.o
' C e l l Styles· [!'.'Format· .
Clipboard r. Font r, Alignment r, Number r; Styles Cells Editing A

A1 X fx V

A B C D E F G H J K L M N 0 p (·
1 L-I_ ,.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Worksheet
J ] Sheet1

I JI - + 100%
Excel Layout
bf • • Book1 - Excel Sign in Eil - □ X

File Insert Page Layout Formulas Data Review V,ew : Tell me what you want to do R-Share
General Conditional Formatting • =
a, Insert ..
Arial Narrow • 11 A -
-
$. % ..:" Format as Table • £XOelete •
B I + - >•
. ..I- ,
f- .0
.o o + . o
.0 0 ' C e l l Styles· Format·

Font r. Alignment r. Number r. Styles Cells Editing

A1 Jx V

C D E F G H K L M N 0 p
1 l .l
! Cell name
5
6
7
8
9
10
11
12
13
14
15
16
17
] Sheet1
1
(±)
Ready lil flI' - + 1()()%
Excel Layout
bl • • Book1 - Excel Sign In IE - □ X

- File

Paste
'.j '(
Insert

Arial Narrow

B I u.
• 11
Page Layout

A.
.
i.
-
Formulas

-
Data

+ +
Review

E,ti

' A + . ' o
View : Tell me what you

General
$. %
.00 '
nt towa
. T,
do

Co
nditional Formatting •
" ' Fo
rmat as Table •
..,...Ce
= Insert
C Z J

£XDelete
. L.T·
,. T · P·
.
R.Share

ll Styles • j;1Format •

:
Clipboard .00 -0 571 Ell
r. f21 5 ii
A1

1I
A

B
I X

e
., Jx
6 g p
tr:
A k
L AA M a
§:

2
3
4
5
6
Formula bar
7
8
9
10
11
12
13
14
15
16
17
1Sheet1 ®
1

Ready mJ -
Excel Layout
Ribbon
□ X
Book1- Excel .>4- Share
1F,,i1le Home •
Insert • Page Layou Data Review View • ~ Tell me what you want to do

General Conditional Formatting

' .
Arial Narrow • 11 ·A i. - 5+'
E l

$. % J Format as Table • £XDelete •


Paste B J + +- 'A' E-.0 .00 C e l l Styles· F ...,.,..
o rmat·
.00 +.o
Clipboard r. Font r. Alignment r. Number r. styles cells Editing A

A1 Jx V

A B C D E F G H K L M N 0 p ( ...
1 .._1 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
] Sheet1

Ready
EXCEL BASICS
A. WHAT IT CONTAINS:
1. Title Bar: At the Top
2. Tool Bar: Second from the Top
3. Ribbon: Shows items under each Tool Bar
4. Address Bar: Shows Row and Column Numbers of Address
5. Formula Bar: Shows Typed Formula
6. Columns: From Left to Right (Shows A, B, C…Columns)
7. Total Number of Possible Columns: 16,384
8. Rows: From Top to Down (Shows1,2,3…Rows)
9. Total Number of Possible Rows: 1.48576 Millions
10. Sheets: It is work sheet where work can be done
11. Total number of Possible Sheets: 256
B. Working Tips:
1. For Creating a New Column:
Select/: Home->Insert->Insert Column
2. For Deleting a Column:
Select/: Home->Delete-> Delete Column
3. For Creating a New Row:
Select/: Home->Insert->Insert Row
4. For Deleting a Row
Select/: Home-> Delete->Delete Row
5. Creating a Worksheet with No Lines:
Select/:View->Untick Gridlines (To undo it Tick Gridlines)
6. Freezing or Locking Cells in Excel when Scrolling:
a. Select the Cell and Rows which is needed to keep visible when you scroll.
b. Select/: View->Freeze Panes->Freeze Panes ( To Unfreeze Click Unfreeze)
7. To Fill Color in the Cells:
Press: CTRL+SHIFT+F
BASICS - FORMULAS
1. All formulas in excel starts with natation: = (Equal To)
2. To Copy: CTRL+C
3. To Cut: CTRL+X
4. To Paste: CTRL+V
5. To Find and Replace: CTRL+H
6. For Summation: =sum(starting cell:ending cell)
7. For Averaging: =average(starting cell:ending cell)
8. Use of %Command: Example: =42/50 and press return. Will get 0.84. On the
Home Tab click%. Will get 84%.
9. For Grouping of Row and Columns:
a. Select Row or Columns or Cells to be grouped.
b. Go to: Data>Outline>Group>Group (For un-grouping click ungroup)
c. SHORT CUT COMMANDS: ALT+SHIFT+-> (To Create Group);
ALT+SHIFT+-< (To Un-Group)
10. To Fill Color in Cells: CTRL+SHIFT+F
11. Present Value of Annuity:
=pv(rate,nper,pmt[fv],[type])
Here,
Rate = Interest Rate per Period.
Nper = Total number of payment periods in an annuity.
Pmt = The amount paid in each period.
FV = Future Value of Cash.
Type = “0” For payment made at the end of each period.
“1” For payment at the beginning of the period.
12. Future Value of Annuity:
=FV(rate,nper,pmt,[pv],[type])
here,
Rate = Interest Rate per Period.
Nper = Total number of payment periods in an annuity.
Pmt = The amount paid in each period.
PV = Present Value of Cash. (Either Pmt or PV is required)
Type = “0” For payment made at the end of each period.
“1” For payment at the beginning of the period.
13. Net Present Value( NPV):
=NPV(rate, value1,[value2]…….)
Here,
Rate = Rate of Discount.
Value1 = Value 1 is a must. Value2,3,…..254 are
optional.
14. Internal Rate of Return (IRR):
=IRR(values, [guess])
Here,
Values = A reference to cells that contain
numbers for which IRR is required.
Guess = It is not compulsory. But any guess
which is near to IRR may be put here.
CASE-1: ON INCOME STATEMENT MODEL
A Corporation has provided summarized two years historical financial information from its Income
Statement (In $ Million):
ITEMS 2020 2021
Revenue 150000 165000
COGS 67500 74250
SG&A 16500 18150
Depreciation 6600 7260
Interest 1000 1000
Taxes 17520 19302
Required:
1. Prepare a Model to forecast five years Earning After Tax (EAT) and Cash Inflow.
2. Show possible ratios.
Assumptions:
1. Revenue will grow with same ratio as in 2021.
2. COGS has a history of bearing constant ratio to Revenue.
3. SG&A is expected to increase by $1850M in 2022 and will remain same for another four years.
4. Depreciation is expected to be 5% of Revenue.
5. Interest payment will not change.
6. Tax rate is 30%
Layout and structure is the most important part of financial modeling and analysis
(What separates great work from the rest?)

Clean formatting

Easy to follow and understand Easy to audit

Dynamic Detailed

Accurate Easy to make changes


…….End of Unit-3

You might also like