Financial
DISC
Returns the discount rate of a security. Syntax DISC(settlement; maturity; price; redemption_value; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on which the security matures. Eg., "4/12/2018" price: The ...
DDB
Returns the depreciation of an asset for a specified period using the double declining-balance method, or another method that you specify. Syntax DDB(original_cost; salvage; lifetime; year; [factor]) original_cost: The initial cost of the asset. ...
DB
Returns the depreciation of an asset for a specified period using the fixed rate declining-balance method. Syntax DB(original_cost; salvage; lifetime; year; [months]) original_cost: The initial cost of the asset. Eg., 50000 salvage: The value at ...
CURRENCY
Converts the given value from one currency to another specified currency value. Syntax CURRENCY(value; "from"; "to") value: The value to be converted. Eg., 3500 from: The currency from which the value is to be converted. Must be given as a ...
CUMPRINC
Returns the total capital repaid on a loan in a specified period. Syntax CUMPRINC(rate; nper; pv; start; end; type) rate: The interest rate per period. Eg., A2 nper: The total number of payment periods in the term. Eg., 15 pv: The initial sum ...
CUMIPMT
Returns the cumulative interest paid on a loan in a specified period. Syntax CUMIPMT(rate; nper; pv; start; end; type) rate: The interest rate per period. Eg., A2 nper: The total number of payment periods in the term. Eg., 15 pv: The initial sum ...
COUPPCD
Returns the coupon or interest payment date that precedes the settlement date. Syntax COUPPCD(settlement; maturity; frequency; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on which the security matures. ...
COUPNUM
Returns the number of coupons, or interest payments, between the settlement date and the date of maturity. Syntax COUPNUM(settlement; maturity; frequency; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on ...
COUPNCD
Returns the next coupon date that comes after the settlement date. Syntax COUPNCD(settlement; maturity; frequency; [basis]) settlement : Date of purchase of the security. Eg., "2/1/2018" maturity : Date on which the security matures. Eg., ...
COUPDAYSNC
Returns the number of days between the settlement date and the next coupon date. Syntax COUPDAYSNC(settlement; maturity; frequency; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on which the security ...
COUPDAYS
Returns the number of days in the coupon period that includes the settlement date. Syntax COUPDAYS(settlement; maturity; frequency; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on which the security ...
COUPDAYBS
Returns the number of days between the beginning of the coupon period and the settlement date. Syntax COUPDAYBS(settlement; maturity; frequency; [basis]) settlement: Date of purchase of the security. Eg., "2/1/2018" maturity: Date on which the ...
AMORLINC
Returns depreciation for a period using linear amortization. Considers a proportional depreciation amount if the capital asset is purchased during the settlement period. Syntax AMORLINC(cost; purchase_date; first_period_end; salvage; period; ...
AMORDEGRC
Returns depreciation for a period using degressive amortization (French system). Unlike AMORLINC, it uses a depreciation coefficient that is independent of the depreciable period. Syntax AMORDEGRC(cost; purchase_date; first_period_end; salvage; ...
ACCRINTM
Calculates the accrued interest for a security that pays at maturity. Syntax ACCRINTM(issue; settlement; rate; par; [basis]) issue: The issue date of the security. Eg., "2/1/2018" settlement: The maturity date of the security. Eg., "12/13/2018" ...
ACCRINT
Calculates the accrued interest for a security with periodic interest payments. Syntax ACCRINT(issue; first_interest; settlement; rate; par; frequency; [basis]) issue: The issue date of the security. Eg., "2/1/2018" first_interest: The first ...