Functions Excel DM2
Functions Excel DM2
- DGET: Extracts a single record from a database that matches the specified criteria.
- DPRODUCT: Multiplies the values in a particular field of records that match the criteria in a
database.
- DSTDEV: Estimates the standard deviation based on a sample of selected database entries.
- DSTDEVP: Calculates the standard deviation based on the entire population of selected database
entries.
- DSUM: Adds the numbers in a database that match the specified criteria.
- DVARP: Calculates variance based on the entire population of selected database entries.
- DAYS360: Calculates the number of days between two dates based on a 360-day year.
- EDATE: Returns the serial number of the date that is the indicated number of months before or
after a specified date.
- EOMONTH: Returns the serial number for the last day of the month that is the indicated number of
months before or after a specified date.
- ISOWEEKNUM: Returns the number of the ISO week number of the year for a given date.
- WORKDAY: Returns the serial number of the date before or after a specified number of workdays.
- YEARFRAC: Returns the year fraction representing the number of whole days between start_date
and end_date.
Engineering Functions
- ACCRINT: Returns the accrued interest for a security that pays periodic interest.
- ACCRINTM: Returns the accrued interest for a security that pays interest at maturity.
- COUPDAYBS: Returns the number of days from the beginning of the coupon period to the
settlement date.
- COUPDAYS: Returns the number of days in the coupon period that contains the settlement date.
- COUPDAYSNC: Returns the number of days from the settlement date to the next coupon date.
- COUPNCD: Returns a number that represents the next coupon date after the settlement date.
- COUPNUM: Returns the number of coupons payable between the settlement date and maturity
date.
- COUPPCD: Returns the previous coupon date before the settlement date.
- CUMPRINC: Returns the cumulative principal paid on a loan between two periods.
- DB: Returns the depreciation of an asset for a specified period using the fixed-declining balance
method.
- DDB: Returns the depreciation of an asset for a particular period using the double-declining balance
method.
- DOLLARDE: Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a
decimal number.
- DOLLARFR: Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as
a fraction.
- DURATION: Returns the annual duration of a security with periodic interest payments.
- SCHEDULE: Returns the future value of an initial principal after applying a series of compound
interest rates.
- IPMT: Returns the interest payment for an investment for a given period.
- IRR: Returns the internal rate of return for a series of cash flows.
- MDURATION: Returns the Macauley modified duration for a security with an assumed par value of
R100.
- MIRR: Returns the internal rate of return where positive and negative cash flows are financed at
different rates.
- NPV: Returns the net present value of an investment based on a series of periodic cash flows and a
discount rate.
- ODDFPRICE
Statistical Functions
- AVERAGEIF: Returns the average of all cells that meet a given criterion.
Text Functions
- MID: Returns a specific number of characters from a text string starting at the position you specify.
- TRIM: Removes spaces from text except for single spaces between words.
Logical Functions
- HLOOKUP: Looks in the top row of an array and returns the value of the indicated cell.
- VLOOKUP: Looks for a value in the first column of a table and returns a value in the same row from
another column.
Financial Functions
- PMT: Returns the payment amount for a loan based on constant payments and a constant interest
rate.
Database Functions
- DSUM: Adds the numbers in a column of a list or database that match conditions you specify.
- DCOUNT: Counts the cells that contain numbers in a column of a list or database.
Information Functions