|
| ||||||||||
| Tags: excel |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Excel function calculations used in MS Access query
PV See Also Returns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borrow money, the loan amount is the present value to the lender. Syntax PV(rate,nper,pmt,fv,type) Rate is the interest rate per period. For example, if you obtain an automobile loan at a 10 percent annual interest rate and make monthly payments, your interest rate per month is 10%/12, or 0.83%. You would enter 10%/12, or 0.83%, or 0.0083, into the formula as the rate. FV See Also Returns the future value of an investment based on periodic, constant payments and a constant interest rate. Syntax FV(rate,nper,pmt,pv,type) For a more complete description of the arguments in FV and for more information on annuity functions, see PV. Rate is the interest rate per period. Nper is the total number of payment periods in an annuity. Pmt is the payment made each period; it cannot change over the life of the annuity. Typically, pmt contains principal and interest but no other fees or taxes. If pmt is omitted, you must include the pv argument. Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. If pv is omitted, it is assumed to be 0 (zero), and you must include the pmt argument. Type is the number 0 or 1 and indicates when payments are due. If type is omitted, it is assumed to be 0. Thanks |
|
#2
| ||||
| ||||
| Re: Excel function calculations used in MS Access query
I think that both the PV and FV functions are available in Access. Have you tried to look in the Expression Builder for the functions? They can be found in the Financial category. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Excel function calculations used in MS Access query" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tips for making calculations in Microsoft Excel. | Jaques Strapp | Tips & Tweaks | 0 | 08-01-2012 10:09 AM |
| Sql query for Date function. | horuy | Software Development | 3 | 16-11-2010 11:22 PM |
| Query in function getIfModifiedSince() | New ID | Software Development | 5 | 18-01-2010 12:09 PM |
| Access two records simultaneously and do calculations | Arif15 | Software Development | 3 | 20-11-2009 04:42 PM |
| How to perform calculations with conditions in Excel ? | Luis234 | Software Development | 3 | 06-02-2009 11:44 AM |