Excel (I need to see the formula you use)
3 As you have already seen, Excel does not have a function to calculate the payback period. We have shown three ways to calculate the payback period, but there are numerous other methods as well. Below, the cash flows for a project are shown. You need to calculate the payback period using two different methods. 4 5 6 Calculate the payback period in a table. The first three columns of the table will be the year, the cash flow for that year, and the cumulative cash flow. The fourth column will show the whole year for the payback. In other words, if the payback period is 3 plus years, this column will have a 3, otherwise it will be a zero. The next column will calculate the fractional part of the payback period, or else it will display zero. The last column will add the previous two columns and display the final payback period calculation. You should also have a cell that displays the final payback period by itself, and a cell that returns the correct accept or reject decision based on the payback criteria. Write a nested IF statement that calculates the payback period using only the project cash flow column. The IF statement should return a value of "Never" if the project has no payback period. In contrast to the example we showed previously, the nested if function should test for the payback period starting with shorter payback periods and working towards longer payback periods. Another cell should display the correct accept or reject decision based on the payback criteria b. 9 0 $ 10 11 12 93 1 14 15 2 2 4 Cash flow (250,000) 41.000 48,000 63,000 79.000 18,000 64 000 41,000 7 17 18 19 20 20 Required payback 2 Master it! Solution 40 Using the table below, calculate the payback period for the project. The cash flows should directly reference the inputs in the previous worksheet. 5 Year of 6 payback Fractional year Payback period 7 0 $ $ 8 9 1 10 11 12 13 2 3 4 5 6 7 Cumulative Cash flow cash flow (250,000 $ 1250,000) 41,000 1209,000) $ 48,000 (161,000 $ 63.000 198,000) $ 79,000 119.000 $ 8 000 69.000 $ 64,000 133,000 $ 41.000 174.000 0 0 0 0 4 0 15 15 Payback period Accept or reject 18 Using only the cash flow column write a nested IF statement that calculates the payback period. The statement should show "Never" if the project has no payback period. 19 h 20 21 22 23 24 Payback period Accept or reject