Excel Functions

S

sjsexcel

How do I calculate the present worth of $1 utilizing an Excel function?
With the correct formula, the present worth of $1, at a 10% discount rate
for 5 periods (or years) would equal: yr1 .9091, yr2 .8264, yr3 .7513, yr4
..6831, yr5 .6209.

This unknown functions is different from the PV and FV functions. If I just
wanted the sum of those figures, I could use the NPV function but I want to
calculate the present worth of $1 each period.

Thanks.
 
J

JE McGimpsey

Not sure what's "different from the PV" function...

=PV(10%,1,0,-1) ====> 0.9091
=PV(10%,2,0,-1) ====> 0.8264
=PV(10%,3,0,-1) ====> 0.7513
...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top