NPV without repetitive cash flows

lukihnio

New Member
Joined
Feb 27, 2017
Messages
7
Hi,
Is there any way get NPV of uneven cash flows, without listing all cash flows? I'm hoping to replicate the Financial Calculators CF function, for instance BA II plus has CF function. You don't have to list all cash flows, you just point out how many time each cash flow should be paid out.
Thanks in advance
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
One way: array-enter (press ctrl+shift+Enter instead of just Enter) the following:

=NPV(1%, 123, 456*(ROW(CF1:CF12)>0), 789, 1234*(ROW(CF1:CF5)>0), 5678)

That calculates the NPV for the following series of cash flows: 123, 456 for 12 periods, 789, 1234 for 5 periods, 5678.

The reference to column CF can be any column. Of course, ROW(cellref)>0 is always true (1).

If you want 12 and 5 to be variables (e.g. their values are in B3 and B5), I would use CF1:INDEX(CF:CF,B3,1), for example. I would not use OFFSET or INDIRECT if you repeat the NPV formula many hundreds (thousands) of times.
 
Upvote 0

Forum statistics

Threads
1,224,819
Messages
6,181,153
Members
453,021
Latest member
Justyna P

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