Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

n t d a m p
SUMIF 0 Returns a conditional sum across a range. A conditional sum across a range. [2,3] [{"name":"range","detail":"The range which is tested against `criterion`.","example":"A1:A10","require":"m","repeat":"n","type":"range"},{"name":"criterion","detail":"The pattern or test to apply to `range`.","example":"\">20\"","require":"m","repeat":"n","type":"rangeall"},{"name":"sum_range","detail":"The range to be summed, if different from `range`.","example":"B1:B10","require":"o","repeat":"n","type":"range"}]
TAN 0 Returns the tangent of an angle provided in radians. Tangent of an angle provided in radians. [1,1] [{"name":"angle","detail":"The angle to find the tangent of, in radians.","example":"45*PI()/180","require":"m","repeat":"n","type":"rangenumber"}]
TANH 0 Returns the hyperbolic tangent of any real number. Hyperbolic tangent of any real number. [1,1] [{"name":"value","detail":"Any real value to calculate the hyperbolic tangent of.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
CEILING 0 Rounds a number up to the nearest integer multiple of specified significance `factor`. Rounds number up to nearest multiple of a factor. [2,2] [{"name":"value","detail":"The value to round up to the nearest integer multiple of `factor`.","example":"23.25","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor","detail":"The number to whose multiples `value` will be rounded.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"}]
ATAN 0 Returns the inverse tangent of a value, in radians. Inverse tangent of a value, in radians. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse tangent.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
ASINH 0 Returns the inverse hyperbolic sine of a number. Inverse hyperbolic sine of a number. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse hyperbolic sine.","example":"0.9","require":"m","repeat":"n","type":"rangenumber"}]
ABS 0 Returns the absolute value of a number. Absolute value of a number. [1,1] [{"name":"value","detail":"The number of which to return the absolute value.","example":"-2","require":"m","repeat":"n","type":"rangenumber"}]
ACOS 0 Returns the inverse cosine of a value, in radians. Inverse cosine of a value, in radians. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse cosine. Must be between `-1` and `1`, inclusive.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
ACOSH 0 Returns the inverse hyperbolic cosine of a number. Inverse hyperbolic cosine of a number. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to `1`.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
MULTINOMIAL 0 Returns the factorial of the sum of values divided by the product of the values' factorials. Multinomial distribution function. [1,255] [{"name":"value1","detail":"The first value or range to consider.","example":"1","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
ATANH 0 Returns the inverse hyperbolic tangent of a number. Inverse hyperbolic tangent of a number. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive.","example":"0.9","require":"m","repeat":"n","type":"rangenumber"}]
ATAN2 0 Returns the angle between the x-axis and a line segment from the origin (0,0) to specified coordinate pair (`x`,`y`), in radians. Arctangent of a value. [2,2] [{"name":"x","detail":"The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"y","detail":"The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
COUNTBLANK 1 Returns the number of empty values in a list of values and ranges. Number of empty values. [1,1] [{"name":"value1","detail":"The first value or range in which to count the number of blanks.","example":"A2:C100","require":"m","repeat":"n","type":"range"}]
COSH 0 Returns the hyperbolic cosine of any real number. Hyperbolic cosine of any real number. [1,1] [{"name":"value","detail":"Any real value to calculate the hyperbolic cosine of.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
INT 0 Rounds a number down to the nearest integer that is less than or equal to it. Rounds number down to nearest integer. [1,1] [{"name":"value","detail":"The value to round down to the nearest integer.","example":"99.44","require":"m","repeat":"n","type":"rangenumber"}]
ISEVEN 0 Checks whether the provided value is even. Whether the provided value is even. [1,1] [{"name":"value","detail":"The value to be verified as even.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
ISODD 0 Checks whether the provided value is odd. Whether the provided value is odd. [1,1] [{"name":"value","detail":"The value to be verified as odd.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
LCM 0 Returns the least common multiple of one or more integers. Least common multiple of one or more integers. [1,255] [{"name":"value1","detail":"The first value or range whose factors to consider in a calculation to find the least common multiple.","example":"A2:A5","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges whose factors to consider to find the least common multiple.","example":"3","require":"o","repeat":"y","type":"rangeall"}]
LN 0 Returns the logarithm of a number, base e (Euler's number). The logarithm of a number, base e (euler's number). [1,1] [{"name":"value","detail":"The value for which to calculate the logarithm, base e.","example":"100","require":"m","repeat":"n","type":"rangenumber"}]
LOG 0 Returns the logarithm of a number with respect to a base. The logarithm of a number with respect to a base. [1,2] [{"name":"value","detail":"The value for which to calculate the logarithm.","example":"128","require":"m","repeat":"n","type":"rangenumber"},{"name":"base","detail":"The base to use for calculation of the logarithm.","example":"2","require":"o","repeat":"n","type":"rangenumber"}]
LOG10 0 Returns the logarithm of a number, base 10. The logarithm of a number, base 10. [1,1] [{"name":"value","detail":"The value for which to calculate the logarithm, base 10.","example":"100","require":"m","repeat":"n","type":"rangenumber"}]
MOD 0 Returns the result of the modulo operator, the remainder after a division operation. Modulo (remainder) operator. [2,2] [{"name":"dividend","detail":"The number to be divided to find the remainder.","example":"10","require":"m","repeat":"n","type":"rangenumber"},{"name":"divisor","detail":"The number to divide by.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
MROUND 0 Rounds one number to the nearest integer multiple of another. Rounds a number to the nearest integer multiple. [2,2] [{"name":"value","detail":"The number to round to the nearest integer multiple of another.","example":"21","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor","detail":"The number to whose multiples `value` will be rounded.","example":"14","require":"m","repeat":"n","type":"rangenumber"}]
ODD 0 Rounds a number up to the nearest odd integer. Rounds a number up to the nearest odd integer. [1,1] [{"name":"value","detail":"The value to round to the next greatest odd number.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
SUMSQ 0 Returns the sum of the squares of a series of numbers and/or cells. Sum of squares. [1,255] [{"name":"value1","detail":"The first number or range whose squares to add together.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional numbers or ranges whose squares to add to the square(s) of `value1`.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
COMBIN 0 Returns the number of ways to choose some number of objects from a pool of a given size of objects. Number of combinations from a set of objects. [2,2] [{"name":"n","detail":"The size of the pool of objects to choose from.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"k","detail":"The number of objects to choose.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
SUM 0 Returns the sum of a series of numbers and/or cells. Sum of a series of numbers and/or cells. [1,255] [{"name":"value1","detail":"The first number or range to add together.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional numbers or ranges to add to `value1`.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
SUBTOTAL 0 Returns a subtotal for a vertical range of cells using a specified aggregation function. Subtotal for a range using a specific function. [2,256] [{"name":"function_code","detail":"The function to use in subtotal aggregation.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"range1","detail":"The first range over which to calculate a subtotal.","example":"A2:A5","require":"m","repeat":"n","type":"range"},{"name":"range2","detail":"Additional ranges over which to calculate subtotals.","example":"B2:B8","require":"o","repeat":"y","type":"range"}]
ASIN 0 Returns the inverse sine of a value, in radians. Inverse sine of a value, in radians. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse sine. Must be between `-1` and `1`, inclusive.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
COUNTIF 1 Returns a conditional count across a range. A conditional count across a range. [2,2] [{"name":"range","detail":"The range that is tested against `criterion`.","example":"A1:A10","require":"m","repeat":"n","type":"range"},{"name":"criterion","detail":"The pattern or test to apply to `range`.","example":"\">20\"","require":"m","repeat":"n","type":"rangeall"}]
RADIANS 0 Converts an angle value in degrees to radians. Converts an angle value in degrees to radians. [1,1] [{"name":"angle","detail":"The angle to convert from degrees to radians.","example":"180","require":"m","repeat":"n","type":"rangenumber"}]
RAND 0 Returns a random number between 0 inclusive and 1 exclusive. A random number between 0 inclusive and 1 exclusive. [0,0] []
COUNTUNIQUE 0 Counts the number of unique values in a list of specified values and ranges. Counts number of unique values in a range. [1,255] [{"name":"value1","detail":"The first value or range to consider for uniqueness.","example":"A1:C100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider for uniqueness.","example":"1","require":"o","repeat":"n","type":"rangeall"}]
DEGREES 0 Converts an angle value in radians to degrees. Converts an angle value in radians to degrees. [1,1] [{"name":"angle","detail":"The angle to convert from radians to degrees.","example":"PI()","require":"m","repeat":"n","type":"rangenumber"}]
ERFC 9 Returns the complementary Gauss error function of a value. Complementary gauss error function of a value. [1,1] [{"name":"z","detail":"The number for which to calculate the complementary Gauss error function.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
EVEN 0 Rounds a number up to the nearest even integer. Rounds a number up to the nearest even integer. [1,1] [{"name":"value","detail":"The value to round to the next greatest even number.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
EXP 0 Returns Euler's number, e (~2.718) raised to a power. Euler's number, e (~2.718) raised to a power. [1,1] [{"name":"exponent","detail":"The exponent to raise e to.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
FACT 0 Returns the factorial of a number. Factorial of a number. [1,1] [{"name":"value","detail":"The number or reference to a number whose factorial will be calculated and returned.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
FACTDOUBLE 0 Returns the "double factorial" of a number. "double factorial" of a number. [1,1] [{"name":"value","detail":"The number or reference to a number whose double factorial will be calculated and returned.","example":"6","require":"m","repeat":"n","type":"rangenumber"}]
PI 0 Returns the value of Pi to 14 decimal places. The number pi. [0,0] []
FLOOR 0 Rounds a number down to the nearest integer multiple of specified significance `factor`. Rounds number down to nearest multiple of a factor. [2,2] [{"name":"value","detail":"The value to round down to the nearest integer multiple of `factor`.","example":"23.25","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor","detail":"The number to whose multiples `value` will be rounded.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"}]
GCD 0 Returns the greatest common divisor of one or more integers. Greatest common divisor of one or more integers. [1,255] [{"name":"value1","detail":"The first value or range whose factors to consider in a calculation to find the greatest common divisor.","example":"A2:A5","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges whose factors to consider to find the greatest common divisor.","example":"96","require":"o","repeat":"y","type":"rangeall"}]
RANDBETWEEN 0 Returns a uniformly random integer between two values, inclusive. Random integer between two values, inclusive. [2,2] [{"name":"low","detail":"The low end of the random range.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"high","detail":"The high end of the random range.","example":"10","require":"m","repeat":"n","type":"rangenumber"}]
ROUND 0 Rounds a number to a certain number of decimal places according to standard rules. Rounds a number according to standard rules. [2,2] [{"name":"value","detail":"The value to round to `places` number of places.","example":"99.44","require":"m","repeat":"n","type":"rangenumber"},{"name":"places","detail":"The number of decimal places to which to round.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
ROUNDDOWN 0 Rounds a number to a certain number of decimal places, always rounding down to the next valid increment. Rounds down a number. [2,2] [{"name":"value","detail":"The value to round to `places` number of places, always rounding down.","example":"99.44","require":"m","repeat":"n","type":"rangenumber"},{"name":"places","detail":"The number of decimal places to which to round.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
ROUNDUP 0 Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Rounds up a number. [2,2] [{"name":"value","detail":"The value to round to `places` number of places, always rounding up.","example":"99.44","require":"m","repeat":"n","type":"rangenumber"},{"name":"places","detail":"The number of decimal places to which to round.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
SERIESSUM 0 Given parameters `x`, `n`, `m`, and `a`, returns the power series sum a Sum of a power series. [4,4] [{"name":"x","detail":"The input to the power series. Varies depending on the type of approximation, may be angle, exponent, or some other value.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"n","detail":"The initial power to which to raise `x` in the power series.","example":"0","require":"m","repeat":"n","type":"rangenumber"},{"name":"m","detail":"The additive increment by which to increase `x`.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"a","detail":"The array or range containing the coefficients of the power series.","example":"{FACT(0)","require":"m","repeat":"n","type":"rangenumber"}]
SIGN 0 Given an input number, returns `-1` if it is negative, `1` if positive, and `0` if it is zero. Sign of a provided number (+/-/0). [1,1] [{"name":"value","detail":"The value whose sign will be evaluated.","example":"-42","require":"m","repeat":"n","type":"rangenumber"}]
SIN 0 Returns the sine of an angle provided in radians. Sine of an angle provided in radians. [1,1] [{"name":"angle","detail":"The angle to find the sine of, in radians.","example":"PI()","require":"m","repeat":"n","type":"rangenumber"}]
SINH 0 Returns the hyperbolic sine of any real number. Hyperbolic sine of any real number. [1,1] [{"name":"value","detail":"Any real value to calculate the hyperbolic sine of.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
SQRT 0 Returns the positive square root of a positive number. Positive square root of a positive number. [1,1] [{"name":"value","detail":"The number for which to calculate the positive square root.","example":"9","require":"m","repeat":"n","type":"rangenumber"}]
SQRTPI 0 Returns the positive square root of the product of Pi and the given positive number. Square root of the product of pi and number. [1,1] [{"name":"value","detail":"The number which will be multiplied by Pi and have the product's square root returned","example":"9","require":"m","repeat":"n","type":"rangenumber"}]
GAMMALN 1 Returns the logarithm of a specified Gamma function, base e (Euler's number). Logarithm of gamma function. [1,1] [{"name":"value","detail":"The input to the Gamma function. The natural logarithm of Gamma(`value`) will be returned.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
COS 0 Returns the cosine of an angle provided in radians. Cosine of an angle provided in radians. [1,1] [{"name":"angle","detail":"The angle to find the cosine of, in radians.","example":"PI()","require":"m","repeat":"n","type":"rangenumber"}]
TRUNC 0 Truncates a number to a certain number of significant digits by omitting less significant digits. Truncates a number. [1,2] [{"name":"value","detail":"The value to be truncated.","example":"3.141592654","require":"m","repeat":"n","type":"rangenumber"},{"name":"places","detail":"The number of significant digits to the right of the decimal point to retain.","example":"2","require":"o","repeat":"n","type":"rangenumber"}]
QUOTIENT 0 Returns one number divided by another. One number divided by another. [2,2] [{"name":"dividend","detail":"The number to be divided.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"divisor","detail":"The number to divide by.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
POWER 0 Returns a number raised to a power. A number raised to a power. [2,2] [{"name":"base","detail":"The number to raise to the `exponent` power.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"exponent","detail":"The exponent to raise `base` to.","example":"0.5","require":"m","repeat":"n","type":"rangenumber"}]
SUMIFS 0 Returns the sum of a range depending on multiple criteria. Sums a range depending on multiple criteria. [3,257] [{"name":"sum_range","detail":"The range to sum.","example":"A1:A10","require":"m","repeat":"n","type":"range"},{"name":"criteria_range1","detail":"The range to check against criterion1.","example":" B1:B10","require":"m","repeat":"n","type":"range"},{"name":"criterion1","detail":"The pattern or test to apply to criteria_range1.","example":" \">20\"","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria_range2","detail":"Additional ranges to check.","example":" C1:C10","require":"o","repeat":"y","type":"rangeall"}]
COUNTIFS 1 Returns the count of a range depending on multiple criteria. Count values depending on multiple criteria. [2,256] [{"name":"criteria_range1","detail":"The range to check against `criterion1`.","example":"A1:A10","require":"m","repeat":"n","type":"range"},{"name":"criterion1","detail":"The pattern or test to apply to `criteria_range1`.","example":" \">20\"","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria_range2","detail":"Additional ranges to check.","example":" B1:B10","require":"o","repeat":"y","type":"rangeall"}]
PRODUCT 0 Returns the result of multiplying a series of numbers together. Result of multiplying a series of numbers together. [1,255] [{"name":"factor1","detail":"The first number or range to calculate for the product.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor2","detail":"More numbers or ranges to calculate for the product.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
HARMEAN 1 Calculates the harmonic mean of a dataset. The harmonic mean of a dataset. [1,255] [{"name":"value1","detail":"The first value or range of the population.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the population.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
HYPGEOMDIST 1 Calculates the probability of drawing a certain number of successes in a certain number of tries given a population of a certain size containing a certain number of successes, without replacement of draws. Hypergeometric distribution probability. [5,5] [{"name":"num_successes","detail":"The desired number of successes.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"num_draws","detail":"The number of permitted draws.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"successes_in_pop","detail":"The total number of successes in the population.","example":"20","require":"m","repeat":"n","type":"rangenumber"},{"name":"pop_size","detail":"The total size of the population","example":"40","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Determine the logical value of the function form. \n\nIf cumulative is TRUE(), HYPGEOM.DIST returns the cumulative distribution function;\n\nif FALSE(), it returns the probability density function.","example":"TRUE()","require":"m","repeat":"n","type":"rangeall"}]
INTERCEPT 1 Calculates the y-value at which the line resulting from linear regression of a dataset will intersect the y-axis (x=0). Y-intercept of line derived via linear regression. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
KURT 1 Calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakedness" of that dataset. Kurtosis of a dataset. [1,255] [{"name":"value1","detail":"The first value or range of the dataset.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the dataset.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
LARGE 1 Returns the nth largest element from a data set, where n is user-defined. Nth largest element from a data set. [2,2] [{"name":"data","detail":"Array or range containing the dataset to consider.","example":"A2:B100","require":"m","repeat":"n","type":"rangenumber"},{"name":"n","detail":"The rank from largest to smallest of the element to return.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
STDEVA 1 Calculates the standard deviation based on a sample, setting text to the value `0`. Standard deviation of sample (text as 0). [1,255] [{"name":"value1","detail":"The first value or range of the sample.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the sample.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
STDEVP 1 Calculates the standard deviation based on an entire population. Standard deviation of an entire population. [1,255] [{"name":"value1","detail":"The first value or range of the population.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the population.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
GEOMEAN 1 Calculates the geometric mean of a dataset. The geometric mean of a dataset. [1,255] [{"name":"value1","detail":"The first value or range of the population.","example":"1","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to include in the population.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
RANK_EQ 1 Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the top rank of the entries will be returned. Top rank of a specified value in a dataset. [2,3] [{"name":"value","detail":"The value whose rank will be determined.","example":"A10","require":"m","repeat":"n","type":"rangenumber"},{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A1:A100","require":"m","repeat":"n","type":"range"},{"name":"is_ascending","detail":"Whether to consider the values in `data` in descending or ascending order. If omitted, the default is descending (FALSE).","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
RANK_AVG 1 Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the average rank of the entries will be returned. Average rank of a specified value in a dataset. [2,3] [{"name":"value","detail":"The value whose rank will be determined.","example":"A10","require":"m","repeat":"n","type":"rangenumber"},{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A1:A100","require":"m","repeat":"n","type":"range"},{"name":"is_ascending","detail":"Whether to consider the values in `data` in descending or ascending order. If omitted, the default is descending (FALSE).","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
PERCENTRANK_EXC 1 Returns the percentage rank (percentile) from 0 to 1 exclusive of a specified value in a dataset. Percentage rank (percentile) from 0 to 1 exclusive. [2,3] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A1:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value","detail":"The value whose percentage rank will be determined.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"significant_digits","detail":"The number of significant figures to use in the calculation. Default is 3.","example":"4","require":"o","repeat":"n","type":"rangenumber"}]
PERCENTRANK_INC 1 Returns the percentage rank (percentile) from 0 to 1 inclusive of a specified value in a dataset. Percentage rank (percentile) from 0 to 1 inclusive. [2,3] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A1:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value","detail":"The value whose percentage rank will be determined.","example":" A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"significant_digits","detail":"The number of significant figures to use in the calculation. Default is 3.","example":"4","require":"o","repeat":"n","type":"rangenumber"}]
FORECAST 1 Calculates the expected y-value for a specified x based on a linear regression of a dataset. Expected y-value based of linear regression. [3,3] [{"name":"x","detail":"The value on the x-axis to forecast.","example":"A1","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
FISHERINV 1 Returns the inverse Fisher transformation of a specified value. Inverse fisher transformation of a specified value. [1,1] [{"name":"value","detail":"The value for which to calculate the inverse Fisher transformation.","example":"0.962","require":"m","repeat":"n","type":"rangenumber"}]
FISHER 1 Returns the Fisher transformation of a specified value. Fisher transformation of a specified value. [1,1] [{"name":"value","detail":"The value for which to calculate the Fisher transformation.","example":"0.962","require":"m","repeat":"n","type":"rangenumber"}]
MODE_SNGL 1 Returns the most commonly occurring value in a dataset. Most commonly occurring value in a dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating mode.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating mode.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
WEIBULL_DIST 1 Returns the value of the Weibull distribution function (or Weibull cumulative distribution function) for a specified shape and scale. Weibull distribution function. [4,4] [{"name":"x","detail":"The input to the Weibull distribution function.","example":"2.4","require":"m","repeat":"n","type":"rangenumber"},{"name":"shape","detail":"The shape parameter of the Weibull distribution function.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"scale","detail":"The scale parameter of the Weibull distribution function.","example":"3","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Whether to use the cumulative distribution function.","example":"TRUE()","require":"m","repeat":"n","type":"rangeall"}]
COUNT 1 Returns the number of numeric values in a dataset. The number of numeric values in dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when counting.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider when counting.","example":"B2:B100","require":"o","repeat":"y","type":"rangeall"}]
COUNTA 1 Returns the number of values in a dataset. The number of values in a dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when counting.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider when counting.","example":"B2:B100","require":"o","repeat":"y","type":"rangeall"}]
AVEDEV 1 Calculates the average of the magnitudes of deviations of data from a dataset's mean. Average magnitude of deviations from mean. [1,255] [{"name":"value1","detail":"The first value or range of the sample.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the sample.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
AVERAGE 1 Returns the numerical average value in a dataset, ignoring text. Numerical average value in a dataset, ignoring text. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the average value.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the average value.","example":"B2:B100","require":"o","repeat":"y","type":"rangeall"}]
AVERAGEA 1 Returns the numerical average value in a dataset. Numerical average value in a dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the average value.","example":"A2:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the average value.","example":"B2:B100","require":"o","repeat":"y","type":"rangeall"}]
BINOM_DIST 1 Calculates the probability of drawing a certain number of successes (or a maximum number of successes) in a certain number of tries given a population of a certain size containing a certain number of successes, with replacement of draws. Binomial distribution probability. [4,4] [{"name":"num_successes","detail":"The number of successes for which to calculate the probability in `num_trials` trials.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"num_trials","detail":"The number of independent trials.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"prob_success","detail":"The probability of success in any given trial.","example":"0.005","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Whether to use the binomial cumulative distribution.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
BINOM_INV 1 Calculates the smallest value for which the cumulative binomial distribution is greater than or equal to a specified criteria. Inverse cumulative binomial distribution function. [3,3] [{"name":"num_trials","detail":"The number of independent trials.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"prob_success","detail":"The probability of success in any given trial.","example":"0.005","require":"m","repeat":"n","type":"rangenumber"},{"name":"target_prob","detail":"The desired threshold probability.","example":"0.8","require":"m","repeat":"n","type":"rangenumber"}]
CONFIDENCE_NORM 1 Calculates the width of half the confidence interval for a normal distribution. Confidence interval for a normal distribution. [3,3] [{"name":"alpha","detail":"One minus the desired confidence level. E.g. `0.1` for `0.9`, or 90%, confidence.","example":"0.05","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation of the population.","example":"1.6","require":"m","repeat":"n","type":"rangenumber"},{"name":"pop_size","detail":"The size of the population.","example":"250","require":"m","repeat":"n","type":"rangenumber"}]
CORREL 1 Calculates r, the Pearson product-moment correlation coefficient of a dataset. Pearson Product-Moment Correlation Coefficient. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
COVARIANCE_P 1 Calculates the covariance of a dataset. The covariance of a dataset. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"}]
COVARIANCE_S 1 Calculates the sample covariance of a dataset. The sample covariance of a dataset. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
DEVSQ 1 Calculates the sum of squares of deviations based on a sample. The sum of squares of deviations based on a sample. [1,255] [{"name":"value1","detail":"The first value or range of the sample.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the sample.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
EXPON_DIST 1 Returns the value of the exponential distribution function with a specified lambda at a specified value. Exponential distribution function. [3,3] [{"name":"x","detail":"The input to the exponential distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"lambda","detail":"The lambda to specify the exponential distribution function.","example":"0.5","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Whether to use the exponential cumulative distribution.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
AVERAGEIF 1 Returns the average of a range depending on criteria. Average of values depending on criteria. [2,3] [{"name":"criteria_range","detail":"The range to check against `criterion`.","example":"A1:A10","require":"m","repeat":"n","type":"rangeall"},{"name":"criterion","detail":"The pattern or test to apply to `criteria_range`.","example":"\">20\"","require":"m","repeat":"n","type":"rangeall"},{"name":"average_range","detail":"The range to average. If not included, `criteria_range` is used for the average instead.","example":"B1:B10","require":"o","repeat":"n","type":"rangeall"}]
AVERAGEIFS 1 Returns the average of a range depending on multiple criteria. Average of values depending on multiple criteria. [2,255] [{"name":"average_range","detail":"The range to average.","example":"A1:A10","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria_range1","detail":"The range to check against `criterion1`.","example":" B1:B10","require":"m","repeat":"n","type":"rangeall"},{"name":"criterion1","detail":"The pattern or test to apply to `criteria_range1`.","example":" \">20\"","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria_range2","detail":"Additional ranges to check.","example":" C1:C10","require":"m","repeat":"n","type":"rangeall"}]
PERMUT 1 Returns the number of ways to choose some number of objects from a pool of a given size of objects, considering order. Number of permutations from a number of objects. [2,2] [{"name":"n","detail":"The size of the pool of objects to choose from.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"k","detail":"The number of objects to choose.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
TRIMMEAN 1 Calculates the mean of a dataset excluding some proportion of data from the high and low ends of the dataset. Mean of a dataset excluding high/low ends. [2,2] [{"name":"data","detail":"Array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"range"},{"name":"exclude_proportion","detail":"The proportion of the dataset to exclude, from the extremities of the set.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"}]
PERCENTILE_EXC 1 Returns the value at a given percentile of a dataset exclusive of 0 and 1. Value at a given percentile of a dataset exclusive of 0 and 1. [2,2] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"percentile","detail":"The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned.","example":"0.25","require":"m","repeat":"n","type":"rangenumber"}]
PERCENTILE_INC 1 Returns the value at a given percentile of a dataset. Value at a given percentile of a dataset. [2,2] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"percentile","detail":"The percentile whose value within `data` will be calculated and returned.`","example":"0.25","require":"m","repeat":"n","type":"rangenumber"}]
PEARSON 1 Calculates r, the Pearson product-moment correlation coefficient of a dataset. Pearson Product-Moment Correlation Coefficient. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
NORM_S_INV 1 Returns the value of the inverse standard normal distribution function for a specified value. Inverse standard normal distribution function. [1,1] [{"name":"x","detail":"The input to the inverse standard normal distribution function.","example":"0.75","require":"m","repeat":"n","type":"rangenumber"}]
NORM_S_DIST 1 Returns the value of the standard normal cumulative distribution function for a specified value. Standard normal cumulative distribution function. [2,2] [{"name":"x","detail":"The input to the standard normal cumulative distribution function.","example":"2.4","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Determine the logical value of the function form. \n\nIf TRUE(), it returns the cumulative distribution function;\n\nIf it is FALSE(), it returns the probability density function.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
NORM_INV 1 Returns the value of the inverse normal distribution function for a specified value, mean, and standard deviation. Inverse normal distribution function. [3,3] [{"name":"x","detail":"The input to the inverse normal distribution function.","example":"0.75","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean (mu) of the normal distribution function.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation (sigma) of the normal distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
NORM_DIST 1 Returns the value of the normal distribution function (or normal cumulative distribution function) for a specified value, mean, and standard deviation. Normal distribution function. [4,4] [{"name":"x","detail":"The input to the normal distribution function.","example":"2.4","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean (mu) of the normal distribution function.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation (sigma) of the normal distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Whether to use the normal cumulative distribution function rather than the distribution function.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
NEGBINOM_DIST 1 Calculates the probability of drawing a certain number of failures before a certain number of successes given a probability of success in independent trials. Negative binomial distribution probability. [4,4] [{"name":"num_failures","detail":"The number of failures to model.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"num_successes","detail":"The number of successes to model.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"prob_success","detail":"The probability of success in any given trial.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Determine the logical value of the function form. \n\nIf TRUE(), it returns the cumulative distribution function;\n\nIf it is FALSE(), it returns the probability density function.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
MINA 1 Returns the minimum numeric value in a dataset. Minimum numeric value in a dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the minimum value.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the minimum value.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
MIN 1 Returns the minimum value in a numeric dataset. Minimum value in a numeric dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the minimum value.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the minimum value.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
MEDIAN 1 Returns the median value in a numeric dataset. Median value in a numeric dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the median value.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the median value.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
MAXA 1 Returns the maximum numeric value in a dataset. Maximum numeric value in a dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the maximum value.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the maximum value.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
MAX 1 Returns the maximum value in a numeric dataset. Maximum value in a numeric dataset. [1,255] [{"name":"value1","detail":"The first value or range to consider when calculating the maximum value.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to consider when calculating the maximum value.","example":"B2:B100","require":"o","repeat":"y","type":"rangenumber"}]
LOGNORM_INV 1 Returns the value of the inverse log-normal cumulative distribution with given mean and standard deviation at a specified value. Inverse log-normal cumulative distribution function. [3,3] [{"name":"x","detail":"The input to the inverse log-normal cumulative distribution function.","example":"0.4","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean (mu) of the inverse log-normal cumulative distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation (sigma) of the inverse log-normal cumulative distribution function.","example":"6","require":"m","repeat":"n","type":"rangenumber"}]
LOGNORM_DIST 1 Returns the value of the log-normal cumulative distribution with given mean and standard deviation at a specified value. Log-normal cumulative distribution probability. [4,4] [{"name":"x","detail":"The input to the log-normal cumulative distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean (mu) of the log-normal cumulative distribution function.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation (sigma) of the log-normal cumulative distribution function.","example":"6","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Determine the logical value of the function form. \n\nIf TRUE(), it returns the cumulative distribution function;\n\nIf it is FALSE(), it returns the probability density function.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
Z_TEST 1 Returns the one-tailed p-value of a Z-test with standard distribution. One-tailed p-value of a z-test. [2,3] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"range"},{"name":"value","detail":"The test statistic to use in the Z-test.","example":"B2","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation to assume for the Z-test. If this is not provided, the standard deviation of the data will be used.","example":"3","require":"o","repeat":"n","type":"rangenumber"}]
PROB 1 Given a set of values and corresponding probabilities, calculates the probability that a value chosen at random falls between two limits. Probability values lie in a range. [3,4] [{"name":"data","detail":"Array or range containing the dataset to consider.","example":"A3:A6","require":"m","repeat":"n","type":"range"},{"name":"probabilities","detail":"Array or range containing probabilities corresponding to `data`.","example":"2","require":"m","repeat":"n","type":"range"},{"name":"low_limit","detail":"The lower bound on the value range for which to calculate the probability.","example":"3","require":"m","repeat":"n","type":"rangenumber"},{"name":"high_limit","detail":"The upper bound on the value range for which to calculate the probability.","example":"4","require":"o","repeat":"n","type":"rangenumber"}]
QUARTILE_EXC 1 Returns a value nearest to a specified quartile of a dataset exclusive of 0 and 4. Value nearest to a specific quartile of a dataset exclusive of 0 and 4. [2,2] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"quartile_number","detail":"Which quartile to return.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
QUARTILE_INC 1 Returns a value nearest to a specified quartile of a dataset. Value nearest to a specific quartile of a dataset. [2,2] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"quartile_number","detail":"Which quartile value to return.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
POISSON_DIST 1 Returns the value of the Poisson distribution function (or Poisson cumulative distribution function) for a specified value and mean. Poisson distribution function. [3,3] [{"name":"x","detail":"The input to the Poisson distribution function.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean (mu) of the Poisson distribution function.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Whether to use the Poisson cumulative distribution function rather than the distribution function.","example":"FALSE()","require":"m","repeat":"n","type":"rangeall"}]
RSQ 1 Calculates the square of r, the Pearson product-moment correlation coefficient of a dataset. Square of the correlation coefficient. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
T_DIST 1 Calculates the left tail probability for a Student's t-distribution with a given input (x). The left-tailed Student's t-distribution [3,3] [{"name":"x","detail":"The input to the t-distribution function.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom","detail":"The number of degrees of freedom.","example":"30","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"If cumulative is TRUE, T.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.","example":"TRUE()","require":"m","repeat":"n","type":"rangeall"}]
T_DIST_2T 1 Calculates the probability for two tailed Student's t-distribution with a given input (x). The two tailed Student's t-distribution [2,2] [{"name":"x","detail":"The input to the t-distribution function.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom","detail":"The number of degrees of freedom.","example":"30","require":"m","repeat":"n","type":"rangenumber"}]
T_DIST_RT 1 Calculates the right tail probability for a Student's t-distribution with a given input (x). The right-tailed Student's t-distribution [2,2] [{"name":"x","detail":"The input to the t-distribution function.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom","detail":"The number of degrees of freedom.","example":"30","require":"m","repeat":"n","type":"rangenumber"}]
T_INV 1 Calculates the negative inverse of the one-tailed TDIST function. T.INV [2,2] [{"name":"probability","detail":"The probability associated with the two-tailed t-distribution.","example":"0.35","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom","detail":"The number of degrees of freedom.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
T_INV_2T 1 Calculates the inverse of the two-tailed TDIST function. T.INV.2T [2,2] [{"name":"probability","detail":"The probability associated with the two-tailed t-distribution.","example":"0.35","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom","detail":"The number of degrees of freedom.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
T_TEST 1 t-test. Returns the probability associated with Student's t-test. Determines whether two samples are likely to have come from the same two underlying populations that have the same mean. Returns the probability associated with t-test. [4,4] [{"name":"range1","detail":"The first sample of data or group of cells to consider for the t-test.","example":"A1:A4","require":"m","repeat":"n","type":"rangenumber"},{"name":"range2","detail":"The second sample of data or group of cells to consider for the t-test.","example":"B1:B4","require":"m","repeat":"n","type":"rangenumber"},{"name":"tails","detail":"Specifies the number of distribution tails.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"type","detail":"Specifies the type of t-test.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
F_DIST 1 Calculates the left-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. F probability distribution (left-tailed). [4,4] [{"name":"x","detail":"The input to the F probability distribution function. The value at which to evaluate the function.","example":"15.35","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom1","detail":"The numerator of the number of degrees of freedom.","example":"7","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom2","detail":"The denominator of the number of degrees of freedom.","example":"6","require":"m","repeat":"n","type":"rangenumber"},{"name":"cumulative","detail":"Logical value that determines the form of the function.","example":"TRUE()","require":"m","repeat":"n","type":"rangeall"}]
F_DIST_RT 1 Calculates the right-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. F probability distribution. [3,3] [{"name":"x","detail":"The input to the F probability distribution function. The value at which to evaluate the function.","example":"15.35","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom1","detail":"The numerator of the number of degrees of freedom.","example":"7","require":"m","repeat":"n","type":"rangenumber"},{"name":"degrees_freedom2","detail":"The denominator of the number of degrees of freedom.","example":"6","require":"m","repeat":"n","type":"rangenumber"}]
VAR_P 1 Calculates the variance based on an entire population. Variance of entire population. [1,255] [{"name":"value1","detail":"The first value or range of the population.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the population.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
VAR_S 1 Calculates the variance based on a sample. Variance. [1,255] [{"name":"value1","detail":"The first value or range of the sample.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the sample.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
VARA 1 Calculates the variance based on a sample, setting text to the value `0`. Variance of sample (text as 0). [1,255] [{"name":"value1","detail":"The first value or range of the sample.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the sample.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
VARPA 1 Calculates the variance based on an entire population, setting text to the value `0`. Variance of entire population (text as 0). [1,255] [{"name":"value1","detail":"The first value or range of the population.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"Additional values or ranges to include in the population.","example":"2","require":"o","repeat":"y","type":"rangenumber"}]
STEYX 1 Calculates the standard error of the predicted y-value for each x in the regression of a dataset. Standard error of predicted y-values in regression. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
STANDARDIZE 1 Calculates the normalized equivalent of a random variable given mean and standard deviation of the distribution. Normalized equivalent of a random variable. [3,3] [{"name":"value","detail":"The value of the random variable to normalize.","example":"96","require":"m","repeat":"n","type":"rangenumber"},{"name":"mean","detail":"The mean of the distribution.","example":"80","require":"m","repeat":"n","type":"rangenumber"},{"name":"standard_deviation","detail":"The standard deviation of the distribution.","example":"6.7","require":"m","repeat":"n","type":"rangenumber"}]
SMALL 1 Returns the nth smallest element from a data set, where n is user-defined. Nth smallest element in a data set. [2,2] [{"name":"data","detail":"The array or range containing the dataset to consider.","example":"A2:B100","require":"m","repeat":"n","type":"range"},{"name":"n","detail":"The rank from smallest to largest of the element to return.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
SLOPE 1 Calculates the slope of the line resulting from linear regression of a dataset. Slope of line from linear regression of data. [2,2] [{"name":"data_y","detail":"The range representing the array or matrix of dependent data.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"data_x","detail":"The range representing the array or matrix of independent data.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
SKEW 1 Calculates the skewness of a dataset, which describes the symmetry of that dataset about the mean. Skewness of a dataset. [1,255] [{"name":"value1","detail":"The first value or range of the dataset.","example":"1","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to include in the dataset.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
SKEW_P 1 Calculates the skewness of a dataset, which describes the symmetry of that dataset about the mean. This assumes the dataset is for the population. Skewness of a population's dataset. [1,255] [{"name":"value1","detail":"The first value or range of the dataset.","example":"1","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional values or ranges to include in the dataset.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
VLOOKUP 2 Vertical lookup. Searches down the first column of a range for a key and returns the value of a specified cell in the row found. Vertical lookup. [3,4] [{"name":"search_key","detail":"The value to search for. For example, `42`, `\"Cats\"`, or `I24`.","example":"10003","require":"m","repeat":"n","type":"rangeall"},{"name":"range","detail":"The range to consider for the search. The first column in the range is searched for the key specified in `search_key`.","example":"A2:B26","require":"m","repeat":"n","type":"rangeall"},{"name":"index","detail":"The column index of the value to be returned, where the first column in `range` is numbered 1.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"is_sorted","detail":"Indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for `search_key` will be returned.","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
HLOOKUP 2 Horizontal lookup. Searches across the first row of a range for a key and returns the value of a specified cell in the column found. Horizontal lookup [3,4] [{"name":"search_key","detail":"The value to search for. For example, `42`, `\"Cats\"`, or `I24`.","example":"10003","require":"m","repeat":"n","type":"rangeall"},{"name":"range","detail":"The range to consider for the search. The first row in the range is searched for the key specified in `search_key`.","example":"A2:Z6","require":"m","repeat":"n","type":"rangeall"},{"name":"index","detail":"The row index of the value to be returned, where the first row in `range` is numbered 1.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"is_sorted","detail":"Indicates whether the row to be searched (the first row of the specified range) is sorted.","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
LOOKUP 2 Looks through a sorted row or column for a key and returns the value of the cell in a result range located in the same position as the search row or column. Look up a value. [2,3] [{"name":"search_key","detail":"The value to search for in the row or column. For example, `42`, `\"Cats\"`, or `I24`.","example":"10003","require":"m","repeat":"n","type":"rangeall"},{"name":"search_range|search_result_array","detail":"One method of using this function is to provide a single sorted row or column `search_range` to look through for the `search_key` with a second argument `result_range`. The other way is to combine these two arguments into one `search_result_array` where the first row or column is searched and a value is returned from the last row or column in the array. If `search_key` is not found, a non-exact match may be returned.","example":"A1:A100","require":"m","repeat":"n","type":"rangeall"},{"name":"result_range","detail":"The range from which to return a result. The value returned corresponds to the location where `search_key` is found in `search_range`. This range must be only a single row or column and should not be used if using the `search_result_array` method.","example":"B1:B100","require":"o","repeat":"n","type":"rangeall"}]
ADDRESS 2 Returns a cell reference as a string. Cell reference as a string. [2,5] [{"name":"row","detail":"The row number of the cell reference","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"column","detail":"The column number (not name) of the cell reference. `A` is column number `1`.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"absolute_relative_mode","detail":"An indicator of whether the reference is row/column absolute. `1` is row and column absolute (e.g. $A$1), `2` is row absolute and column relative (e.g. A$1), `3` is row relative and column absolute (e.g. $A1), and `4` is row and column relative (e.g. A1).","example":"4","require":"o","repeat":"n","type":"rangenumber"},{"name":"use_a1_notation","detail":"A boolean indicating whether to use `A1` style notation (TRUE) or `R1C1` style notation (FALSE).","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"},{"name":"sheet","detail":"Text indicating the name of the sheet into which the address points.","example":"\"Sheet2\"","require":"o","repeat":"n","type":"rangeall"}]
INDIRECT 2 Returns a cell reference specified by a string. A cell reference specified by a string. [1,2] [{"name":"cell_reference_as_string","detail":"A cell reference, written as a string with surrounding quotation marks.","example":"\"Sheet2!\"&B10","require":"m","repeat":"n","type":"rangeall"},{"name":"is_A1_notation","detail":"Indicates if the cell reference is in A1 notation (TRUE) or R1C1 notation (FALSE).","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
ROW 2 Returns the row number of a specified cell. Row number of a specified cell. [0,1] [{"name":"cell_reference","detail":"The cell whose row number will be returned.","example":"A9","require":"o","repeat":"n","type":"rangeall"}]
ROWS 2 Returns the number of rows in a specified array or range. Number of rows in a specified array or range. [1,1] [{"name":"range","detail":"The range whose row count will be returned.","example":"A9:A62","require":"m","repeat":"n","type":"rangenumber"}]
COLUMN 2 Returns the column number of a specified cell, with `A=1`. Column number of a specified cell. [0,1] [{"name":"cell_reference","detail":"The cell whose column number will be returned. Column `A` corresponds to `1`.","example":"A9","require":"o","repeat":"n","type":"rangeall"}]
COLUMNS 2 Returns the number of columns in a specified array or range. Number of columns in a specified array or range. [1,1] [{"name":"range","detail":"The range whose column count will be returned.","example":"A9:W62","require":"m","repeat":"n","type":"rangenumber"}]
OFFSET 2 Returns a range reference shifted a specified number of rows and columns from a starting cell reference. A range reference offset relative to a cell. [3,5] [{"name":"cell_reference","detail":"The starting point from which to count the offset rows and columns.","example":"A2","require":"m","repeat":"n","type":"range"},{"name":"offset_rows","detail":"The number of rows to offset by.","example":"3","require":"m","repeat":"n","type":"rangenumber"},{"name":"offset_columns","detail":"The number of columns to offset by.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"height","detail":"The height of the range to return starting at the offset target.","example":"2","require":"o","repeat":"n","type":"rangenumber"},{"name":"width","detail":"The width of the range to return starting at the offset target.","example":"2","require":"o","repeat":"n","type":"rangenumber"}]
MATCH 2 Returns the relative position of an item in a range that matches a specified value. Position of item in range that matches value. [2,3] [{"name":"search_key","detail":"The value to search for. For example, `42`, `\"Cats\"`, or `I24`.","example":"\"Sunday\"","require":"m","repeat":"n","type":"rangeall"},{"name":"range","detail":"The one-dimensional array to be searched.","example":"A2:A9","require":"m","repeat":"n","type":"range"},{"name":"search_type","detail":"The search method. `1` (default) finds the largest value less than or equal to `search_key` when `range` is sorted in ascending order. `0` finds the exact value when `range` is unsorted. `-1` finds the smallest value greater than or equal to `search_key` when `range` is sorted in descending order.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
INDEX 2 Returns the content of a cell, specified by row and column offset. Content of cell specified by row and column offset. [2,3] [{"name":"reference","detail":"The array of cells to be offset into.","example":"A1:C20","require":"m","repeat":"n","type":"range"},{"name":"row","detail":"The number of offset rows.","example":"5","require":"m","repeat":"n","type":"rangenumber"},{"name":"column","detail":"The number of offset columns.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
GETPIVOTDATA 2 Extracts an aggregated value from a pivot table that corresponds to the specified row and column headings. Extracts an aggregated value from a pivot table that corresponds to the specified row and column headings. [2,254] [{"name":"value_name","detail":"The name of the value in the pivot table for which you want to get data.","example":"\"SUM of number of units\"","require":"m","repeat":"n","type":"rangeall"},{"name":"any_pivot_table_cell","detail":"Any reference to a cell in the desired pivot table (top corner recommended).","example":"'Pivot table'!A1","require":"m","repeat":"n","type":"rangeall"},{"name":"original_column","detail":"The name of the column in the original data set (not the pivot table).","example":"\"division\"","require":"o","repeat":"y","type":"rangeall"},{"name":"pivot_item","detail":"The name of the row or column shown in the pivot table corresponding to *original_column* that you want to retrieve.","example":"\"east\"","require":"o","repeat":"y","type":"rangeall"}]
CHOOSE 2 Returns an element from a list of choices based on index. An element from a list of choices based on index. [2,255] [{"name":"index","detail":"Which choice (of the up to 30 provided) to return.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"choice1","detail":"A potential value to return. Required. May be a reference to a cell or an individual value.","example":"\"A\"","require":"m","repeat":"n","type":"rangeall"},{"name":"choice2","detail":"Additional values among which to choose.","example":"\"B\"","require":"o","repeat":"y","type":"rangeall"}]
HYPERLINK 2 Creates a hyperlink inside a cell. Creates a hyperlink inside a cell. [{"name":"url","detail":"The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL.","example":"\"http://www.luckysheet.com/\"","require":"m","repeat":"n","type":"rangeall"},{"name":"link_label","detail":"The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label.","example":"\"luckysheet\"","require":"m","repeat":"n","type":"rangeall"}]
TIME 6 Converts a provided hour, minute, and second into a time. Converts hour/minute/second into a time. [3,3] [{"name":"hour","detail":"The hour component of the time.","example":"11","require":"m","repeat":"n","type":"rangenumber"},{"name":"minute","detail":"The minute component of the time.","example":"40","require":"m","repeat":"n","type":"rangenumber"},{"name":"second","detail":"The second component of the time.","example":"59","require":"m","repeat":"n","type":"rangenumber"}]
TIMEVALUE 6 Returns the fraction of a 24-hour day the time represents. Converts a time string into its serial number representation. [1,1] [{"name":"time_string","detail":"The string that holds the time representation.","example":"\"2:15 PM\"","require":"m","repeat":"n","type":"rangeall"}]
EOMONTH 6 Returns a date on the last day of a month that falls a specified number of months before or after another date. Last day of a month before or after a date. [2,2] [{"name":"start_date","detail":"The date from which to calculate the result.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"months","detail":"The number of months before (negative) or after (positive) 'start_date' to consider.","example":"7","require":"m","repeat":"n","type":"rangenumber"}]
EDATE 6 Returns a date a specified number of months before or after another date. Date a number of months before/after another date. [2,2] [{"name":"start_date","detail":"The date from which to calculate the result.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"months","detail":"The number of months before (negative) or after (positive) 'start_date' to calculate.","example":"7","require":"m","repeat":"n","type":"rangenumber"}]
SECOND 6 Returns the second component of a specific time, in numeric format. Second component of a specific time. [1,1] [{"name":"time","detail":"The time from which to calculate the second component","example":"TIME(11","require":"m","repeat":"n","type":"rangeall"}]
MINUTE 6 Returns the minute component of a specific time, in numeric format. Minute component of a specific time. [1,1] [{"name":"time","detail":"The time from which to calculate the minute component.","example":"TIME(11","require":"m","repeat":"n","type":"rangeall"}]
HOUR 6 Returns the hour component of a specific time, in numeric format. Hour component of a specific time. [1,1] [{"name":"time","detail":"The time from which to calculate the hour component.","example":"TIME(11","require":"m","repeat":"n","type":"rangeall"}]
NOW 6 Returns the current date and time as a date value. Current date and time as a date value. [0,0] []
NETWORKDAYS 6 Returns the number of net working days between two provided days. Net working days between two provided days. [2,3] [{"name":"start_date","detail":"The start date of the period from which to calculate the number of net working days.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"end_date","detail":"The end date of the period from which to calculate the number of net working days.","example":"7","require":"m","repeat":"n","type":"rangeall"},{"name":"holidays","detail":"A range or array constant containing the date serial numbers to consider holidays.","example":"16)","require":"o","repeat":"n","type":"rangeall"}]
NETWORKDAYS_INTL 6 Returns the number of net working days between two provided days excluding specified weekend days and holidays. Net working days between two dates (specifying weekends). [2,4] [{"name":"start_date","detail":"The start date of the period from which to calculate the number of net working days.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"end_date","detail":"The end date of the period from which to calculate the number of net working days.","example":"7","require":"m","repeat":"n","type":"rangeall"},{"name":"weekend","detail":"A number or string representing which days of the week are considered weekends.","example":"16)","require":"o","repeat":"n","type":"rangeall"},{"name":"holidays","detail":"A range or array constant containing the dates to consider as holidays.","example":"DATE(1969","require":"o","repeat":"n","type":"rangeall"}]
ISOWEEKNUM 6 Returns a number representing the ISO week of the year where the provided date falls. ISO week number of the year. [1,1] [{"name":"date","detail":"The date for which to determine the ISO week number. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"}]
WEEKNUM 6 Returns a number representing the week of the year where the provided date falls. Week number of the year. [1,2] [{"name":"date","detail":"The date for which to determine the week number. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"type","detail":"A number representing the day that a week starts on. Sunday = 1.","example":"7","require":"o","repeat":"n","type":"rangenumber"}]
WEEKDAY 6 Returns a number representing the day of the week of the date provided. Day of the week of the date provided (as number). [1,2] [{"name":"date","detail":"The date for which to determine the day of the week. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"type","detail":"A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1.","example":"7","require":"o","repeat":"n","type":"rangenumber"}]
DAY 6 Returns the day of the month that a specific date falls on, in numeric format. Day of the month that a specific date falls on. [1,1] [{"name":"date","detail":"The date from which to extract the day.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"}]
DAYS 6 Returns the number of days between two dates. Number of days between two dates. [2,2] [{"name":"end_date","detail":"The end of the date range.","example":"2011-3-15","require":"m","repeat":"n","type":"rangeall"},{"name":"start_date","detail":"The start of the date range.","example":"2011-2-1","require":"m","repeat":"n","type":"rangeall"}]
DAYS360 6 Returns the difference between two days based on the 360 day year used in some financial interest calculations. Days between two dates on a 360-day year. [2,3] [{"name":"start_date","detail":"The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"end_date","detail":"The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"7","require":"m","repeat":"n","type":"rangeall"},{"name":"method","detail":"An indicator of what day count method to use.","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
DATE 6 Converts a provided year, month, and day into a date. Converts year/month/day into a date. [3,3] [{"name":"year","detail":"The year component of the date.","example":"1969","require":"m","repeat":"n","type":"rangenumber"},{"name":"month","detail":"The month component of the date.","example":"7","require":"m","repeat":"n","type":"rangenumber"},{"name":"day","detail":"The day component of the date.","example":"20","require":"m","repeat":"n","type":"rangenumber"}]
DATEVALUE 6 Converts a provided date string in a known format to a date value. Converts a date string to a date value. [1,1] [{"name":"date_string","detail":"The string representing the date.","example":"\"1969-7-20\"","require":"m","repeat":"n","type":"rangeall"}]
DATEDIF 6 Calculates the number of days, months, or years between two dates. Date Difference. [3,3] [{"name":"start_date","detail":"The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"end_date","detail":"The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"7","require":"m","repeat":"n","type":"rangeall"},{"name":"unit","detail":"A string abbreviation for unit of time. For example, \"M\" for month. Accepted values are \"Y\",\"M\",\"D\",\"MD\",\"YM\",\"YD\".","example":"16)","require":"m","repeat":"n","type":"rangeall"}]
WORKDAY 6 Calculates the date after a number of working days from a specified start date. Number of working days from start date. [2,3] [{"name":"start_date","detail":"The date from which to begin counting.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"num_days","detail":"The number of working days to advance from `start_date`. If negative, counts backwards.","example":"7","require":"m","repeat":"n","type":"rangenumber"},{"name":"holidays","detail":"A range or array constant containing the dates to consider holidays.","example":"16)","require":"o","repeat":"n","type":"rangeall"}]
WORKDAY_INTL 6 Calculates the date after a specified number of workdays excluding specified weekend days and holidays. Date after a number of workdays (specifying weekends). [2,4] [{"name":"start_date","detail":"The date from which to begin counting.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"num_days","detail":"The number of working days to advance from `start_date`. If negative, counts backwards.","example":"7","require":"m","repeat":"n","type":"rangenumber"},{"name":"weekend","detail":"A number or string representing which days of the week are considered weekends.","example":"16)","require":"o","repeat":"n","type":"rangeall"},{"name":"holidays","detail":"A range or array constant containing the dates to consider holidays.","example":"DATE(1969","require":"o","repeat":"n","type":"rangeall"}]
YEAR 6 Returns the year specified by a given date. Year specified by a given date. [1,1] [{"name":"date","detail":"The date from which to extract the year.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"}]
YEARFRAC 6 Returns the number of years, including fractional years, between two dates using a specified day count convention. Exact number of years between two dates. [2,3] [{"name":"start_date","detail":"The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"end_date","detail":"The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.","example":"7","require":"m","repeat":"n","type":"rangeall"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"16)","require":"o","repeat":"n","type":"rangenumber"}]
TODAY 6 Returns the current date as a date value. Current date as a date value. [0,0] []
MONTH 6 Returns the month of the year a specific date falls in, in numeric format. Month of the year a specific date falls in. [1,1] [{"name":"date","detail":"The date from which to extract the month.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"}]
EFFECT 8 Calculates the annual effective interest rate given the nominal rate and number of compounding periods per year. Annual effective interest rate. [2,2] [{"name":"nominal_rate","detail":"The nominal interest rate per year.","example":"0.99","require":"m","repeat":"n","type":"rangenumber"},{"name":"periods_per_year","detail":"The number of compounding periods per year.","example":"12","require":"m","repeat":"n","type":"rangenumber"}]
DOLLAR 12 Formats a number into the currency specific to your spreadsheet locale. Formats a number as currency specific to your spreadsheet locale. [1,2] [{"name":"number","detail":"The value to be formatted.","example":"1.2351","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_places","detail":"The number of decimal places to display.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
DOLLARDE 8 Converts a price quotation given as a decimal fraction into a decimal value. Converts a decimal fraction to decimal value. [2,2] [{"name":"fractional_price","detail":"The price quotation given using fractional decimal conventions.","example":"100.10","require":"m","repeat":"n","type":"rangenumber"},{"name":"unit","detail":"The units of the fraction, e.g. `8` for 1/8ths or `32` for 1/32nds.","example":"32","require":"m","repeat":"n","type":"rangenumber"}]
DOLLARFR 8 Converts a price quotation given as a decimal value into a decimal fraction. Converts a decimal value to decimal fraction. [2,2] [{"name":"decimal_price","detail":"The price quotation given as a decimal value.","example":"100.125","require":"m","repeat":"n","type":"rangenumber"},{"name":"unit","detail":"The units of the desired fraction, e.g. `8` for 1/8ths or `32` for 1/32nds.","example":"32","require":"m","repeat":"n","type":"rangenumber"}]
DB 8 Calculates the depreciation of an asset for a specified period using the arithmetic declining balance method. Depreciation via declining balance method. [4,5] [{"name":"cost","detail":"The initial cost of the asset.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"salvage","detail":"The value of the asset at the end of depreciation.","example":"50","require":"m","repeat":"n","type":"rangenumber"},{"name":"life","detail":"The number of periods over which the asset is depreciated.","example":"10","require":"m","repeat":"n","type":"rangenumber"},{"name":"period","detail":"The single period within `life` for which to calculate depreciation.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"month","detail":"The number of months in the first year of depreciation.","example":"10","require":"m","repeat":"n","type":"rangenumber"}]
DDB 8 Calculates the depreciation of an asset for a specified period using the double-declining balance method. Depreciation via double-declining balance method. [4,5] [{"name":"cost","detail":"The initial cost of the asset.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"salvage","detail":"The value of the asset at the end of depreciation.","example":"50","require":"m","repeat":"n","type":"rangenumber"},{"name":"life","detail":"The number of periods over which the asset is depreciated.","example":"10","require":"m","repeat":"n","type":"rangenumber"},{"name":"period","detail":"The single period within `life` for which to calculate depreciation.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor","detail":"The factor by which depreciation decreases.","example":"2.25","require":"m","repeat":"n","type":"rangenumber"}]
RATE 8 Calculates the interest rate of an annuity investment based on constant-amount periodic payments and the assumption of a constant interest rate. Interest rate of an annuity investment. [3,6] [{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"payment_per_period","detail":"The amount per period to be paid.","example":"-100","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"400","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"0","require":"o","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"0","require":"o","repeat":"n","type":"rangenumber"},{"name":"rate_guess","detail":"An estimate for what the interest rate will be.","example":"0.1","require":"o","repeat":"n","type":"rangenumber"}]
CUMPRINC 8 Calculates the cumulative principal paid over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Cumulative principal paid over a set of periods. [6,6] [{"name":"rate","detail":"The interest rate.","example":"0.12","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"first_period","detail":"The number of the payment period to begin the cumulative calculation.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"last_period","detail":"The number of the payment period to end the cumulative calculation.","example":"5","require":"m","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
COUPNUM 8 Calculates the number of coupons, or interest payments, between the settlement date and the maturity date of the investment. Number of coupons between settlement and maturity. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"02","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
SYD 8 Calculates the depreciation of an asset for a specified period using the sum of years digits method. Depreciation via sum of years digits method. [4,4] [{"name":"cost","detail":"The initial cost of the asset.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"salvage","detail":"The value of the asset at the end of depreciation.","example":"50","require":"m","repeat":"n","type":"rangenumber"},{"name":"life","detail":"The number of periods over which the asset is depreciated.","example":"10","require":"m","repeat":"n","type":"rangenumber"},{"name":"period","detail":"The single period within `life` for which to calculate depreciation.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
TBILLEQ 8 Calculates the equivalent annualized rate of return of a US Treasury Bill based on discount rate. Equivalent rate of return for a Treasury bill. [3,3] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"1","require":"m","repeat":"n","type":"rangeall"},{"name":"discount","detail":"The discount rate of the bill at time of purchase.","example":"2)","require":"m","repeat":"n","type":"rangenumber"}]
TBILLYIELD 8 Calculates the yield of a US Treasury Bill based on price. The yield of a us treasury bill based on price. [3,3] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"price","detail":"The price at which the security is bought per 100 face value.","example":"95","require":"m","repeat":"n","type":"rangenumber"}]
TBILLPRICE 8 Calculates the price of a US Treasury Bill based on discount rate. Price of US treasury bill. [3,3] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"discount","detail":"The discount rate of the bill at time of purchase.","example":"0.09","require":"m","repeat":"n","type":"rangenumber"}]
PV 8 Calculates the present value of an annuity investment based on constant-amount periodic payments and a constant interest rate. Present value of an annuity investment. [3,5] [{"name":"rate","detail":"The interest rate.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"payment_amount","detail":"The amount per period to be paid.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"D2","require":"o","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"1","require":"o","repeat":"n","type":"rangenumber"}]
ACCRINT 8 Calculates the accrued interest of a security that has periodic payments. Accrued interest of security with periodic payments. [6,8] [{"name":"issue","detail":"The date the security was initially issued.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"first_payment","detail":"The first date interest will be paid.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"10000","require":"m","repeat":"n","type":"rangenumber"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"},{"name":"calc_method","detail":"[Optional-defaults to TRUE()] - A logical value that specifies the method used to calculate the total accrued interest when the settlement date is later than the first interest accrual date. \n\nIf the value is TRUE, the total accrued interest from the issue date to the settlement date is returned. \n\nIf the value is FALSE, return the accrued interest from the first interest accrual date to the settlement date.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
ACCRINTM 8 Calculates the accrued interest of a security that pays interest at maturity. Accrued interest of security paying at maturity. [4,5] [{"name":"issue","detail":"The date the security was initially issued.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity date of the security.","example":"DATE(1969","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"1000","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"12","require":"m","repeat":"n","type":"rangenumber"}]
COUPDAYBS 8 Calculates the number of days from the first coupon, or interest payment, until settlement. Number of days from first coupon to settlement. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
COUPDAYS 8 Calculates the number of days in the coupon, or interest payment, period that contains the specified settlement date. Days in coupon period containing settlement date. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
COUPDAYSNC 8 Calculates the number of days from the settlement date until the next coupon, or interest payment. Days from settlement until next coupon. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
COUPNCD 8 Calculates next coupon, or interest payment, date after the settlement date. Next coupon date after the settlement date. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"01)","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"DATE(2019","require":"o","repeat":"n","type":"rangenumber"}]
COUPPCD 8 Calculates last coupon, or interest payment, date before the settlement date. Last coupon date before settlement date. [3,4] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"01)","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"DATE(2019","require":"o","repeat":"n","type":"rangenumber"}]
FV 8 Calculates the future value of an annuity investment based on constant-amount periodic payments and a constant interest rate. Future value of an annuity investment. [3,5] [{"name":"rate","detail":"The interest rate.","example":"0.12","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"payment_amount","detail":"The amount per period to be paid.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"400","require":"m","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
FVSCHEDULE 8 Calculates the future value of some principal based on a specified series of potentially varying interest rates. Future value of principal from series of rates. [2,2] [{"name":"principal","detail":"The amount of initial capital or value to compound against.","example":"10000","require":"m","repeat":"n","type":"rangenumber"},{"name":"rate_schedule","detail":"A series of interest rates to compound against the `principal`.","example":"A2:A100","require":"m","repeat":"n","type":"range"}]
YIELD 8 Calculates the annual yield of a security paying periodic interest, such as a US Treasury Bond, based on price. Annual yield of a security paying periodic interest. [6,7] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.057","require":"m","repeat":"n","type":"rangenumber"},{"name":"price","detail":"The price at which the security is bought per 100 face value.","example":"95","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
YIELDDISC 8 Calculates the annual yield of a discount (non-interest-bearing) security, based on price. Annual yield of a discount security. [4,5] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"price","detail":"The price at which the security is bought per 100 face value.","example":"95","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
NOMINAL 8 Calculates the annual nominal interest rate given the effective rate and number of compounding periods per year. Annual nominal interest rate. [2,2] [{"name":"effective_rate","detail":"The effective interest rate per year.","example":"0.85","require":"m","repeat":"n","type":"rangenumber"},{"name":"periods_per_year","detail":"The number of compounding periods per year.","example":"12","require":"m","repeat":"n","type":"rangenumber"}]
XIRR 8 Calculates the internal rate of return of an investment based on a specified series of potentially irregularly spaced cash flows. Internal rate of return given non-periodic cashflows. [2,3] [{"name":"cashflow_amounts","detail":"An array or range containing the income or payments associated with the investment.","example":"B2:B25","require":"m","repeat":"n","type":"range"},{"name":"cashflow_dates","detail":"An array or range with dates corresponding to the cash flows in `cashflow_amounts`.","example":"C2:C25","require":"m","repeat":"n","type":"range"},{"name":"rate_guess","detail":"An estimate for what the internal rate of return will be.","example":"250","require":"o","repeat":"n","type":"rangenumber"}]
MIRR 8 Calculates the modified internal rate of return on an investment based on a series of periodic cash flows and the difference between the interest rate paid on financing versus the return received on reinvested income. Modified internal rate of return. [3,3] [{"name":"cashflow_amounts","detail":"An array or range containing the income or payments associated with the investment.","example":"A2:A25","require":"m","repeat":"n","type":"range"},{"name":"financing_rate","detail":"The interest rate paid on funds invested.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"reinvestment_return_rate","detail":"The return (as a percentage) earned on reinvestment of income received from the investment.","example":"0.12","require":"m","repeat":"n","type":"rangenumber"}]
IRR 8 Calculates the internal rate of return on an investment based on a series of periodic cash flows. Internal rate of return given periodic cashflows. [1,2] [{"name":"cashflow_amounts","detail":"An array or range containing the income or payments associated with the investment.","example":"A2:A25","require":"m","repeat":"n","type":"range"},{"name":"rate_guess","detail":"An estimate for what the internal rate of return will be.","example":"200","require":"o","repeat":"n","type":"rangenumber"}]
NPV 8 Calculates the net present value of an investment based on a series of periodic cash flows and a discount rate. The net present value of an investment based on a series of periodic cash flows and a discount rate. [2,255] [{"name":"discount","detail":"The discount rate of the investment over one period.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"cashflow1","detail":"The first future cash flow.","example":"200","require":"m","repeat":"n","type":"rangeall"},{"name":"cashflow2","detail":"Additional future cash flows.","example":"250","require":"o","repeat":"y","type":"rangeall"}]
XNPV 8 Calculates the net present value of an investment based on a specified series of potentially irregularly spaced cash flows and a discount rate. Net present value given non-periodic cashflows. [3,3] [{"name":"discount","detail":"The discount rate of the investment over one period.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"cashflow_amounts","detail":"A range of cells containing the income or payments associated with the investment.","example":"B2:B25","require":"m","repeat":"n","type":"range"},{"name":"cashflow_dates","detail":"A range of cells with dates corresponding to the cash flows in `cashflow_amounts`.","example":"C2:C25","require":"m","repeat":"n","type":"range"}]
CUMIPMT 8 Calculates the cumulative interest over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Cumulative interest paid over a set of periods. [6,6] [{"name":"rate","detail":"The interest rate.","example":"0.12","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"first_period","detail":"The number of the payment period to begin the cumulative calculation.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"last_period","detail":"The number of the payment period to end the cumulative calculation.","example":"5","require":"m","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"0","require":"m","repeat":"n","type":"rangenumber"}]
PMT 8 Calculates the periodic payment for an annuity investment based on constant-amount periodic payments and a constant interest rate. Periodic payment for an annuity investment. [3,5] [{"name":"rate","detail":"The interest rate.","example":"0.08","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":" 100000","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"D2","require":"m","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
IPMT 8 Calculates the payment on interest for an investment based on constant-amount periodic payments and a constant interest rate. Payment on interest for an investment. [4,6] [{"name":"rate","detail":"The interest rate.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"period","detail":"The amortization period, in terms of number of periods.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"12","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"80000","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"E2","require":"m","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"1","require":"m","repeat":"n","type":"rangenumber"}]
PPMT 8 Calculates the payment on the principal of an investment based on constant-amount periodic payments and a constant interest rate. Payment on the principal of an investment. [4,6] [{"name":"rate","detail":"The interest rate.","example":"0.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"period","detail":"The amortization period, in terms of number of periods.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_periods","detail":"The number of payments to be made.","example":"3*12","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"100000","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"0","require":"o","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
INTRATE 8 Calculates the effective interest rate generated when an investment is purchased at one price and sold at another with no interest or dividends generated by the investment itself. Calculates effective interest rate. [4,5] [{"name":"buy_date","detail":"The date of purchase of the investment.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"sell_date","detail":"The date of sale of the investment.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"buy_price","detail":"The price at which the investment was purchased.","example":"100000","require":"m","repeat":"n","type":"rangenumber"},{"name":"sell_price","detail":"The price at which the investment was sold.","example":"101200","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"12","require":"m","repeat":"n","type":"rangenumber"}]
PRICE 8 Calculates the price of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. Price of a security paying periodic interest. [6,7] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.057","require":"m","repeat":"n","type":"rangenumber"},{"name":"yield","detail":"The expected annual yield of the security.","example":"0.065","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
PRICEDISC 8 Calculates the price of a discount (non-interest-bearing) security, based on expected yield. Price of a discount security. [4,5] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"discount","detail":"The discount rate of the security at time of purchase.","example":"0.0525","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
PRICEMAT 8 Calculates the price of a security paying interest at maturity, based on expected yield. Price of security paying interest at maturity. [5,6] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"issue","detail":"The date the security was initially issued.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.061","require":"m","repeat":"n","type":"rangenumber"},{"name":"yield","detail":"The expected annual yield of the security.","example":"0.061","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
RECEIVED 8 Calculates the amount received at maturity for an investment in fixed-income securities purchased on a given date. Amount received at maturity for a security. [4,5] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"investment","detail":"The amount invested (irrespective of face value of each security).","example":"10000000","require":"m","repeat":"n","type":"rangenumber"},{"name":"discount","detail":"The discount rate of the security invested in.","example":"0.0575","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"12","require":"o","repeat":"n","type":"rangenumber"}]
DISC 8 Calculates the discount rate of a security based on price. The discount rate of a security based on price. [4,5] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"price","detail":"The price at which the security is bought per 100 face value.","example":"97.975","require":"m","repeat":"n","type":"rangenumber"},{"name":"redemption","detail":"The redemption amount per 100 face value, or par.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"12","require":"o","repeat":"n","type":"rangenumber"}]
NPER 8 Calculates the number of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Number of payment periods for an investment. [3,5] [{"name":"rate","detail":"The interest rate.","example":"0.12","require":"m","repeat":"n","type":"rangenumber"},{"name":"payment_amount","detail":"The amount of each payment made.","example":"500","require":"m","repeat":"n","type":"rangenumber"},{"name":"present_value","detail":"The current value of the annuity.","example":"40000","require":"m","repeat":"n","type":"rangenumber"},{"name":"future_value","detail":"The future value remaining after the final payment has been made.","example":"0","require":"o","repeat":"n","type":"rangenumber"},{"name":"end_or_beginning","detail":"Whether payments are due at the end (`0`) or beginning (`1`) of each period.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
SLN 8 Calculates the depreciation of an asset for one period using the straight-line method. Depreciation of asset using the straight-line method. [3,3] [{"name":"cost","detail":"The initial cost of the asset.","example":"300000","require":"m","repeat":"n","type":"rangenumber"},{"name":"salvage","detail":"The value of the asset at the end of depreciation.","example":"75000","require":"m","repeat":"n","type":"rangenumber"},{"name":"life","detail":"The number of periods over which the asset is depreciated.","example":"10","require":"m","repeat":"n","type":"rangenumber"}]
DURATION 8 Calculates the number of compounding periods required for an investment of a specified present value appreciating at a given rate to reach a target value. Number of periods for an investment to reach a value. [5,6] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.08","require":"m","repeat":"n","type":"rangenumber"},{"name":"yield","detail":"The expected annual yield of the security.","example":"0.09","require":"m","repeat":"n","type":"rangenumber"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
MDURATION 8 Calculates the modified Macaulay duration of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. Modified Macaulay duration. [5,6] [{"name":"settlement","detail":"The settlement date of the security, the date after issuance when the security is delivered to the buyer.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"maturity","detail":"The maturity or end date of the security, when it can be redeemed at face, or par value.","example":"DATE(2010","require":"m","repeat":"n","type":"rangeall"},{"name":"rate","detail":"The annualized rate of interest.","example":"0.08","require":"m","repeat":"n","type":"rangenumber"},{"name":"yield","detail":"The expected annual yield of the security.","example":"0.09","require":"m","repeat":"n","type":"rangenumber"},{"name":"frequency","detail":"The number of interest or coupon payments per year (1, 2, or 4).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"day_count_convention","detail":"An indicator of what day count method to use.","example":"0","require":"o","repeat":"n","type":"rangenumber"}]
BIN2DEC 9 Converts a signed binary number to decimal format. Converts a signed binary number to decimal format. [1,1] [{"name":"signed_binary_number","detail":"The signed 10-bit binary value to be converted to decimal, provided as a string.","example":"101","require":"m","repeat":"n","type":"rangeall"}]
BIN2HEX 9 Converts a signed binary number to signed hexadecimal format. Converts a binary number to hexadecimal. [1,2] [{"name":"signed_binary_number","detail":"The signed 10-bit binary value to be converted to signed hexademical, provided as a string.","example":"101","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
BIN2OCT 9 Converts a signed binary number to signed octal format. Converts a binary number to octal. [1,2] [{"name":"signed_binary_number","detail":"The signed 10-bit binary value to be converted to signed octal, provided as a string.","example":"101","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
DEC2BIN 9 Converts a decimal number to signed binary format. Converts a decimal number to signed binary format. [1,2] [{"name":"decimal_number","detail":"The decimal value to be converted to signed binary, provided as a string.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
DEC2HEX 9 Converts a decimal number to signed hexadecimal format. Converts a decimal number to hexadecimal. [1,2] [{"name":"decimal_number","detail":"The decimal value to be converted to signed hexadecimal, provided as a string.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
DEC2OCT 9 Converts a decimal number to signed octal format. Converts a decimal number to signed octal format. [1,2] [{"name":"decimal_number","detail":"The decimal value to be converted to signed octal, provided as a string.","example":"100","require":"m","repeat":"n","type":"rangenumber"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
HEX2BIN 9 Converts a signed hexadecimal number to signed binary format. Converts a hexadecimal number to binary. [1,2] [{"name":"signed_hexadecimal_number","detail":"The signed 40-bit hexadecimal value to be converted to signed binary, provided as a string.","example":"\"f3\"","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
HEX2DEC 9 Converts a signed hexadecimal number to decimal format. Converts a hexadecimal number to decimal. [1,1] [{"name":"signed_hexadecimal_number","detail":"The signed 40-bit hexadecimal value to be converted to decimal, provided as a string.","example":"\"f3\"","require":"m","repeat":"n","type":"rangeall"}]
HEX2OCT 9 Converts a signed hexadecimal number to signed octal format. Converts a hexadecimal number to octal. [1,2] [{"name":"signed_hexadecimal_number","detail":"The signed 40-bit hexadecimal value to be converted to signed octal, provided as a string.","example":"\"f3\"","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
OCT2BIN 9 Converts a signed octal number to signed binary format. Converts an octal number to binary. [1,2] [{"name":"signed_octal_number","detail":"The signed 30-bit octal value to be converted to signed binary, provided as a string.","example":"37","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
OCT2DEC 9 Converts a signed octal number to decimal format. Converts a signed octal number to decimal format. [1,1] [{"name":"signed_octal_number","detail":"The signed 30-bit octal value to be converted to decimal, provided as a string.","example":"37","require":"m","repeat":"n","type":"rangeall"}]
OCT2HEX 9 Converts a signed octal number to signed hexadecimal format. Converts an octal number to hexadecimal. [1,2] [{"name":"signed_octal_number","detail":"The signed 30-bit octal value to be converted to signed hexadecimal, provided as a string.","example":"37","require":"m","repeat":"n","type":"rangeall"},{"name":"significant_digits","detail":"The number of significant digits to ensure in the result.","example":"8","require":"o","repeat":"n","type":"rangenumber"}]
COMPLEX 9 Creates a complex number given real and imaginary coefficients. Creates a complex number. [2,3] [{"name":"real_part","detail":"The real coefficient.","example":"3","require":"m","repeat":"n","type":"rangenumber"},{"name":"imaginary_part","detail":"The imaginary coefficient.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"suffix","detail":"The suffix for the imaginary coefficient, can only be 'i' or 'j'. If omitted, 'i' will be used.","example":"\"j\"","require":"o","repeat":"n","type":"rangestring"}]
IMREAL 9 Returns the real coefficient of a complex number. The real coefficient of a complex number. [1,1] [{"name":"complex_number","detail":"The complex number, in the a+bi or a+bj format.","example":"\"4+5i\"","require":"m","repeat":"n","type":"rangeall"}]
IMAGINARY 9 Returns the imaginary coefficient of a complex number. The imaginary coefficient of a complex number. [1,1] [{"name":"complex_number","detail":"The complex number, in the a+bi or a+bj format.","example":"\"4+5i\"","require":"m","repeat":"n","type":"rangeall"}]
IMCONJUGATE 9 Returns the complex conjugate of a number. The complex conjugate of a number. [1,1] [{"name":"number","detail":"The complex number to calculate the conjugate for.","example":"\"3+4i\"","require":"m","repeat":"n","type":"rangeall"}]
IMABS 9 Returns absolute value (or modulus) of a complex number. The absolute value of a complex number. [1,1] [{"name":"number","detail":"The complex number to calculate the absolute value of.","example":"\"3+4i\"","require":"m","repeat":"n","type":"rangeall"}]
DELTA 9 Compare two numeric values, returning 1 if they're equal. Compare two numeric values. [1,2] [{"name":"number1","detail":"The first number to compare.","example":"2","require":"m","repeat":"n","type":"rangenumber"},{"name":"number2","detail":"The second number to compare.","example":"1","require":"o","repeat":"n","type":"rangenumber"}]
IMSUM 9 Returns the sum of a series of complex numbers. Sum of a series of complex numbers. [1,255] [{"name":"value1","detail":"The first complex number or range to add together.","example":"\"3+4i\"","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"Additional complex numbers or ranges to add to `value1`.","example":"\"5-3i\"","require":"o","repeat":"y","type":"rangeall"}]
IMSUB 9 Returns the difference between two complex numbers. The difference between two complex numbers. [2,2] [{"name":"first_number","detail":"The complex number to subtract second_number from.","example":"\"6+5i\"","require":"m","repeat":"n","type":"rangeall"},{"name":"second_number","detail":"The complex number to subtract from first_number.","example":"\"2+3i\"","require":"m","repeat":"n","type":"rangeall"}]
IMPRODUCT 9 Returns the result of multiplying a series of complex numbers together. Result of multiplying a series of complex numbers together. [1,255] [{"name":"factor1","detail":"The first number or range to calculate for the product.","example":"\"3+4i\"","require":"m","repeat":"n","type":"rangeall"},{"name":"factor2","detail":"Additional complex numbers or ranges to calculate for the product.","example":"\"5-3i\"","require":"o","repeat":"y","type":"rangeall"}]
IMDIV 9 Returns one complex number divided by another. One complex number divided by another. [2,2] [{"name":"dividend","detail":"The complex number to be divided.","example":"\"11+16i\"","require":"m","repeat":"n","type":"rangeall"},{"name":"divisor","detail":"The complex number to divide by.","example":"\"3+2i\"","require":"m","repeat":"n","type":"rangeall"}]
NOT 10 Returns the opposite of a logical value - `NOT(TRUE)` returns `FALSE`; `NOT(FALSE)` returns `TRUE`. Returns opposite of provided logical value. [1,1] [{"name":"logical_expression","detail":"An expression or reference to a cell holding an expression that represents some logical value.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
TRUE 10 Returns the logical value `TRUE`. Logical value `true`. [0,0] []
FALSE 10 Returns the logical value `FALSE`. Logical value `false`. [0,0] []
AND 10 Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false. Logical `and` operator. [1,255] [{"name":"logical_expression1","detail":"An expression or reference to a cell containing an expression that represents some logical value, i.e. `TRUE` or `FALSE`, or an expression that can be coerced to a logical value.","example":"A2 = \"foo\"","require":"m","repeat":"n","type":"rangeall"},{"name":"logical_expression2","detail":"More expressions that represent logical values.","example":"A3 = \"bar\"","require":"o","repeat":"y","type":"rangeall"}]
IFERROR 10 Returns the first argument if it is not an error value, otherwise returns the second argument if present, or a blank if the second argument is absent. Value if it is not an error, otherwise 2nd argument. [2,2] [{"name":"value","detail":"The value to return if `value` itself is not an error.","example":"A1","require":"m","repeat":"n","type":"rangeall"},{"name":"value_if_error","detail":"The value the function returns if `value` is an error.","example":"\"Error in cell A1\"","require":"m","repeat":"n","type":"rangeall"}]
IF 10 Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. Returns value depending on logical expression. [2,3] [{"name":"logical_expression","detail":"An expression or reference to a cell containing an expression that represents some logical value, i.e. `TRUE` or `FALSE`.","example":"A2 = \"foo\"","require":"m","repeat":"n","type":"rangeall"},{"name":"value_if_true","detail":"The value the function returns if `logical_expression` is `TRUE`.","example":"\"A2 is foo\"","require":"m","repeat":"n","type":"rangeall"},{"name":"value_if_false","detail":"The value the function returns if `logical_expression` is `FALSE`.","example":"\"A2 was false\"","require":"o","repeat":"n","type":"rangeall"}]
OR 10 Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false. Logical `or` operator. [1,255] [{"name":"logical_expression1","detail":"An expression or reference to a cell containing an expression that represents some logical value, i.e. `TRUE` or `FALSE`, or an expression that can be coerced to a logical value.","example":"A2 = \"foo\"","require":"m","repeat":"n","type":"rangeall"},{"name":"logical_expression2","detail":"More expressions that evaluate to logical values.","example":" A3 = \"bar\"","require":"m","repeat":"n","type":"rangeall"}]
NE 11 Returns `TRUE` if two specified values are not equal and `FALSE` otherwise. Equivalent to the `!=` operator. Not equal. [2,2] [{"name":"value1","detail":"The first value.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The value to test against `value1` for inequality.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
EQ 11 Returns `TRUE` if two specified values are equal and `FALSE` otherwise. Equivalent to the `==` operator. Equal. [2,2] [{"name":"value1","detail":"The first value.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The value to test against `value1` for equality.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
GT 11 Returns `TRUE` if the first argument is strictly greater than the second, and `FALSE` otherwise. Equivalent to the `>` operator. Strictly greater than. [2,2] [{"name":"value1","detail":"The value to test as being greater than `value2`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The second value.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
GTE 11 Returns `TRUE` if the first argument is greater than or equal to the second, and `FALSE` otherwise. Equivalent to the `>=` operator. Greater than or equal to. [2,2] [{"name":"value1","detail":"The value to test as being greater than or equal to `value2`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The second value.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
LT 11 Returns `TRUE` if the first argument is strictly less than the second, and `FALSE` otherwise. Equivalent to the `<` operator. Less than. [2,2] [{"name":"value1","detail":"The value to test as being less than `value2`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The second value.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
LTE 11 Returns `TRUE` if the first argument is less than or equal to the second, and `FALSE` otherwise. Equivalent to the `<=` operator. Less than or equal to. [2,2] [{"name":"value1","detail":"The value to test as being less than or equal to `value2`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The second value.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
ADD 11 Returns the sum of two numbers. Equivalent to the `+` operator. Sum of two numbers [2,2] [{"name":"value1","detail":"The first addend.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"The second addend.","example":"A3","require":"m","repeat":"n","type":"rangenumber"}]
MINUS 11 Returns the difference of two numbers. Equivalent to the `-` operator. Difference of two numbers [2,2] [{"name":"value1","detail":"The minuend, or number to be subtracted from.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"value2","detail":"The subtrahend, or number to subtract from `value1`.","example":"A3","require":"m","repeat":"n","type":"rangenumber"}]
MULTIPLY 11 Returns the product of two numbers. Equivalent to the `*` operator. Product of two numbers [2,2] [{"name":"factor1","detail":"The first multiplicand.","example":"A2","require":"m","repeat":"n","type":"rangenumber"},{"name":"factor2","detail":"The second multiplicand.","example":"B2","require":"m","repeat":"n","type":"rangenumber"}]
DIVIDE 11 Returns one number divided by another. Equivalent to the `/` operator. One number divided by another [2,2] [{"name":"dividend","detail":"The number to be divided.","example":"4","require":"m","repeat":"n","type":"rangenumber"},{"name":"divisor","detail":"The number to divide by.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
CONCAT 11 Returns the concatenation of two values. Equivalent to the `&` operator. Concatenation of two values [2,2] [{"name":"value1","detail":"The value to which `value2` will be appended.","example":"\"de\"","require":"m","repeat":"n","type":"rangeall"},{"name":"value2","detail":"The value to append to `value1`.","example":"\"mystify\"","require":"m","repeat":"n","type":"rangeall"}]
UNARY_PERCENT 11 Returns a value interpreted as a percentage; that is, `UNARY_PERCENT(100)` equals `1`. Value interpreted as a percentage. [1,1] [{"name":"percentage","detail":"The value to interpret as a percentage.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
CONCATENATE 12 Appends strings to one another. Appends strings to one another. [1,255] [{"name":"string1","detail":"The initial string.","example":"\"Super\"","require":"m","repeat":"n","type":"rangeall"},{"name":"string2","detail":"More strings to append in sequence.","example":"\"calla\"","require":"o","repeat":"y","type":"rangeall"}]
CODE 12 Returns the numeric Unicode map value of the first character in the string provided. Numeric unicode map value of character. [1,1] [{"name":"string","detail":"The string whose first character's Unicode map value will be returned.","example":"\"a\"","require":"m","repeat":"n","type":"rangeall"}]
CHAR 12 Convert a number into a character according to the current Unicode table. Gets character associated with number. [1,1] [{"name":"table_number","detail":"The number of the character to look up from the current Unicode table in decimal format.","example":"97","require":"m","repeat":"n","type":"rangenumber"}]
ARABIC 12 Computes the value of a Roman numeral. Computes the value of a roman numeral. [1,1] [{"name":"roman_numeral","detail":"The Roman numeral to format, whose value must be between 1 and 3999, inclusive.","example":"\"XIV\"","require":"m","repeat":"n","type":"rangeall"}]
ROMAN 12 Formats a number in Roman numerals. Formats a number in Roman numerals. [1,1] [{"name":"number","detail":"The number to format, between 1 and 3999, inclusive.","example":"499","require":"m","repeat":"n","type":"rangenumber"}]
REGEXEXTRACT 12 Extracts matching substrings according to a regular expression. Extracts matching substrings with regular expression. [2,2] [{"name":"text","detail":"The input text.","example":"\"Needle in a haystack\"","require":"m","repeat":"n","type":"rangeall"},{"name":"regular_expression","detail":"The first part of `text` that matches this expression will be returned.","example":"\".e{2}dle\"","require":"m","repeat":"n","type":"rangeall"}]
REGEXMATCH 12 Whether a piece of text matches a regular expression. Whether a piece of text matches regular expression. [2,2] [{"name":"text","detail":"The text to be tested against the regular expression.","example":"\"Spreadsheets\"","require":"m","repeat":"n","type":"rangeall"},{"name":"regular_expression","detail":"The regular expression to test the text against.","example":"\"S.r\"","require":"m","repeat":"n","type":"rangeall"}]
REGEXREPLACE 12 Replaces part of a text string with a different text string using regular expressions. Replaces text with regular expressions. [3,3] [{"name":"text","detail":"The text, a part of which will be replaced.","example":"\"Spreadsheets\"","require":"m","repeat":"n","type":"rangeall"},{"name":"regular_expression","detail":"The regular expression. All matching instances in `text` will be replaced.","example":"\"S.*d\"","require":"m","repeat":"n","type":"rangeall"},{"name":"replacement","detail":"The text which will be inserted into the original text.","example":"\"Bed\"","require":"m","repeat":"n","type":"rangeall"}]
T 12 Returns string arguments as text, or the empty string if the value is not text. String arguments as text. [1,1] [{"name":"value","detail":"The argument to be converted to text.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
FIXED 12 Formats a number with a fixed number of decimal places. Formats number with fixed number of decimal places. [1,3] [{"name":"number","detail":"The number to format.","example":"3.141592653","require":"m","repeat":"n","type":"rangenumber"},{"name":"number_of_places","detail":"The number of decimal places to display in the result.","example":"2","require":"o","repeat":"n","type":"rangenumber"},{"name":"suppress_separator","detail":"Whether or not to suppress the thousands separator used in some locales (e.g. `1,000` becomes `1000`). Separators will be present if this value is 0 or omitted, and absent otherwise.","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
FIND 12 Returns the position at which a string is first found within text where the capitalization of letters matters. Returns `#VALUE!` if the string is not found. First position of string found in text, case-sensitive. [2,3] [{"name":"search_for","detail":"The string to look for within `text_to_search`.","example":"\"n\"","require":"m","repeat":"n","type":"rangeall"},{"name":"text_to_search","detail":"The text to search for the first occurrence of `search_for`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"starting_at","detail":"The character within `text_to_search` at which to start the search.","example":"14","require":"o","repeat":"n","type":"rangenumber"}]
FINDB 12 Returns the position at which a string is first found within text counting each double-character as 2. Position at which a string is first found within text (binary). [2,3] [{"name":"search_for","detail":"The string to look for within `text_to_search`.","example":"\"new\"","require":"m","repeat":"n","type":"rangeall"},{"name":"text_to_search","detail":"The text to search for the first occurrence of `search_for`.","example":"\"new year\"","require":"m","repeat":"n","type":"rangeall"},{"name":"starting_at","detail":"The character within `text_to_search` at which to start the search.","example":"2","require":"o","repeat":"n","type":"rangenumber"}]
JOIN 12 Concatenates the elements of one or more one-dimensional arrays using a specified delimiter. Concatenates elements of arrays with delimiter. [2,255] [{"name":"delimiter","detail":"The character or string to place between each concatenated value.","example":"\" and-a \"","require":"m","repeat":"n","type":"rangeall"},{"name":"value_or_array1","detail":"The value or values to be appended using `delimiter`.","example":"{1","require":"m","repeat":"n","type":"rangeall"},{"name":"value_or_array2","detail":"More values to be appended using `delimiter`.","example":"2","require":"o","repeat":"y","type":"rangeall"}]
LEFT 12 Returns a substring from the beginning of a specified string. Substring from beginning of specified string. [1,2] [{"name":"string","detail":"The string from which the left portion will be returned.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"number_of_characters","detail":"The number of characters to return from the left side of `string`.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
RIGHT 12 Returns a substring from the end of a specified string. A substring from the end of a specified string. [1,2] [{"name":"string","detail":"The string from which the right portion will be returned.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"number_of_characters","detail":"The number of characters to return from the right side of `string`.","example":"2","require":"m","repeat":"n","type":"rangenumber"}]
MID 12 Returns a segment of a string. A segment of a string. [3,3] [{"name":"string","detail":"The string to extract a segment from.","example":"\"get this\"","require":"m","repeat":"n","type":"rangeall"},{"name":"starting_at","detail":"The index from the left of `string` from which to begin extracting. The first character in `string` has the index 1.","example":"5","require":"m","repeat":"n","type":"rangenumber"},{"name":"extract_length","detail":"The length of the segment to extract.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
LEN 12 Returns the length of a string. Length of a string. [1,1] [{"name":"text","detail":"The string whose length will be returned.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
LENB 12 Returns the length of a string in bytes. Length of a string in bytes. [1,1] [{"name":"text","detail":"The string whose length will be returned.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
LOWER 12 Converts a specified string to lowercase. Converts a specified string to lowercase. [1,1] [{"name":"text","detail":"The string to convert to lowercase.","example":"\"LOREM IPSUM\"","require":"m","repeat":"n","type":"rangeall"}]
UPPER 12 Converts a specified string to uppercase. Converts a specified string to uppercase. [1,1] [{"name":"text","detail":"The string to convert to uppercase.","example":"\"lorem ipsum\"","require":"m","repeat":"n","type":"rangeall"}]
EXACT 12 Tests whether two strings are identical. Tests whether two strings are identical. [2,2] [{"name":"string1","detail":"The first string to compare","example":"A1","require":"m","repeat":"n","type":"rangeall"},{"name":"string2","detail":"The second string to compare","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
REPLACE 12 Replaces part of a text string with a different text string. Replaces part of a text string with different text. [4,4] [{"name":"text","detail":"The text, a part of which will be replaced.","example":"\"Spreadsheets\"","require":"m","repeat":"n","type":"rangeall"},{"name":"position","detail":"The position where the replacement will begin (starting from 1).","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"length","detail":"The number of characters in the text to be replaced.","example":"6","require":"m","repeat":"n","type":"rangenumber"},{"name":"new_text","detail":"The text which will be inserted into the original text.","example":"\"Bed\"","require":"m","repeat":"n","type":"rangeall"}]
REPT 12 Returns specified text repeated a number of times. Specified text repeated a number of times. [2,2] [{"name":"text_to_repeat","detail":"The character or string to repeat.","example":"\"ha\"","require":"m","repeat":"n","type":"rangeall"},{"name":"number_of_repetitions","detail":"The number of times `text_to_repeat` should appear in the value returned.","example":"4","require":"m","repeat":"n","type":"rangenumber"}]
SEARCH 12 Returns the position at which a string is first found within text and ignores capitalization of letters. Returns `#VALUE!` if the string is not found. First position of string found in text, ignoring case. [2,3] [{"name":"search_for","detail":"The string to look for within `text_to_search`.","example":"\"n\"","require":"m","repeat":"n","type":"rangeall"},{"name":"text_to_search","detail":"The text to search for the first occurrence of `search_for`.","example":"A2","require":"m","repeat":"n","type":"rangeall"},{"name":"starting_at","detail":"The character within `text_to_search` at which to start the search.","example":"14","require":"m","repeat":"n","type":"rangenumber"}]
SUBSTITUTE 12 Replaces existing text with new text in a string. Replaces existing text with new text in a string. [3,4] [{"name":"text_to_search","detail":"The text within which to search and replace.","example":"\"search for it\"","require":"m","repeat":"n","type":"rangeall"},{"name":"search_for","detail":"The string to search for within `text_to_search`.","example":"\"search for\"","require":"m","repeat":"n","type":"rangeall"},{"name":"replace_with","detail":"The string that will replace `search_for`.","example":"\"Google\"","require":"m","repeat":"n","type":"rangeall"},{"name":"occurrence_number","detail":"The instance of `search_for` within `text_to_search` to replace with `replace_with`. By default, all occurrences of `search_for` are replaced; however, if `occurrence_number` is specified, only the indicated instance of `search_for` is replaced.","example":"3","require":"m","repeat":"n","type":"rangenumber"}]
CLEAN 12 Returns the text with the non-printable ASCII characters removed. Removes non-printable characters from a piece of text. [1,1] [{"name":"text","detail":"The text whose non-printable characters are to be removed.","example":"\"AF\"&CHAR(31)","require":"m","repeat":"n","type":"rangeall"}]
TEXT 12 Converts a number into text according to a specified format. Formats a number into text. [2,2] [{"name":"number","detail":"The number, date, or time to format.","example":"1.23","require":"m","repeat":"n","type":"rangenumber"},{"name":"format","detail":"The pattern by which to format the number, enclosed in quotation marks.","example":"\"$0.00\"","require":"m","repeat":"n","type":"rangeall"}]
TRIM 12 Removes leading, trailing, and repeated spaces in text. Removes space characters. [1,1] [{"name":"text","detail":"The text or reference to a cell containing text to be trimmed.","example":"\" lorem ipsum\"","require":"m","repeat":"n","type":"rangeall"}]
VALUE 12 Converts a string in any of the date, time or number formats that Google Sheets understands into a number. Converts a date/time/number string into a number. [1,1] [{"name":"text","detail":"The string containing the value to be converted.","example":"\"123\"","require":"m","repeat":"n","type":"rangeall"}]
PROPER 12 Capitalizes each word in a specified string. Capitalizes each word in a specified string. [1,1] [{"name":"text_to_capitalize","detail":"The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase.","example":"\"united states\"","require":"m","repeat":"n","type":"rangeall"}]
CONVERT 13 Converts a numeric value to a different unit of measure. Unit conversion for numbers. [3,3] [{"name":"value","detail":"The numeric value in `start_unit` to convert to `end_unit`.","example":"5.1","require":"m","repeat":"n","type":"rangenumber"},{"name":"start_unit","detail":"The starting unit, the unit currently assigned to `value`.","example":"\"g\"","require":"m","repeat":"n","type":"rangeall"},{"name":"end_unit","detail":"The unit of measure into which to convert the argument, `value`.","example":"\"kg\"","require":"m","repeat":"n","type":"rangeall"}]
SUMX2MY2 14 Calculates the sum of the differences of the squares of values in two arrays. Sum of the differences of squares. [2,2] [{"name":"array_x","detail":"The array or range of values whose squares will be reduced by the squares of corresponding entries in `array_y` and added together.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"array_y","detail":"The array or range of values whose squares will be subtracted from the squares of corresponding entries in `array_x` and added together.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
SUMX2PY2 14 Calculates the sum of the sums of the squares of values in two arrays. Sum of the sums of squares. [2,2] [{"name":"array_x","detail":"The array or range of values whose squares will be added to the squares of corresponding entries in `array_y` and added together.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"array_y","detail":"The array or range of values whose squares will be added to the squares of corresponding entries in `array_x` and added together.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
SUMXMY2 14 Calculates the sum of the squares of differences of values in two arrays. Sum of the squares of differences. [2,2] [{"name":"array_x","detail":"The array or range of values that will be reduced by corresponding entries in `array_y`, squared, and added together.","example":"A2:A100","require":"m","repeat":"n","type":"rangenumber"},{"name":"array_y","detail":"The array or range of values that will be subtracted from corresponding entries in `array_x`, the result squared, and all such results added together.","example":"B2:B100","require":"m","repeat":"n","type":"rangenumber"}]
TRANSPOSE 14 Transposes the rows and columns of an array or range of cells. Transposes the rows and columns of an array. [1,1] [{"name":"array_or_range","detail":"The array or range whose rows and columns will be swapped.","example":"{1,2}","require":"m","repeat":"n","type":"range"}]
TREND 14 Given partial data about a linear trend, fits an ideal linear trend using the least squares method and/or predicts further values. Fits points to linear trend derived via least-squares. [1,4] [{"name":"known_data_y","detail":"The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.","example":"B2:B10","require":"m","repeat":"n","type":"rangenumber"},{"name":"known_data_x","detail":"The values of the independent variable(s) corresponding with `known_data_y`.","example":"A2:A10","require":"o","repeat":"n","type":"rangenumber"},{"name":"new_data_x","detail":"The data points to return the `y` values for on the ideal curve fit.","example":"A11:A13","require":"o","repeat":"n","type":"rangenumber"},{"name":"b","detail":"Given a general linear form of `y = m*x+b` for a curve fit, calculates `b` if `TRUE` or forces `b` to be `0` and only calculates the `m` values if `FALSE`, i.e. forces the curve fit to pass through the origin.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
FREQUENCY 14 Calculates the frequency distribution of a one-column array into specified classes. The frequency distribution of array. [2,2] [{"name":"data","detail":"The array or range containing the values to be counted.","example":"A2:A40","require":"m","repeat":"n","type":"rangenumber"},{"name":"classes","detail":"The array or range containing the set of classes.","example":"B2:B5","require":"m","repeat":"n","type":"rangenumber"}]
GROWTH 14 Given partial data about an exponential growth trend, fits an ideal exponential growth trend and/or predicts further values. Fits points to exponential growth trend. [1,4] [{"name":"known_data_y","detail":"The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.","example":"B2:B10","require":"m","repeat":"n","type":"rangenumber"},{"name":"known_data_x","detail":"The values of the independent variable(s) corresponding with `known_data_y`.","example":"A2:A10","require":"o","repeat":"n","type":"rangenumber"},{"name":"new_data_x","detail":"The data points to return the `y` values for on the ideal curve fit.","example":"A11:A13","require":"o","repeat":"n","type":"rangenumber"},{"name":"b","detail":"Given a general exponential form of `y = b*m^x` for a curve fit, calculates `b` if `TRUE` or forces `b` to be `1` and only calculates the `m` values if `FALSE`.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
LINEST 14 Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method. Best-fit linear trend via least-squares. [1,4] [{"name":"known_data_y","detail":"The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.","example":"B2:B10","require":"m","repeat":"n","type":"rangenumber"},{"name":"known_data_x","detail":"The values of the independent variable(s) corresponding with `known_data_y`.","example":"A2:A10","require":"o","repeat":"n","type":"rangenumber"},{"name":"calculate_b","detail":"Given a linear form of `y = m*x+b`, calculates the y-intercept (`b`) if `TRUE`. Otherwise, forces `b` to be `0` and only calculates the `m` values if `FALSE`, i.e. forces the curve fit to pass through the origin.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"},{"name":"verbose","detail":"A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept (default).","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
LOGEST 14 Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve. Best-fit exponential growth curve. [1,4] [{"name":"known_data_y","detail":"The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.","example":"B2:B10","require":"m","repeat":"n","type":"rangenumber"},{"name":"known_data_x","detail":"The values of the independent variable(s) corresponding with `known_data_y`.","example":"A2:A10","require":"o","repeat":"n","type":"rangenumber"},{"name":"b","detail":"Given a general exponential form of `y = b*m^x` for a curve fit, calculates `b` if `TRUE` or forces `b` to be `1` and only calculates the `m` values if `FALSE`.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"},{"name":"verbose","detail":"A flag specifying whether to return additional regression statistics or only the calculated coefficient and exponents.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
MDETERM 14 Returns the matrix determinant of a square matrix specified as an array or range. Matrix determinant of a square matrix. [1,1] [{"name":"square_matrix","detail":"An array or range with an equal number of rows and columns representing a matrix whose determinant will be calculated.","example":"A1:D4","require":"m","repeat":"n","type":"rangenumber"}]
MINVERSE 14 Returns the multiplicative inverse of a square matrix specified as an array or range. Multiplicative inverse of square matrix. [1,1] [{"name":"square_matrix","detail":"An array or range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated.","example":"A1:D4","require":"m","repeat":"n","type":"rangenumber"}]
MMULT 14 Calculates the matrix product of two matrices specified as arrays or ranges. The matrix product of two matrices. [2,2] [{"name":"matrix1","detail":"The first matrix in the matrix multiplication operation, represented as an array or range.","example":"A1:B3","require":"m","repeat":"n","type":"rangenumber"},{"name":"matrix2","detail":"The second matrix in the matrix multiplication operation, represented as an array or range.","example":"C1:F2","require":"m","repeat":"n","type":"rangenumber"}]
SUMPRODUCT 14 Calculates the sum of the products of corresponding entries in two equal-sized arrays or ranges. Sum of products of elements in two arrays. [1,255] [{"name":"array1","detail":"The first array or range whose entries will be multiplied with corresponding entries in the second such array or range.","example":"A2:C5","require":"m","repeat":"n","type":"rangenumber"},{"name":"array2","detail":"The second array or range whose entries will be multiplied with corresponding entries in the first such array or range.","example":"D2:F5","require":"o","repeat":"y","type":"rangenumber"}]
ISFORMULA 15 Checks whether a value is a formula. Whether a value is a formula. [1,1] [{"name":"cell","detail":"The cell to be verified as containing a formula.","example":"A2","require":"m","repeat":"n","type":"range"}]
CELL 15 Returns the requested information about the specified cell. Gets information about a cell. [2,2] [{"name":"info_type","detail":"The type of information requested (see article for available types)","example":"\"type\"","require":"m","repeat":"n","type":"rangeall"},{"name":"reference","detail":"The reference to the cell.","example":"C2","require":"m","repeat":"n","type":"range"}]
NA 15 Returns the "value not available" error, `#N/A`. The `#N/A` error. [0,0] []
ERROR_TYPE 15 Returns a number corresponding to the error value in a different cell. Error value of cell (as number). [1,1] [{"name":"reference","detail":"The cell to find the error number for although you can also provide the error value directly.","example":"A3","require":"m","repeat":"n","type":"rangeall"}]
ISBLANK 15 Checks whether the referenced cell is empty. Whether the referenced cell is empty. [1,1] [{"name":"value","detail":"Reference to the cell that will be checked for emptiness.","example":"A2","require":"m","repeat":"n","type":"range"}]
ISERR 15 Checks whether a value is an error other than `#N/A`. Whether a value is an error other than `#n/a`. [1,1] [{"name":"value","detail":"The value to be verified as an error type other than `#N/A`.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISERROR 15 Checks whether a value is an error. Whether a value is an error. [1,1] [{"name":"value","detail":"The value to be verified as an error type.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISLOGICAL 15 Checks whether a value is `TRUE` or `FALSE`. Whether a value is `true` or `false`. [1,1] [{"name":"value","detail":"The value to be verified as a logical `TRUE` or `FALSE`.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISNA 15 Checks whether a value is the error `#N/A`. Whether a value is the error `#n/a`. [1,1] [{"name":"value","detail":"The value to be compared with the error value `#N/A`.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISNONTEXT 15 Checks whether a value is non-textual. Whether a value is non-textual. [1,1] [{"name":"value","detail":"The value to be checked.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISNUMBER 15 Checks whether a value is a number. Whether a value is a number. [1,1] [{"name":"value","detail":"The value to be verified as a number.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
ISREF 15 Checks whether a value is a valid cell reference. Whether a value is a valid cell reference. [1,1] [{"name":"value","detail":"The value to be verified as a cell reference.","example":"A2","require":"m","repeat":"n","type":"range"}]
ISTEXT 15 Checks whether a value is text. Whether a value is text. [1,1] [{"name":"value","detail":"The value to be verified as text.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
TYPE 15 Returns a number associated with the type of data passed into the function. Get the type of a value. [1,1] [{"name":"value","detail":"The value whose type is to be determined.","example":"C4","require":"m","repeat":"n","type":"rangeall"}]
N 15 Returns the argument provided as a number. Text is converted to 0 and errors are returned as-is. Argument provided as a number. [1,1] [{"name":"value","detail":"The argument to be converted to a number.","example":"A2","require":"m","repeat":"n","type":"rangeall"}]
TO_DATE 16 Converts a provided number to a date. Converts a provided number to a date. [1,1] [{"name":"value","detail":"The argument or reference to a cell to be converted to a date.","example":"25405","require":"m","repeat":"n","type":"rangenumber"}]
TO_PURE_NUMBER 16 Converts a provided date/time, percentage, currency or other formatted numeric value to a pure number without formatting. Converts any numeric value to a pure number. [1,1] [{"name":"value","detail":"The argument or reference to a cell to be converted to a pure number.","example":"50%","require":"m","repeat":"n","type":"rangeall"}]
TO_TEXT 16 Converts a provided numeric value to a text value. Converts a provided numeric value to a text value. [1,1] [{"name":"value","detail":"The argument or reference to a cell to be converted to text.","example":"24","require":"m","repeat":"n","type":"rangeall"}]
TO_DOLLARS 16 Converts a provided number to a dollar value. Converts a provided number to a dollar value. [1,1] [{"name":"value","detail":"The argument or reference to a cell to be converted to a dollar value.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
TO_PERCENT 16 Converts a provided number to a percentage. Converts a provided number to a percentage. [1,1] [{"name":"value","detail":"The argument or reference to a cell to be converted to a percentage.","example":"A2","require":"m","repeat":"n","type":"rangenumber"}]
DGET 17 Returns a single value from a database table-like array or range using a SQL-like query. Single value from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DMAX 17 Returns the maximum value selected from a database table-like array or range using a SQL-like query. Maximum of values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DMIN 17 Returns the minimum value selected from a database table-like array or range using a SQL-like query. Minimum of values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DAVERAGE 17 Returns the average of a set of values selected from a database table-like array or range using a SQL-like query. Average of a set of values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DCOUNT 17 Counts numeric values selected from a database table-like array or range using a SQL-like query. Counts values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DCOUNTA 17 Counts values, including text, selected from a database table-like array or range using a SQL-like query. Counts values and text from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DPRODUCT 17 Returns the product of values selected from a database table-like array or range using a SQL-like query. Product of values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DSTDEV 17 Returns the standard deviation of a population sample selected from a database table-like array or range using a SQL-like query. Standard deviation of population sample from table. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DSTDEVP 17 Returns the standard deviation of an entire population selected from a database table-like array or range using a SQL-like query. Standard deviation of entire population from table. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DSUM 17 Returns the sum of values selected from a database table-like array or range using a SQL-like query. Sum of values from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DVAR 17 Returns the variance of a population sample selected from a database table-like array or range using a SQL-like query. Variance of population sample from table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
DVARP 17 Returns the variance of an entire population selected from a database table-like array or range using a SQL-like query. Variance of a population from a table-like range. [3,3] [{"name":"database","detail":"The array or range containing the data to consider, structured in such a way that the first row contains the labels for each column's values.","example":"A2:F20","require":"m","repeat":"n","type":"range"},{"name":"field","detail":"Indicates which column in `database` contains the values to be extracted and operated on.","example":"G2","require":"m","repeat":"n","type":"rangeall"},{"name":"criteria","detail":"An array or range containing zero or more criteria to filter the `database` values by before operating.","example":"A22:D23","require":"m","repeat":"n","type":"range"}]
AGE_BY_IDCARD 3 Calculate the age based on the Chinese ID number. Support 15 or 18 Get age based on ID number. [1,2] [{"name":"ID number","example":"A1","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"},{"name":"Deadline","example":"\"2017-10-01\"","detail":"The deadline or range of age calculation. The default is the current day.","require":"o","repeat":"n","type":"rangedatetime"}]
SEX_BY_IDCARD 3 Calculate gender based on Chinese ID number. Support 15 or 18 Get gender based on ID number. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
BIRTHDAY_BY_IDCARD 3 Calculate the birthday based on the Chinese ID number. Support 15 or 18 Get the birthday based on the ID number. [1,2] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"},{"name":"Birthday format","example":"0","detail":"Date type, default:0:[1900/01/01], 1:[1900-01-01], 2:[1900年1月1日]","require":"o","repeat":"n","type":"rangeall"}]
PROVINCE_BY_IDCARD 3 Calculate the province of birthplace based on the Chinese ID number. Support 15 or 18 Get the province of birthplace based on the ID number. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
CITY_BY_IDCARD 3 Calculate the city of birthplace based on the Chinese ID number. Support 15 or 18 Get the city of birthplace based on the ID number. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
STAR_BY_IDCARD 3 Calculate the constellation based on the Chinese ID number. Support 15 or 18 Get the constellation based on the ID number. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
ANIMAL_BY_IDCARD 3 Calculate the zodiac (rat, ox, tiger, rabbit...) based on the Chinese ID number. Support 15 or 18 Get the zodiac according to the ID number. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
ISIDCARD 3 Verify that the format of the ID card is correct. Support 15 or 18 Verify the correctness of the ID card format. [1,1] [{"name":"ID number","example":"\"31033519900101XXXX\"","detail":"15-digit or 18-digit ID number or range.","require":"m","repeat":"n","type":"rangeall"}]
DM_TEXT_CUTWORD 4 Text segmentation. Split a series of words into a series of individual words Chinese text segmentation. [1,2] [{"name":"Text","example":"\"I came to Beijing Tsinghua University\"","detail":"Any text that needs word segmentation.","require":"m","repeat":"n","type":"rangeall"},{"name":"Word segmentation mode","example":"0","detail":"The default is 0[precision mode], 1[full mode], 2[search engine mode].","require":"o","repeat":"n","type":"rangenumber"}]
DM_TEXT_TFIDF 4 Use tf-idf algorithm for keyword extraction. Identify keywords from a series of text tf-idf keyword recognition. [1,3] [{"name":"Text","example":"\"I came to Beijing Tsinghua University\"","detail":"Any text that needs word segmentation.","require":"m","repeat":"n","type":"rangeall"},{"name":"Number of keywords","example":"20","detail":"The number of keywords returned by the algorithm, the default is 20","require":"o","repeat":"n","type":"rangenumber"},{"name":"Corpus","example":"1","detail":"Select a corpus in a specific field, the default is 0[General], 1[Finance], 2[Medical]","require":"o","repeat":"n","type":"rangenumber"}]
DM_TEXT_TEXTRANK 4 Use TextRank algorithm to extract keywords. Identify keywords from a series of text TextRank keyword recognition. [1,3] [{"name":"Text","example":"\"I came to Beijing Tsinghua University\"","detail":"Any text that needs word segmentation.","require":"m","repeat":"n","type":"rangeall"},{"name":"Number of keywords","example":"20","detail":"The number of keywords returned by the algorithm, the default is 20","require":"o","repeat":"n","type":"rangenumber"},{"name":"Corpus","example":"1","detail":"Select a corpus in a specific field, the default is 0[General], 1[Finance], 2[Medical]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_CLOSE 5 According to the stock code and date, return the corresponding stock closing price of A shares. Returns the closing price of stock. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_OPEN 5 According to the stock code and date, return the opening price of stock. Return the opening price of a shares. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_MAX 5 According to the stock code and date, return the highest price of stock. Return the highest price of stock. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_MIN 5 According to the stock code and date, return the lowest price of stock. Returns the lowest price of stock. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_VOLUMN 5 According to the stock code and date, return the corresponding stock trading volume of A shares. Returns the corresponding stock trading volume of A shares. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
DATA_CN_STOCK_AMOUNT 5 According to the stock code and date, return the corresponding stock turnover of A shares. Returns the corresponding stock turnover of A shares. [1,3] [{"name":"Stock code","example":"\"000001\"","detail":"6-digit stock code, required.","require":"m","repeat":"n","type":"rangeall"},{"name":"Date","example":"2015-01-08","detail":"The trading day of the stock, the default is the latest trading day","require":"o","repeat":"n","type":"rangedate"},{"name":"Reversion and exclusion","example":"0","detail":"Select the ex right restoration type of the stock, default to 0 [former reversion], 1 [original price], 2 [post reversion]","require":"o","repeat":"n","type":"rangenumber"}]
ISDATE 6 Returns whether a value is a date. Whether a value is a date. [1,1] [{"name":"value","example":"\"1990-01-01\"","detail":"The value to be verified as a date.","require":"m","repeat":"n","type":"rangeall"}]
LINESPLINES 3 Generate sparklines embedded in the cell to describe the continuous trend of data Generate sparklines line chart [1,8] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Line color","example":"#2ec7c9","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #2ec7c9","require":"o","repeat":"n","type":"rangeall"},{"name":"Line thickness","example":"1","detail":"Line thickness of the line graph, the default is 1px","require":"o","repeat":"n","type":"rangeall"},{"name":"Auxiliary line","example":"avg","detail":"A horizontal line, which can be min, max, avg, median, range or custom value, default 0 none","require":"o","repeat":"n","type":"rangeall"},{"name":"Auxiliary line color","example":"#000","detail":"Color setting of auxiliary line, same as line color configuration, default #000","require":"o","repeat":"n","type":"rangeall"},{"name":"Maximum mark","example":"#fc5c5c","detail":"Identifies the maximum value of the line graph, the same line color configuration, default 0 does not display","require":"o","repeat":"n","type":"rangeall"},{"name":"Minimum mark","example":"#fc5c5c","detail":"Identify the minimum value of the line graph, the same line color configuration, default 0 does not display","require":"o","repeat":"n","type":"rangeall"},{"name":"Mark size","example":"1.5","detail":"The maximum and minimum mark size settings, the default is 1.5","require":"o","repeat":"n","type":"rangeall"}]
AREASPLINES 3 Generate sparklines embedded in the cell area chart, generally used to describe the continuous cumulative value trend of the data Generate sparklines area chart [1,5] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Line color","example":"#2ec7c9","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #2ec7c9","require":"o","repeat":"n","type":"rangeall"},{"name":"Fill color","example":"#CCF3F4","detail":"Form an area chart, the same line color configuration, default 0 does not display","require":"o","repeat":"n","type":"rangeall"},{"name":"Line thickness","example":"1","detail":"Line thickness of the line graph, the default is 1px","require":"o","repeat":"n","type":"rangeall"},{"name":"Auxiliary line","example":"avg","detail":"A horizontal line, which can be min, max, avg, median, range or custom value, default 0 none","require":"o","repeat":"n","type":"rangeall"},{"name":"Auxiliary line color","example":"#000","detail":"Color setting of auxiliary line, same as line color configuration, default #000","require":"o","repeat":"n","type":"rangeall"}]
COLUMNSPLINES 3 Generate sparklines embedded in the vertical histogram of cells, generally used to describe the size of discrete data Generate sparklines vertical histogram [1,6] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Bar interval","example":"1","detail":"The distance between bars, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Bar color","example":"#fc5c5c","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #fc5c5c","require":"o","repeat":"n","type":"rangeall"},{"name":"Negative bar color","example":"#97b552","detail":"Negative bar color setting, representing the color of negative value, same as the bar color configuration, default #97b552","require":"o","repeat":"n","type":"rangeall"},{"name":"Max","example":"100","detail":"The maximum value of the bar chart, used to standardize the length of the bar chart, the default is to automatically calculate false, auto, null","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color palette can set the color of each bar individually, multiple settings can be set, and two formats are supported: 1 color such as #000, which means that the color of the first bar is black; 2 value range: color, such as -2:# 000 indicates that the bar with a value of -2 is black, 0:5:#000 indicates that the bar with a value of 0-5 is black, and the default is empty","require":"o","repeat":"y","type":"rangeall"}]
STACKCOLUMNSPLINES 3 Generate sparklines, a cumulative vertical histogram embedded in a cell, generally used to describe the numerical size of multiple dimensions of discrete data Generate sparklines cumulative vertical histogram [1,5] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Stack by column","example":"1","detail":"If you need to stack by row, set this item to false or 0, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Bar interval","example":"1","detail":"The distance between bars, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Max","example":"100","detail":"The maximum value of the cumulative bar, used to regulate the length of the bar, the default is to automatically calculate false, auto, null","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color palette can individually set the bar color of each dimension, which can be set to the range of A1:A10, etc. The default is #2ec7c9, #fc5c5c, #5ab1ef, #ffb980...","require":"o","repeat":"y","type":"rangeall"}]
BARSPLINES 3 Generate sparklines embedded in the cell, generally used to describe the size of discrete data Generate sparklines horizontal bar graph [1,6] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Bar interval","example":"1","detail":"The distance between bars, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Bar color","example":"#fc5c5c","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #fc5c5c","require":"o","repeat":"n","type":"rangeall"},{"name":"Negative bar color","example":"#97b552","detail":"Negative bar color setting, representing the color of negative value, same as the bar color configuration, default #97b552","require":"o","repeat":"n","type":"rangeall"},{"name":"Max","example":"100","detail":"The maximum value of the bar chart, used to standardize the length of the bar chart, the default is to automatically calculate false, auto, null","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color palette can set the color of each bar individually, multiple settings can be set, and two formats are supported: 1 color such as #000, which means that the color of the first bar is black; 2 value range: color, such as -2:# 000 indicates that the bar with a value of -2 is black, 0:5:#000 indicates that the bar with a value of 0-5 is black, and the default is empty","require":"o","repeat":"y","type":"rangeall"}]
STACKBARSPLINES 3 Generate sparklines, a cumulative horizontal bar graph embedded in a cell, which is generally used to describe the numerical size of multiple dimensions of discrete data Generate sparklines cumulative horizontal bar graph [1,5] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Stack by column","example":"1","detail":"If you need to stack by row, set this item to false or 0, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Bar interval","example":"1","detail":"The distance between bars, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Max","example":"100","detail":"The maximum value of the cumulative bar, used to regulate the length of the bar, the default is to automatically calculate false, auto, null","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color palette can individually set the bar color of each dimension, which can be set to the range of A1:A10, etc. The default is #2ec7c9, #fc5c5c, #5ab1ef, #ffb980...","require":"o","repeat":"y","type":"rangeall"}]
DISCRETESPLINES 3 Generate sparklines embedded in the cell, generally used to describe the trend of discrete data Generate sparklines discrete graph [1,4] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Segmentation threshold","example":"1","detail":"Discrete graph column color distinction, for example: if the value is 0, blue is greater than 0, red is less than 0, and the default is 0","require":"o","repeat":"n","type":"rangeall"},{"name":"Above threshold color","example":"#2ec7c9","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #2ec7c9","require":"o","repeat":"n","type":"rangeall"},{"name":"Below threshold color","example":"#fc5c5c","detail":"The color setting of the bar below the threshold, the same as the color above the threshold, default #fc5c5c","require":"o","repeat":"n","type":"rangeall"}]
TRISTATESPLINES 3 Generate sparklines, a three-state graph embedded in the cell, which is generally used to describe the trend of three situations, such as winning, losing, or drawing. Generate sparklines three-state graph [1,6] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Bar interval","example":"1","detail":"The distance between bars, the default is 1","require":"o","repeat":"n","type":"rangeall"},{"name":"Bar color","example":"#fc5c5c","detail":"The line color of the line graph can be range A1, color table index value or specific color value. Set it to 0 or false to not display it. It supports regx, rgb, rgba, etc. Default #fc5c5c","require":"o","repeat":"n","type":"rangeall"},{"name":"Negative bar color","example":"#97b552","detail":"Negative bar color setting, representing the color of negative value, same as the bar color configuration, default #97b552","require":"o","repeat":"n","type":"rangeall"},{"name":"Zero value bar color","example":"#999","detail":"Zero value bar color setting, representing 0 value color, the same color configuration of the bar, default #999","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color palette can set the color of each bar individually, multiple settings can be set, and two formats are supported: 1 color such as #000, which means that the color of the first bar is black; 2 value range: color, such as -2:# 000 indicates that the bar with a value of -2 is black, 0:5:#000 indicates that the bar with a value of 0-5 is black, and the default is empty","require":"o","repeat":"y","type":"rangeall"}]
PIESPLINES 3 Generate sparklines pie chart embedded in the cell, generally used to describe the proportion of data Generate sparklines pie chart [1,5] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Rotation angle","example":"0","detail":"The rotation angle of the pie chart, the default is 0","require":"o","repeat":"n","type":"rangeall"},{"name":"border","example":"0","detail":"Pie chart border size, default is none 0","require":"o","repeat":"n","type":"rangeall"},{"name":"Border color","example":"#000","detail":"The border color of the pie chart, the default is #000","require":"o","repeat":"n","type":"rangeall"},{"name":"Color palette","example":"#97b552","detail":"The color of the slice can be set in the palette, which can be set to the range of A1:A10, etc. The default is #2ec7c9, #fc5c5c, #5ab1ef, #ffb980...","require":"o","repeat":"y","type":"rangeall"}]
BOXSPLINES 3 Generate sparklines embedded in the cell box plot, generally used to describe the statistical distribution of the data set Generate sparklines box plot [1,4] [{"name":"Range","example":"A1:A20","detail":"Range,Values can be calculated effectively, such as A1:A20, {1,2,3,4,5}, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Outlier ratio","example":"1.5","detail":"The threshold range of outliers, if it is 0 or false, it will not be displayed, the default is 1.5 times","require":"o","repeat":"n","type":"rangeall"},{"name":"Target value","example":"10","detail":"The target value setting on the box plot, the default is false and does not display","require":"o","repeat":"n","type":"rangeall"},{"name":"Point size","example":"1.5","detail":"The radius of the target point and outlier is set, the default is 1.5","require":"o","repeat":"n","type":"rangeall"}]
BULLETSPLINES 3 Generate sparklines embedded in the cell, generally used to describe the task achievement rate Generating sparklines bullets [2,3] [{"name":"Target","example":"10","detail":"The numerical value can be calculated effectively for the achieved target value, such as A1, 100, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"achieved","example":"8","detail":"Only when the value is completed can the value be calculated effectively, such as A1, 100, etc.","require":"m","repeat":"n","type":"rangeall"},{"name":"Contrast","example":"12","detail":"Comparative values, such as excess, minimum, and bottom line for awards, can be effectively calculated, such as A1, 100, etc. You can set up to 9 comparison values","require":"o","repeat":"y","type":"rangeall"}]
COMPOSESPLINES 3 Support multiple types of pictures in the same cell, each parameter represents a sparklines diagram Combine sparklines graphs into one cell [1,1] [{"name":"config","example":"PIESPLINES(A1:A20)","detail":"Sparklines chart settings, such as A1:A20, a completed pie chart, line chart settings, etc.","require":"m","repeat":"y","type":"rangeall"}]
SORT 14 Sorts the rows of a given array or range by the values in one or more columns. Sorts rows of range by specified column. [1,4] [{"name":"range","detail":"The data to be sorted.","example":"A2:A17","require":"m","repeat":"n","type":"rangenumber"},{"name":"sort_column","detail":"The index of the column in `range` or a range outside of `range` containing the values by which to sort.","example":"1","require":"o","repeat":"n","type":"rangenumber"},{"name":"is_ascending","detail":"`TRUE` or `FALSE` indicating whether to sort `sort_column` in ascending order. `FALSE` sorts in descending order.","example":"-1","require":"o","repeat":"n","type":"rangenumber"},{"name":"sort_column2","detail":"Additional columns.","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"}]
FILTER 14 Returns a filtered version of the source range, returning only rows or columns which meet the specified conditions. Filters a range based off provided conditions. [2,3] [{"name":"range","detail":"The data to be filtered.","example":"A5:D20","require":"m","repeat":"n","type":"range"},{"name":"condition1","detail":"A column or row containing true or false values corresponding to the first column or row of `range`, or an array formula evaluating to true or false.","example":"1","require":"m","repeat":"n","type":"range"},{"name":"condition2","detail":"Additional rows or columns containing boolean values `TRUE` or `FALSE` indicating whether the corresponding row or column in `range` should pass through `FILTER`. Can also contain array formula expressions which evaluate to such rows or columns. All conditions must be of the same type (row or column). Mixing row conditions and column conditions is not permitted.","example":"\"\"","require":"o","repeat":"n","type":"rangeall"}]
UNIQUE 14 Returns unique rows in the provided source range, discarding duplicates. Rows are returned in the order in which they first appear in the source range. Unique rows in the provided source range. [1,3] [{"name":"range","detail":"The data to filter by unique entries.","example":"A2:B26","require":"m","repeat":"n","type":"rangenumber"},{"name":"by_col","detail":"[Option] - Logical value, indicating how to compare; by row = FALSE() or omitted; by column = TRUE().","example":"TRUE()","require":"o","repeat":"n","type":"rangeall"},{"name":"occurs_once","detail":"[Option] - Logical value, only one occurrence in the unique value is returned = TRUE(); including all unique values = FALSE() or omitted.","example":"FALSE()","require":"o","repeat":"n","type":"rangeall"}]
RANDARRAY 14 Returns a grid of random numbers between 0 inclusive and 1 exclusive. The grid size will match the provided rows and columns arguments. If neither rows nor columns are provided, then the grid will be size 1 x 1. Returns a grid of random numbers. [0,2] [{"name":"rows","detail":"The number of rows to populate with a random number.","example":"1","require":"o","repeat":"n","type":"rangenumber"},{"name":"columns","detail":"The number of columns to populate with a random number.","example":"1","require":"o","repeat":"n","type":"rangenumber"}]
SEQUENCE 14 Returns a grid of sequential numbers starting at a specified start value and increasing by a specified step size. By default, the sequence starts at and increases by 1. Returns a grid of sequential numbers. [1,4] [{"name":"rows","detail":"The number of rows in the function's resulting grid.","example":"1","require":"m","repeat":"n","type":"rangenumber"},{"name":"columns","detail":"The number of columns in the function's resulting grid. If omitted, the result grid will have 1 column.","example":"1","require":"o","repeat":"n","type":"rangenumber"},{"name":"start","detail":"The number, at which to start the sequence. If omitted, the sequence will start at 1.","example":"1","require":"o","repeat":"n","type":"rangenumber"},{"name":"step","detail":"The amount each value in the sequence will differ by. If omitted, each value will differ by 1.","example":"1","require":"o","repeat":"n","type":"rangenumber"}]
EVALUATE 3 Evaluate a formula or expression expressed in words and return the result Evaluate according to literal formula or expression. [1,1] [{"name":"expression","example":"A1+5*2^2","detail":"Formula or expression","require":"m","repeat":"n","type":"rangeall"}]
REMOTE 5 Calls a function on a remote server Calls a function on a remote back end server/API. [1,1] [{"name":"remote_expression","example":"SUM(A1:A10000000)","detail":"Formula","require":"m","repeat":"n","type":"string"}]