#1   Report Post  
Omalley
 
Posts: n/a
Default Cash Flow

I have read a lot, but still can't figure out the best way to do this:

I have 60 cells aligned horizontally: (Jan-05 to Dec-09)
Above the dates I have a project cash flow.

First I need to report the date at the first occurence of cash flow (a
negative number).

Secondly, I need to report the date at the last occurence of cash flow
(a positive number).

This is so I could set up for the XIRR function. The problem is that
the cash flow appears in various dates and durations based on the
project parameters, so I can't lock the XIRR calc to specific cells.

Any help or guidance is greatly appreciated!

  #2   Report Post  
Bryan Hessey
 
Posts: n/a
Default


Assuming your dates are in Row 1, from column A to column BJ
Assuming that numbers are in Row 2, and that rows 3 and 4 are clear,
for use as helper rows.

in A3 put =IF(A2<0,A1,"")
in B3 put =IF(AND(B2<0,A3=""),B1,A3)
and formula-drag this to BJ3

in BJ4 put =IF(BJ20,BJ1,"")
in A4 put =IF(AND(A20,B4=""),A1,B4)
and formula-drag this to BI4

In BJ3 is the date of your first negative number
in A4 is the date of your last positive number

Hope that helps and is what you needed.


--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=390699

  #3   Report Post  
Gordon
 
Posts: n/a
Default

"Bryan Hessey"
wrote in message
news:Bryan.Hessey.1svpae_1122552315.4489@excelforu m-nospam.com...

Assuming your dates are in Row 1, from column A to column BJ


Snip

You may not be aware that you are actually accessing a public Usenet
newsgroup. Please follow Usenet custom and quote the post you are replying
to. Thank you.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cash Flow Distribution/IRR Modeling Dave Excel Discussion (Misc queries) 1 April 28th 05 03:30 AM
projected cash flow and actual on same sheet Jack Excel Discussion (Misc queries) 0 April 14th 05 02:19 PM
How do i create an automatic monthly cash flow from lists of cost. Fadi Excel Discussion (Misc queries) 0 February 25th 05 02:47 PM
Cash Flow Set-Up Gary T Excel Worksheet Functions 0 January 13th 05 05:07 PM
Cash Flow Analysis Zac Excel Discussion (Misc queries) 3 December 6th 04 08:55 PM


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"