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

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Sorry, meant to say. Its the way the functions work. Seems it finds the last matching occurrence. Give me a bit may have a way to do it.
 
Upvote 0
try
=INDEX(D35:J35,MATCH("-",D39:J39,0))
 
Upvote 0
Because the costs on here are showing as positive, and teh beenfits as negative, so when the cumulative cash flows reaches NIL is when we start seeing a payback for the project which is in year 2 - hence why I was looking up 0 in the lookup formula to start with
1697012829476.png
 
Upvote 0
Could you reference the total costs? If so =INDEX(D35:J35,MATCH("-",D37:J37,0)-1)
 
Upvote 0

Forum statistics

Threads
1,215,172
Messages
6,123,443
Members
449,100
Latest member
sktz

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