Payback Period using Lookup is not working

sgibbs183

New Member
Joined
Aug 5, 2020
Messages
28
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Hello,

I cannot get my head around the payback period not working in excel using a lookup.
Cell D50 shows formula =IF(SUM(D41:J41)<0,LOOKUP(0,D41:J41,D35:J35)+1,"No Payback") which looks up 0 in the cumulative cash flows to return the year+1 which should be year 4, but it is returning year 7. Please help

1697007180843.png
 

Attachments

  • 1697007156752.png
    1697007156752.png
    41.2 KB · Views: 1
Though this will work
=INDEX(D35:J35,MATCH(TRUE,$D$41:$J$41<0,0)-1)

So
=IF(SUM(D41:J41)<0,INDEX(D35:J35,MATCH(TRUE,$D$41:$J$41<0,0)-1),"No Payback")
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Could you reference the total costs? If so =INDEX(D35:J35,MATCH("-",D37:J37,0)-1)
That won't work as in a project we could have total costs up to year 6 so we need to identify in which year the project cummulative cash flows reaches 0
 
Upvote 0
what about my last formula? Its based on your original.
 
Upvote 0

Forum statistics

Threads
1,215,161
Messages
6,123,363
Members
449,097
Latest member
thnirmitha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top