+ Reply to Thread
Results 1 to 6 of 6

Return the month of break-even (>0)

  1. #1
    Registered User
    Join Date
    06-18-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    31

    Return the month of break-even (>0)

    Hi,

    I have a row of months in ascending order in row 5.
    There is various amounts in rows 6:33 of costs/income.
    Row 34 is the sum of rows 6:33 (monthly cash flow).

    What I'd like to do is return the relevant month (from row 5) based on the break-even point in row 34 (i.e. the first point that cash flow goes from negative to positive, i.e. not less than 0, or greater than 0).

    Any help would be appreciated...

    Many thanks

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Return the month of break-even (>0)

    I was following your explanation up to this point:

    Quote Originally Posted by mailrush View Post
    i.e. not less than 0, or greater than 0).


    See if this does what you want...

    A5:Z5 = months

    This array formula**...

    =INDEX(A5:Z5,MATCH(TRUE,A34:Z34>=0,0))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    06-18-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    31

    Re: Return the month of break-even (>0)

    Quote Originally Posted by Tony Valko View Post
    I was following your explanation up to this point:




    See if this does what you want...

    A5:Z5 = months

    This array formula**...

    =INDEX(A5:Z5,MATCH(TRUE,A34:Z34>=0,0))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    thanks. Sorry, I just meant the first point that the cash flow goes from negative monthly returns to positive...

    It worked! Genius!

    Thanks very much

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Return the month of break-even (>0)

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

  5. #5
    Registered User
    Join Date
    02-26-2015
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    15

    Re: Return the month of break-even (>0)

    I was looking for how to do this too, and Tony's solution is very helpful in finding the first break-even point.

    I wonder if anyone could help find a 'true' break-even point; that is, in month x (say, 11) we might be in a positive cashflow position for the first time (first break-even point), but there may be costs in month y (say, 12) that drops us back down to a negative cash position.

    If there is this sort of fluctuation, but at say month 34 we end up >£0 and it remains positive for the remainder of the term, how can we return month 34 as the 'true' break-even?

    Any help would be much appreciated

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Return the month of break-even (>0)

    ima_ms welcome to the forum

    Unfortunately your post does not comply with Rule 4 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to return End OF Month date with non-calendar month lengths.
    By Snoddas in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-09-2014, 08:45 AM
  2. [SOLVED] Salesman growth , month break , total can do
    By makinmomb in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-21-2014, 10:19 AM
  3. Return value of the last week of the month based on the year and month
    By stevekho2 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-14-2013, 11:04 AM
  4. Type in Month-Year and return 3rd wednesday of month
    By learntheweek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-09-2010, 11:29 AM
  5. Replies: 3
    Last Post: 09-25-2007, 10:26 AM
  6. How do I break a date range by month?
    By HeatherDawn in forum Excel General
    Replies: 2
    Last Post: 09-01-2005, 03:05 PM
  7. Break down by month...
    By damon_diamond in forum Excel General
    Replies: 7
    Last Post: 07-27-2005, 08:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1