+ Reply to Thread
Results 1 to 2 of 2

Break Even Calculations

  1. #1
    Registered User
    Join Date
    07-01-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    61

    Break Even Calculations

    Hi all,

    I have a row which shows date by month and then a row which shows cash flow. I would like a formula to calculate the break even point in the cash flow row and return the month which this occurs. I would also like to show the number of units required to break even.

    Many thanks in advance for your assistance.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,864

    Re: Break Even Calculations

    Array formula (committed with Ctrl+Shift+Enter) shall do:

    =INDEX(A1:Z1,1,MIN(IF(A2:Z2>0,COLUMN(A2:Z2),"")))

    A1:Z1 dates, A2:Z2 CFs

    second one (again array formula):

    =MIN(IF(A2:Z2>0,COLUMN(A2:Z2),""))

    adjust only first range if your data does not start with column A - for instance:

    =MIN(IF(B2:AA2>0,COLUMN(A2:Z2),""))

    PS. Have you noticed this in http://www.excelforum.com/forum-rule...rum-rules.html :

    Want to get your question answered quickly?
    ...
    Post a WORKBOOK. Nobody wants to type data from a picture or paste text from your post into a spreadsheet as a prelude to helping. To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.
    It makes answering much easier/quicker.

  3. #3
    Registered User
    Join Date
    07-01-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    61

    Re: Break Even Calculations

    Hi Kaper,

    Many thanks for your response and apologies for not attaching. I have done so now. Using the formula provided, the break even date appears to incorrect. On the input tab, cell C9 is where I have added this formula but it shows August 15 as break even date when it is actually May 15. I am also not sure of the second part of the calculation to work out cell C8.

    Many thanksAttachment 291425

+ 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. Replies: 0
    Last Post: 07-07-2012, 04:13 AM
  2. Lunch Break Timings Calculations
    By paulmichaelfarrow in forum Excel General
    Replies: 4
    Last Post: 06-05-2012, 09:40 AM
  3. Replies: 5
    Last Post: 12-27-2011, 08:27 PM
  4. Vertical Page Break / Column Break
    By kmg2424 in forum Excel General
    Replies: 0
    Last Post: 07-27-2010, 08:10 AM
  5. [SOLVED] Break cell into multiple lines by line break
    By Chia in forum Excel General
    Replies: 1
    Last Post: 08-20-2006, 01:40 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