Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 1 3 f x A . B C D F M O P Q Question # 3 - VBA User Defined Functions Part A:
A
B
C
D
F
M
O
P
Q
Question # VBA User Defined Functions
Part A: Create a UDF called growann the function will have the following inputs, initial cash flow, discount rate, a growth rate, a number of periods,
growann
Use your function to an swer the following questions on this sheet.
Part B: Create a UDF called gordon div period, the function has the following inputs dividend amount, div, the period where the dividend is paid either today, or next year, a discount rate, and a growth rate,
If the dividend period is then calculate the dividend at time
div div
gordon
Hint: you will need an if statement in your code to account for the dividend period.
Growing Annutiy TVM
You plan to work for years. You initial salary, paid months from today, will be $
Your salary is expected to grow at per year for the next years.
Assuming a discount rate of calculate the present value of your expected future earnings.
Answer
Stock Valuation
XYZ Inc. just paid a dividend of per share. The dividends are expected to grow at per year, forever. The investor requires a rate of return. Calcualte the price per share.
Answer
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started