PC Review


Reply
Thread Tools Rate Thread

How to calculate a pay-back period by the accumulated cash-flow automatically?

 
 
Dmitry Kopnichev
Guest
Posts: n/a
 
      15th Jul 2005
Hello
How to calculate a pay-back period by the accumulated cash-flow
automatically? How to count number of negative values in a row range? How to
count ratio of a first positive value to module of the last negative value
automatically?

 
Reply With Quote
 
 
 
 
Dave O
Guest
Posts: n/a
 
      15th Jul 2005
Questions 1 and 2 are related: if you calculate payback by counting
months where cumulative cash flow is less than zero, you can use this
formula to count negative values in a range:
=COUNTIF(A1:L1,"<0")
.... where months 1 - 12 are in A1:L1. You may need to extend this
range if your timeline requires it. Also, add 1 to this figure to
reflect the first positive month.

Does question 3 refer to first positive month number, or the first
positive cumulative cash flow?

 
Reply With Quote
 
=?Utf-8?B?QXNoaXNoIE1hdGh1cg==?=
Guest
Posts: n/a
 
      18th Jul 2005
Hi,

I assume that you actually want to add the negative values and positive
values seperately. To compute the sum of negative values and positive
values, use the sumif funtion.

Regards,





"Dmitry Kopnichev" wrote:

> Hello
> How to calculate a pay-back period by the accumulated cash-flow
> automatically? How to count number of negative values in a row range? How to
> count ratio of a first positive value to module of the last negative value
> automatically?
>
>

 
Reply With Quote
 
=?Utf-8?B?RGltYQ==?=
Guest
Posts: n/a
 
      18th Jul 2005
Thanks for your formula.
Question 3 refers to the first positive cumulative cash flow.
Adding 1 to this figure to reflect the first positive month increases a
pay-back period because the pay-back point is somewhere during the first
positive month, not at the end of the month.
"Dave O" wrote:

> Questions 1 and 2 are related: if you calculate payback by counting
> months where cumulative cash flow is less than zero, you can use this
> formula to count negative values in a range:
> =COUNTIF(A1:L1,"<0")
> .... where months 1 - 12 are in A1:L1. You may need to extend this
> range if your timeline requires it. Also, add 1 to this figure to
> reflect the first positive month.
>
> Does question 3 refer to first positive month number, or the first
> positive cumulative cash flow?
>
>

 
Reply With Quote
 
=?Utf-8?B?RGltYQ==?=
Guest
Posts: n/a
 
      18th Jul 2005
Thanks for your funtion, but I want to count a number of the negative values.
How to calculate the pay-back time (poin) during the first positive value?
"Ashish Mathur" wrote:

> Hi,
>
> I assume that you actually want to add the negative values and positive
> values seperately. To compute the sum of negative values and positive
> values, use the sumif funtion.
>
> Regards,
>
>
>
>
>
> "Dmitry Kopnichev" wrote:
>
> > Hello
> > How to calculate a pay-back period by the accumulated cash-flow
> > automatically? How to count number of negative values in a row range? How to
> > count ratio of a first positive value to module of the last negative value
> > automatically?
> >
> >

 
Reply With Quote
 
Dave O
Guest
Posts: n/a
 
      18th Jul 2005
You could determine the point during the month if you have weekly or
daily data to use in the calculation. Or if, for example, the first
cash positive month is month 8, how about
(cum. cash flow month 8) / (revenue month 8)
That would return a fraction of month 8, but it assumes that daily or
weekly revenue streams are even.

Just a heads up: this "count the negative months" logic is correct, up
to a point, but it may mislead your audience. Since cumulative cash
flow can swing from negative to postive and back to negative,
particularly if there are capital expenditures in the outmonths, anyone
who reads your report may assume that there are an unbroken number of
cash negative months followed by an unbroken number of cash positive
months, which is not necessarily the case. This is difficult for
non-finance types to understand, and you may need to explain that to
your audience.

 
Reply With Quote
 
=?Utf-8?B?RGltYQ==?=
Guest
Posts: n/a
 
      19th Jul 2005
Thanks Dave O for your reply.
The fraction of the fist positive month, the pay-back point is calculated in
the following way (cum. cash flow of the last negative month)/(cash flow of
the fist positive month). How to calculate the fraction automatically and add
it to the negative months count automatically?
"Dave O" wrote:

> You could determine the point during the month if you have weekly or
> daily data to use in the calculation. Or if, for example, the first
> cash positive month is month 8, how about
> (cum. cash flow month 8) / (revenue month 8)
> That would return a fraction of month 8, but it assumes that daily or
> weekly revenue streams are even.
>
> Just a heads up: this "count the negative months" logic is correct, up
> to a point, but it may mislead your audience. Since cumulative cash
> flow can swing from negative to postive and back to negative,
> particularly if there are capital expenditures in the outmonths, anyone
> who reads your report may assume that there are an unbroken number of
> cash negative months followed by an unbroken number of cash positive
> months, which is not necessarily the case. This is difficult for
> non-finance types to understand, and you may need to explain that to
> your audience.
>
>

 
Reply With Quote
 
=?Utf-8?B?RGltYQ==?=
Guest
Posts: n/a
 
      19th Jul 2005
Thanks Dave O for your reply.
The fraction of the fist positive month, the pay-back portion is calculated
in
the following way (-last negative cum. cash flow)/(fist positive cash flow)
or (-last negative cum. cash flow)/(-last negative cum. cash flow+fist
positive cum. cash flow). How to calculate the fraction automatically and add
it to the negative months count automatically? The cash flow is above the
cum. cash flow.
"Dave O" wrote:

> You could determine the point during the month if you have weekly or
> daily data to use in the calculation. Or if, for example, the first
> cash positive month is month 8, how about
> (cum. cash flow month 8) / (revenue month 8)
> That would return a fraction of month 8, but it assumes that daily or
> weekly revenue streams are even.
>
> Just a heads up: this "count the negative months" logic is correct, up
> to a point, but it may mislead your audience. Since cumulative cash
> flow can swing from negative to postive and back to negative,
> particularly if there are capital expenditures in the outmonths, anyone
> who reads your report may assume that there are an unbroken number of
> cash negative months followed by an unbroken number of cash positive
> months, which is not necessarily the case. This is difficult for
> non-finance types to understand, and you may need to explain that to
> your audience.
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to calculate a pay-back period by the accumulated cash-flow automatically? Dmitry Kopnichev Microsoft Excel Misc 7 19th Jul 2005 07:15 AM
How to calculate a pay-back period by the accumulated cash-flow automatically? Dmitry Kopnichev Microsoft Excel Worksheet Functions 7 19th Jul 2005 07:15 AM
Can't calculate the result if all cash flow are negative in XIRR Ellis Yu Microsoft Excel Discussion 0 21st Feb 2005 09:56 AM
In IRR period in data flow compared to period in result percentage =?Utf-8?B?SkNO?= Microsoft Excel Worksheet Functions 7 2nd May 2004 02:19 AM
calculate accumulated Frank Dulk Microsoft Access Reports 11 25th Mar 2004 01:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:38 PM.