Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Cashflow Postive Lookup

I need a formula that tells me which year a project goes cashflow postive....
So lets says I have the following table:

A B
1 Year Cash
2 1 -100
3 2 -75
4 3 -25
5 4 50
6 5 200

So in the case above, I would want the formula to return Year 4 (A5) as that
is the first year the project goes cash flow positive.

Any ideas?

Thank you,

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Cashflow Postive Lookup

Try this array formula:

=INDEX(A2:A6,MATCH(MIN(IF(B2:B60,B2:B6,"")),B2:B6 ,0))

An array formula must be committed with CTRL-SHIFT-ENTER rather than just
enter. If done properly, the formula will be enclosed in { }.

HTH
Elkar


"Eli" wrote:

I need a formula that tells me which year a project goes cashflow postive....
So lets says I have the following table:

A B
1 Year Cash
2 1 -100
3 2 -75
4 3 -25
5 4 50
6 5 200

So in the case above, I would want the formula to return Year 4 (A5) as that
is the first year the project goes cash flow positive.

Any ideas?

Thank you,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Cashflow Postive Lookup

I also found this formula to be helpful (which is also an array (need to
press ctrl+alt+shift): =INDEX(A2:A6,MATCH(TRUE,B2:B60,0))

"Eli" wrote:

I need a formula that tells me which year a project goes cashflow postive....
So lets says I have the following table:

A B
1 Year Cash
2 1 -100
3 2 -75
4 3 -25
5 4 50
6 5 200

So in the case above, I would want the formula to return Year 4 (A5) as that
is the first year the project goes cash flow positive.

Any ideas?

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
Help with a cashflow table spudsnruf Excel Discussion (Misc queries) 2 March 31st 09 07:15 PM
Cashflow Saintsman Excel Discussion (Misc queries) 5 May 25th 07 09:34 AM
Waterfall cashflow distribution TXdore Excel Discussion (Misc queries) 0 January 31st 06 11:30 PM
IRR weekly basis cashflow alimirfarhad Excel Worksheet Functions 1 August 31st 05 01:26 PM
how do I set up cashflow budgets for different projects Certified New Users to Excel 1 December 30th 04 01:40 AM


All times are GMT +1. The time now is 10:47 AM.

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

About Us

"It's about Microsoft Excel"