| Methods | Description |
|---|
| Oct2Hex | Converts an octal number to hexadecimal. |
| OddFYield | Returns the yield of a security that has an odd (short or long) first period. |
| DollarDe | Converts a dollar price expressed as a fraction into a dollar price expressed as a decimal number. Use DOLLARDE to convert fractional dollar numbers, such as securities prices, to decimal numbers. |
| DollarFr | Converts a dollar price expressed as a decimal number into a dollar price expressed as a fraction. Use DOLLARFR to convert decimal numbers to fractional dollar numbers, such as securities prices. |
| BesselK | Returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments. |
| BesselY | Returns the Bessel function, which is also called the Weber function or the Neumann function. |
| Duration | Returns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of the cash flows and is used as a measure of a bond price's response to changes in yield. |
| Oct2Bin | Converts an octal number to binary. |
| Oct2Dec | Converts an octal number to decimal. |
| WeekNum | Returns a number that indicates where the week falls numerically within a year. |
| WorkDay | Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use WORKDAY to exclude weekends or holidays when you calculate invoice due dates, expected delivery times, or the number of days of work performed. |
| Xirr | Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic. To calculate the internal rate of return for a series of periodic cash flows, use the IRR function. |
| Xnpv | Returns the net present value for a schedule of cash flows that is not necessarily periodic. Read/write Double. |
| YearFrac | Calculates the fraction of the year represented by the number of whole days between two dates (the start_date and the end_date). Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits or obligations to assign to a specific term. |
| YieldDisc | Returns the annual yield for a discounted security. |
| YieldMat | Returns the annual yield of a security that pays interest at maturity. |
| Received | Returns the amount received at maturity for a fully invested security. |
| SeriesSum | Returns the sum of a power series based on the formula:.gif) |
| SqrtPi | Returns the square root of (number * pi). |
| SumIfs | Adds the cells in a range that meet multiple criteria. |
| TBillEq | Returns the bond-equivalent yield for a Treasury bill. |
| TBillPrice | Returns the price per $100 face value for a Treasury bill. |
| TBillYield | Returns the yield for a Treasury bill. |
| MultiNomial | Returns the ratio of the factorial of a sum of values to the product of factorials. |
| NetworkDays | Returns the number of whole working days between start_date and end_date. Working days exclude weekends and any dates identified in holidays. Use NETWORKDAYS to calculate employee benefits that accrue based on the number of days worked during a specific term. |
| Nominal | Returns the nominal annual interest rate, given the effective rate and the number of compounding periods per year. |
| MRound | Returns a number rounded to the desired multiple. |
| OddLPrice | Returns the price per $100 face value of a security having an odd (short or long) last coupon period. |
| OddLYield | Returns the yield of a security that has an odd (short or long) last period. |
| Price | Returns the price per $100 face value of a security that pays periodic interest. |
| PriceDisc | Returns the price per $100 face value of a discounted security. |
| PriceMat | Returns the price per $100 face value of a security that pays interest at maturity. |
| Quotient | Returns the integer portion of a division. Use this function when you want to discard the remainder of a division. |
| RandBetween | Returns a random integer number between the numbers you specify. A new random integer number is returned every time the worksheet is calculated. |
| Hex2Bin | Converts a hexadecimal number to binary. |
| Hex2Dec | Converts a hexadecimal number to decimal. |
| ImProduct | Returns the product of 2 to 29 complex numbers in x + yi or x + yj text format. |
| ImReal | Returns the real coefficient of a complex number in x + yi or x + yj text format. |
| ImSin | Returns the sine of a complex number in x + yi or x + yj text format. |
| ImSqrt | Returns the square root of a complex number in x + yi or x + yj text format. |
| ImSub | Returns the difference of two complex numbers in x + yi or x + yj text format. |
| ImSum | Returns the sum of two or more complex numbers in x + yi or x + yj text format. |
| IntRate | Returns the interest rate for a fully invested security. |
| IsEven | Checks the type of value and returns TRUE or FALSE depending if the value is even. |
| IsOdd | Checks the type of value and returns TRUE or FALSE depending if the value is odd. |
| Lcm | Returns the least common multiple of integers. The least common multiple is the smallest positive integer that is a multiple of all integer arguments number1, number2, and so on. Use LCM to add fractions with different denominators. |
| Dec2Bin | Converts a decimal number to binary. |
| Dec2Hex | Converts a decimal number to hexadecimal. |
| Dec2Oct | Converts a decimal number to octal. |
| Delta | Tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise. |
| EDate | Returns the serial number that represents the date that is the indicated number of months before or after a specified date (the start_date). Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue. |
| Effect | Returns the effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year. |
| EoMonth | Returns the serial number for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month. |
| FactDouble | Returns the double factorial of a number. |
| FVSchedule | Returns the future value of an initial principal after applying a series of compound interest rates. Use FVSCHEDULE to calculate the future value of an investment with a variable or adjustable rate. |
| Gcd | Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder. |
| GeStep | Returns 1 if number ≥ step; returns 0 (zero) otherwise. Use this function to filter a set of values. For example, by summing several GESTEP functions you calculate the count of values that exceed a threshold. |
| Hex2Oct | Converts a hexadecimal number to octal. |
| IfError | Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IFERROR function to trap and handle errors in a formula. |
| ImAbs | Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. |
| Imaginary | Returns the imaginary coefficient of a complex number in x + yi or x + yj text format. |
| ImArgument | Returns the argument (theta), an angle expressed in radians, such that:
.gif) |
| ImConjugate | Returns the complex conjugate of a complex number in x + yi or x + yj text format. |
| ImCos | Returns the cosine of a complex number in x + yi or x + yj text format. |
| ImDiv | Returns the quotient of two complex numbers in x + yi or x + yj text format. |
| ImExp | Returns the exponential of a complex number in x + yi or x + yj text format. |
| ImLn | Returns the natural logarithm of a complex number in x + yi or x + yj text format. |
| ImLog10 | Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format. |
| ImLog2 | Returns the base-2 logarithm of a complex number in x + yi or x + yj text format. |
| ImPower | Returns a complex number in x + yi or x + yj text format raised to a power. |
| MDuration | Returns the modified Macauley duration for a security with an assumed par value of $100. |
| OddFPrice | Returns the price per $100 face value of a security having an odd (short or long) first period. |
| AccrInt | Returns the accrued interest for a security that pays periodic interest. |
| Convert | Converts a number from one measurement system to another. For example, Convert can translate a table of distances in miles to a table of distances in kilometers. |
| Disc | Returns the discount rate for a security. |
| AverageIf | Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria. |
| Bin2Dec | Converts a binary number to decimal. |
| Bin2Hex | Converts a binary number to hexadecimal. |
| Bin2Oct | Converts a binary number to octal. |
| Complex | Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. |
| CountIfs | Counts the number of cells within a range that meet multiple criteria. |
| 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, rounded up to the nearest whole coupon. |
| CoupPcd | |
| CumIPmt | Returns the cumulative interest paid on a loan between start_period and end_period. |
| CumPrinc | Returns the cumulative principal paid on a loan between start_period and end_period. |
| AmorDegrc | Returns the depreciation for each accounting period. This function is provided for the French accounting system. |
| AmorLinc | Returns the depreciation for each accounting period. This function is provided for the French accounting system. |
| AverageIfs | Returns the average (arithmetic mean) of all cells that meet multiple criteria. |
| BesselI | Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. |
| BesselJ | Returns the Bessel function. |
| AccrIntM | Returns the accrued interest for a security that pays interest at maturity. |
| Erf | Returns the error function integrated between lower_limit and upper_limit. |
| ErfC | Returns the complementary ERF function integrated between the specified parameter and infinity. |