Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This should be easy (and can be done easily but tediously on an HP12C) but I
cannot figure out how to do it in Excel 2003. I have dozens of uneven payments to be received monthly over the next few years, and I need the present value of each payment, so that I can add them all up and come up with the total. It is essential that I get the PV of each individual payment. For example. Date Payment PV 2/1/07 1,000 ?? 3/1/07 2,000 ?? 4/1/07 1,250 ?? 5/1/07 22,352 ?? 6/1/07 0 ?? 7/1/07 2,715 ?? (assume a couple of hundred more uneven montly payments) How can I perform this calculation (I need to solve for the various ??'s) in Microsoft Excel 2003? (NOTE: the payments are evenly spaced, and interest rate will not change) Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't see the problem. Just calculate the PV of each payment. Using a discount
rate of 10% and a start date of 1/1/07, the formula is: =PV(10%,(a2-date(7,1,1))/365,0,-b2) Copy down as far as you want. -- Regards, Fred "Z Man" wrote in message ... This should be easy (and can be done easily but tediously on an HP12C) but I cannot figure out how to do it in Excel 2003. I have dozens of uneven payments to be received monthly over the next few years, and I need the present value of each payment, so that I can add them all up and come up with the total. It is essential that I get the PV of each individual payment. For example. Date Payment PV 2/1/07 1,000 ?? 3/1/07 2,000 ?? 4/1/07 1,250 ?? 5/1/07 22,352 ?? 6/1/07 0 ?? 7/1/07 2,715 ?? (assume a couple of hundred more uneven montly payments) How can I perform this calculation (I need to solve for the various ??'s) in Microsoft Excel 2003? (NOTE: the payments are evenly spaced, and interest rate will not change) Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
biweekly payments on a loan using Pmt function | Excel Discussion (Misc queries) | |||
Amortization template for uneven monthly payments | Excel Worksheet Functions | |||
loop trough e-mail address list to send task lists with outlook | Excel Discussion (Misc queries) | |||
How do I forecast future payments by analyzing past payments? | Excel Worksheet Functions | |||
How can I figure present value of a stream of payments? | New Users to Excel |