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

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
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,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

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