+ Reply to Thread
Results 1 to 3 of 3

How to determine the payback period?

  1. #1
    Registered User
    Join Date
    10-05-2012
    Location
    New York City
    MS-Off Ver
    Excel 2010
    Posts
    6

    How to determine the payback period?

    Before looking at the workbook Tennis Option Analysis.xlsx, look at the problem below:

    In cells B29:C29, enter the payback period (year number) for each option. (Optional Challenge: Write the necessary formulas to automatically calculate the year number in which the cumulative total income exceeds $0.)

    For the optional challenge: How do I do this?

    You can edit my workbook and resubmit it if you want to.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: How to determine the payback period?

    You want to find the first positive value in column D

    in B29
    =INDEX($A4:$A9,MATCH(TRUE,D4:D9>0,0),0)
    Note: Array formula, use Ctrl-Shift-Enter

    Copy to C29

    In the event you want to put actual years in these cells you should format B29 C29 to general as the format contains a comma, proper years e.g. 2012 appear as 2,012 in these cells
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    MoneyMaker
    Guest

    Re: How to determine the payback period?

    If you have the cash flows in range B4:B9 then you can use tadPP function to calculate the payback period in Excel

    By using tadPP function, you won't need to have the extra rows or columns for time periods, or cumulative cash flows.

    tadPP takes the series of cash flows and returns the payback period for example

    =tadPP(B4:B9)

    and that's all you would type in a worksheet cell to find the answer

    This online version of TADXL calculator will let you see the results from tadPP function

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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