Determine payback period to reach fixed dollar amount.

G

Guest

Here is the situation:

Column A is a unique ID number
Column B is a $ amount
Column C to Column J has 7 monthly $ amounts

I would like to determine in how many months/days it would take for the sum
of the monthly amounts in Column C to J is equal to the $ amount in Column B.
(i.e. all of column C, D, E is 3 months)

If it is not to difficult to figure out days based on 30 day months and
percentages of the amount in given column. (i.e. all of column C half of
column D is 45 days)

Any advice and help is greatly appreciated.
 
R

Ronald Dodge

Without using a running total row for each record, this would be a task that
would pretty much require the creation of a "User Defined Function" or UDF.
I don't know how adapt you are to VBA and it's coding, but here's a link
that will help you get started in that direction.

http://www.ozgrid.com/VBA/Functions.htm#UDFIntro

Ronald R. Dodge, Jr.
Master MOUS 2000
 

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

Top