Harlan - or anybody good at math

D

Duke Carey

Is there a way to streamline this calculation??

From a cohort's spreadsheet:

Given a series of varying interest rates by month

AR = annualized rate each period
MR = AR/12
CF = monthly cash flow

Col1........................................Col2
CF1/(1+MR1)............................CF1*AR1/(1+MR1)
CF2/(1+MR1)(1+MR2)...............CF2*AR2/(1+MR1)(1+MR2)
etc

Desired answer is: Sum(Col2)/sum(Col1)

If AR is fixed for all months, this simply returns the static rate.

The denominator in each month is identical for both columns, as is the CF
component in the numerator. It sure seems to me that there ought to be a
way to simplify the calculations in the event the rates vary by month. Is
there?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top