What functions are exported to Microsoft Excel?
Formulas configured in a regular report can be exported to Microsoft Excel as formulas. If a function included into a formula is not supported in Microsoft Excel, text or numeric value is displayed in a formula cell.
Regular report containing formulas.
The following functions are exported to Microsoft Excel:
Function |
Brief description | Excel analog | Features of export to Excel |
| Returns the module (absolute value) of a number. | ABS | - | |
| Returns the number arccosine. | ACOS | - | |
| Returns hyperbolic arccosine of a number. | ACOSH | - | |
| Returns the arccotangent of the number. | ACOT | - | |
| Returns the hyperbolic arccotangent of the number. | ACOTH | - | |
| Returns result of aggregation with selected method with a possibility to not taking into account hidden values on calculation. | AGGREGATE | The Number parameter - the Function_number parameter (Excel):
|
|
| Returns the number arcsine. | ASIN | - | |
| Returns the hyperbolic arcsine of a number. | ASINH | - | |
| Returns the number arctangent. | ATAN | - | |
| Returns the arctangent for the specified X and Y coordinates. | ATAN2 | - | |
| Returns the hyperbolic arctangent of the number. | ATANH | - | |
| Returns the average of an array of cells. | AVERAGE | - | |
| Returns the average of cells that satisfy the specified condition. | AVERAGEIF | - | |
| Returns the average of cells that satisfy the specified set of conditions. | AVERAGEIFS | - | |
| Returns the result of rounding the value up to the nearest integer or to the nearest multiple of significance. | CEALING | The last function parameter is not set. | |
| Returns the number of combinations for the specified number of objects. | COMBIN | - | |
| Returns the cosine of the specified angle. | COS | - | |
| Returns the hyperbolic cosine of a number. | COSH | - | |
| Returns the cotangent of an angle. | COT | - | |
| Returns the hyperbolic cotangent of a number. | COTH | - | |
| Returns the number of elements in an array of cells. | COUNT | - | |
| Returns the number of cells that satisfy the specified condition. | COUNTIF | - | |
| Returns the number of cells that satisfy the specified set of conditions. | COUNTIFS | - | |
| Returns a value converted from radians to degrees. | DEGREES | - | |
| Returns the result of rounding the value to the nearest even integer. | EVEN | - | |
| Returns the result of raising the number "e" to the specified power. | EXP | - | |
| Returns the factorial of the specified number. | FACT | - | |
| Returns the result of rounding the number to the nearest integer smaller in modulus. | FLOOR | The last function parameter is not set. | |
| Returns the greatest common divisor for two or more integers. | GCD | - | |
| Returns the result of rounding the value to the nearest smaller integer. | INT | - | |
| Returns the least common multiple for two or more integers. | LCM | - | |
| Returns the natural logarithm of a number. | LN | - | |
| Returns the number logarithm based on the specified base. | LOG | - | |
| Returns the base-10 logarithm of the specified number. | LOG10 | - | |
| Returns the maximum number in the cell array. | MAX | - | |
| Returns the matrix determinant of a cell array. | MDETERM | - | |
| Returns the minimum number in the cell array. | MIN | - | |
| Returns an inverse matrix for the specified matrix. | MINVERSE | - | |
| Returns the number matrix equal to the product of the two matrixes. | MMULT | - | |
| Returns the remainder from dividing a number by a denominator. | MOD | - | |
| Returns a number rounded with desired precision. | MROUND | - | |
| Returns the multinomial of a set of numbers, for which you want the multinomial. | MULTINOMIAL | - | |
| Returns the result of rounding the value to the nearest odd integer. | ODD | - | |
| Returns the result of raising a real number to real power. | POWER | - | |
| Returns the product of cell array values. | PRODUCT | - | |
| Returns the integer part of the result of division with a remainder. | QUOTIENT | - | |
| Returns a value converted from degrees to radians. | RADIANS | - | |
| Returns an equally distributed random number greater than or equal to 0 and less than 1. | RAND | - | |
| Returns a random number between two specified numbers. | RANDBETWEEN | - | |
| Returns the result of converting an Arabic number into a Roman as text. | ROMAN | - | |
| Returns the result of rounding a number to the specified number of decimal places. | ROUND | - | |
| Returns the result of rounding the number to the nearest value smaller in modulus. | ROUNDDOWN | - | |
| Returns the result of rounding the number to a nearest value greater in modulus. | ROUNDUP | - | |
| Returns the sum of a power series. | SERIESSUM | - | |
| Returns the number sign. | SIGN | - | |
| Returns the sine of the specified angle. | SIN | - | |
| Returns hyperbolic sine of the specified number. | SINH | - | |
| Returns positive value of a square root. | SQRT | - | |
| Returns the square root of Number * Pi. | SQRTPI | - | |
| Returns the sum of real numbers from the specified cell range. | SUM | - | |
| Returns the sum of numbers in the specified cell range that satisfy the specified condition. | SUMIF | - | |
| Returns the sum of numbers in the specified cell range that satisfy the specified set of conditions. | SUMIFS | - | |
| Returns the sum of squares of numbers from the specified cell range. | SUMSQ | - | |
| Returns the sum of differences of squares of corresponding values in two arrays. | SUMX2MY2 | - | |
| Returns the sum of sums of squares of corresponding values in two arrays. | SUMX2PY2 | - | |
| Returns the sum of squares of the differences of corresponding values in two arrays. | SUMXMY2 | - | |
| Returns the tangent of the specified angle. | TAN | - | |
| Returns the hyperbolic tangent of the specified angle. | TANH | - | |
| Truncates a number to the specified number of decimal places. | TRUNC | - |
Function |
Brief description | Excel analog | Features of export to Excel |
| Searches for value in the first table row and returns value of the cell located in the same column in the specified row. | HLOOKUP | The searched value must be in the cell range, in which search is executed. | |
| Searches for the specified element in cell range and returns relative position of this element in the range. | MATCH | - | |
| Returns links to a cell range that is given number of rows and columns from a given link. | OFFSET | - | |
| Searches for values in the leftmost table column and returns value of the cell located in the same column in the specified row. | VLOOKUP | The searched value must be in the cell range, in which search is executed. |
Function |
Brief description | Excel analog | Features of export to Excel |
| Returns the date by the specified year, month and day. | DATE | - | |
| Returns the result of converting a string into a date. | DATEVALUE | - | |
| Returns day number in the month. | DAY | - | |
| Returns the date increased/decreased by the specified number of months. | EDATE | - | |
| Returns an hour matching the specified time. | HOUR | - | |
| Returns minutes for the specified time. | MINUTE | - | |
| Returns a month for the specified date. | MONTH | - | |
| Returns the current date and time. | NOW | - | |
| Returns seconds for the specified time. | SECOND | - | |
| Returns time by the specified hour, minute and second. | TIME | - | |
| Returns date for the current moment in time. | TODAY | - | |
| Returns the number of a weekday based on the specified date. | WEEKDAY | In Excel, a formula is added with a parameter with the 2 value that shows that weekday numbers start with 1 (Monday). | |
| Returns the year based on the specified date. | YEAR | - |
Function |
Brief description | Excel analog | Features of export to Excel |
| _T | Determines whether the value can be converted to string type. If yes, the text is returned, if no, an empty string is returned. | T | - |
| Concatenate | Returns the result of merging two or more text strings into one. | CONCATENATE | - |
| Exact | Returns whether two text strings are exactly the same. | EXACT | - |
| Find | Returns one text string within another and returns its position. | FIND | - |
| Fixed | Returns the result of rounding a number to the specified number of decimals after the decimal separator. | FIXED | - |
| Left | Returns the specified number of characters from the start of a text string. | LEFT | - |
| Len | Returns string length. | LEN | - |
| Lower | Returns the result of string characters conversion to lowercase. | LOWER | - |
| Mid | Returns a substring from a specified string based on starting position and length. | MID | - |
| Replace | Replaces part of a text string with a different text string. | REPLACE | - |
| Rept | Returns a string repeated for the specified number of times. | REPT | - |
| Right | Returns the specified number of characters from the end of a text string. | RIGHT | - |
| Trim | It deletes spaces at the beginning and at the end of the specified string. | TRIM | - |
| Upper | Returns the result of string conversion to uppercase. | UPPER | - |
| Value | Returns the result of converting a text view of a number into numeric view. | VALUE | - |
Function |
Brief description | Excel analog | Features of export to Excel |
| Returns an accrued interest for securities with periodic interest payments. | ACCRINT | - | |
| Returns the accrued interest for a security that pays interest at maturity. | ACCRINTM | - | |
| Returns the depreciation for each period. | AMORFEGRC | - | |
| Returns the depreciation for each period. | AMORLINC | - | |
| Returns the number of days from the beginning of the coupon period to the settlement date. | SOUPDAYSBS | - | |
| Returns the number of days in the coupon period that contains the settlement date. | COUPDAYS | - | |
| Returns the number of days from the settlement date to the next coupon date. | COUPDAYSNC | - | |
| Returns the number that is the next coupon date after the settlement date. | COUPNCD | - | |
| Returns the number of coupons payable between the settlement date and maturity date that is rounded to the nearest integer number of coupons. | COUPNUM | - | |
| Returns the number that is the previous coupon date before the settlement date. | COUPPCD | - | |
| Returns the cumulative interest (running total) paid on a loan between two payment periods. | CUMIPMT | - | |
| Returns the cumulative (running total) principal paid on a loan between two periods. | CUMPRINC | - | |
| Returns the depreciation of an asset for a specified period using the fixed-declining balance method. | DB | - | |
| Returns the depreciation of an asset for a specified period using the double declining balance method or some other method you specify. | DDB | - | |
| Returns the discount rate for a security. | DISC | - | |
| Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction. | DOLLARDE | - | |
| Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction. | DOLLARFR | - | |
| Returns the Macaulay duration for assumed $100 face value. | DURATION | - | |
| Returns the effective (actual) annual interest rate if nominal annual interest rate and the number of compounding periods per year are set. | EFFECT | - | |
| Returns the future value of an investment based on periodic, constant payments and a constant interest rate. | FV | - | |
| Returns a future value of the initial principal after a series (schedule) of compound interest rates have been applied. | FVSCHEDULE | - | |
| Returns the interest rate for a fully invested security. | INTRATE | - | |
| Returns the interest payment for a given period for an investment, based on periodic, constant payments and a constant interest rate. | IPMT | - | |
| Returns the internal rate of return for a series of cash flows presented with their numeric values. | IRR | - | |
| Returns an interest paid over the specified investment period. | ISPMT | - | |
| Returns the modified Macaulay duration for securities with assumed $100 face value. | MDURATION | - | |
| Returns the internal rate of return for a series of periodic cash flows. | MIRR | - | |
| Returns the annual nominal interest rate if effective (actual) interest rate and the number of compounding periods per year are set. | NOMINAL | - | |
| Returns the total number of periods for an investment based on periodic, constant payments and a constant interest rate. | NPER | - | |
| Returns the net present value of an investment based on a discount rate and a series of future payments (negative values) and income (positive values). | NPV | - | |
| Returns the price per $100 face value of securities for an odd (short or long) first period. | ODDFPRICE | - | |
| Returns the income on securities with an irregular (short or long) first period. | ODDFYIELD | - | |
| Calculates the payment for a loan based on constant payments and a constant interest rate. | PMT | - | |
| Returns the payment on the principal for a given investment based on periodic, constant payments and a constant interest rate. | PPMT | - | |
| Returns the price per $100 face value of the securities that pay periodic interest. | PRICE | - | |
| Returns the price per $100 face value of a discounted security. | PRICEDISC | - | |
| Returns the price per $100 face value of the securities that pay interest at maturity. | PRICEMAT | - | |
| Returns the current value of an investment. The modified (current) value is the total amount which presently equals to the series of future payments. For example, when you borrow money, the loan amount is the present value for a creditor. | PV | - | |
| Returns the interest rate per period of a loan or an investment. | RATE | - | |
| Returns the amount received at maturity for a fully invested security. | RECEIVED | - | |
| Returns the straight-line depreciation of an asset for one period. | SLN | - | |
| Returns the sum-of-years' digits depreciation of an asset for a specified period. | SYD | - | |
| Returns the bond-equivalent yield for a treasury bill. | TBILLEQ | - | |
| Returns the price per $100 face value for a treasury bill. | TBILLPRICE | - | |
| Returns the income for a treasury bill. | TBILLYIELD | - | |
| Returns the value of asset depreciation over any selected period, including partial periods, using the method of double balance decrease or any other specified method. | VDB | - | |
| Returns the internal rate of return for a schedule of cash flows that are optionally periodic. | XIRR | - | |
| Returns the net present value for a schedule of cash flows that are optionally periodic. | XNPV | - | |
| Returns annual yield of the securities for which a discount is made. | YIELDDISC | - | |
| Returns the yield on a security that pays periodic interest. | YIELDF | - | |
| Returns the annual yield of a security that pays interest at maturity. | YIELDMAT | - |
Function |
Brief description | Excel analog | Features of export to Excel |
| The method calculates how often values occur within a range of values, and then returns an array of numbers. | FREQUENCY | - | |
| The method returns the average of the absolute data points deviations from the mean. | AVEDEV | - | |
| The method returns the beta cumulative distribution function. | BETADIST | - | |
| The method returns an inverse function of cumulative beta probability density function. | BETAINV | - | |
| The method returns a binomial distribution value. | BINOMDIST | - | |
| The method returns the one-tailed probability of the chi-squared distribution. | CHI2DIST | - | |
| The method returns an inverse value to one-sided chi-squared distribution probability. | CHI2INV | - | |
| The method returns value of chi-squared distribution. | CHI2TEST | - | |
| The method returns confidence interval for population mean. | CONFIDENCE | - | |
| The method returns the correlation coefficient between A1 and A2. | CORREL | - | |
| The method returns covariance, that is, the average of the products for each pair of data points. | COVAR | - | |
| The method returns the least value for which integral binomial distribution is greater than or equal to a specified criterion. | CRITBINOM | - | |
| The method returns sum of squares of data point deviations from mean. | DEVSQ | - | |
| The method estimates variance based on sample. | DISPERSION | - | |
| The method calculates variance for population. | DISPERSIONP | - | |
| The method returns exponential distribution. | EXPONDIST | - | |
| The method returns F-distribution for probability. | FDIST | - | |
| The method returns inverse value of probability F-distribution. | FINV | - | |
| The method returns Fisher transformation for the Value attribute. | FISHER | - | |
| The method returns the inverse of the Fisher transformation. | FISHERINV | - | |
| The method calculates a future value based on existing values. | FORECAST | - | |
| The method returns results of F-test. | FTEST | - | |
| The method returns gamma distribution. | GAMMADIST | - | |
| The method returns inverse gamma distribution. | GAMMAINV | - | |
| The method returns the natural logarithm of the gamma function. | GAMMALN | - | |
| The method returns geometric mean of positive number array values. | GEOMEAN | - | |
| The method returns harmonic mean for a data set. | HARMEAN | - | |
| The method returns hypergeometric distribution. | HYPGEOMDIST | - | |
| The method calculates the point where a line crosses the Y axis using KnownXs and KnownYs. | INTERCEPT | - | |
| The method returns data set kurtosis. | KURT | - | |
| The method returns k-th greatest value of a data set. | LARGE | - | |
| The method calculates series statistics using the least squares method to calculate the straight line that approximates available data in the best way. | LINEST | - | |
| The method returns the inverse function of lognormal distribution. | LOGINV | - | |
| The method returns the cumulative lognormal distribution. | LORNORMDIST | - | |
| The method returns median of specified numbers. | MEDIAN | - | |
| The method returns mode, that is, the most frequently occurring, or repetitive, value in an array of data. | MODE | - | |
| The method returns negative binomial distribution. | NEGBINOMDIST | - | |
| The method returns normal distribution function for the specified mean and standard deviation. | NORMDIST | - | |
| The method returns inverse normal distribution. | NORMINV | - | |
| The method returns Pearson correlation coefficient (r). | PEARSON | - | |
| The method returns the k-th percentile of values in a range. | PRECENTILE | - | |
| The method returns value category in a data set as a percentage in this data set. | PRECENTRANK | - | |
| The method returns the number of permutations for a specified number of objects. | PERMUT | - | |
| The method returns Poisson distribution. | POISSON | - | |
| The method returns probability that a range value lies within specified limits. | PROB | - | |
| The method returns the quartile of a data set. | QUARTILE | - | |
| The method returns the rank of a number in an array of numbers. | RANK | - | |
| The method returns squared Pearson correlation coefficient (r^2). | RSQ | - | |
| The method returns distribution skew. | SKEW | - | |
| The method returns k-th least value in a data set. | SMALL | - | |
| The method returns normalized value for the distribution described by the mean and standard deviation. | STANDARDIZE | - | |
| The method estimates standard deviation based on sample. | STDEV | - | |
| The method estimates standard deviation based on the entire population. | STDEVP | - | |
| The method returns the standard error of the predicted Y values for each X value in the regression. | STEYX | - | |
| The method returns percentage points (probability) for the Student's t-distribution, where numeric value (x) is a calculated value, probabilities for which are to be calculated. | TDIST | - | |
| The method returns t-value of Student distribution as a probability function and function of freedom degrees number. | TINV | - | |
| The method returns values along a linear trend. | TREND | - | |
| The method returns mean for interior of a data set. | TRIMMEAN | - | |
| The method returns the probability associated with the Student's criterion. | TTEST | - | |
| The method returns Weibull distribution. | WEIBULL | - | |
| The method returns the two-tailed P-value of a z-test. | STEST | - |
Function |
Brief description | Excel analog | Features of export to Excel |
| Returns logical FALSE. | FALSE | - | |
| Returns TRUE if argument is a link to an empty cell, otherwise it returns FALSE. | ISEMPTY | - | |
| Returns logical TRUE. | TRUE | - |
IMPORTANT. The given list of functions with Microsoft Excel analogs is relevant for the *.xlsx format, the list of analogs for the *.xls format is limited.
See also:
Report Export | Using Formulas
Mathematical