Skip to content

Instantly share code, notes, and snippets.

@shhider
Created October 17, 2018 02:59
Show Gist options
  • Save shhider/96e983c9ffafa356529aa3f49fccbb47 to your computer and use it in GitHub Desktop.
Save shhider/96e983c9ffafa356529aa3f49fccbb47 to your computer and use it in GitHub Desktop.
excel, function, formula, description, category
[
{
"name": "ABS",
"category": "Math and trigonometry",
"description": "Returns the absolute value of a number"
},
{
"name": "ACCRINT",
"category": "Financial",
"description": "Returns the accrued interest for a security that pays periodic interest"
},
{
"name": "ACCRINTM",
"category": "Financial",
"description": "Returns the accrued interest for a security that pays interest at maturity"
},
{
"name": "ACOS",
"category": "Math and trigonometry",
"description": "Returns the arccosine of a number"
},
{
"name": "ACOSH",
"category": "Math and trigonometry",
"description": "Returns the inverse hyperbolic cosine of a number"
},
{
"name": "ACOT",
"category": "Math and trigonometry",
"description": "Returns the arccotangent of a number"
},
{
"name": "ACOTH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic arccotangent of a number"
},
{
"name": "AGGREGATE",
"category": "Math and trigonometry",
"description": "Returns an aggregate in a list or database"
},
{
"name": "ADDRESS",
"category": "Lookup and reference",
"description": "Returns a reference as text to a single cell in a worksheet"
},
{
"name": "AMORDEGRC",
"category": "Financial",
"description": "Returns the depreciation for each accounting period by using a depreciation coefficient"
},
{
"name": "AMORLINC",
"category": "Financial",
"description": "Returns the depreciation for each accounting period"
},
{
"name": "AND",
"category": "Logical",
"description": "Returns TRUE if all of its arguments are TRUE"
},
{
"name": "ARABIC",
"category": "Math and trigonometry",
"description": "Converts a Roman number to Arabic, as a number"
},
{
"name": "AREAS",
"category": "Lookup and reference",
"description": "Returns the number of areas in a reference"
},
{
"name": "ASC",
"category": "Text",
"description": "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters"
},
{
"name": "ASIN",
"category": "Math and trigonometry",
"description": "Returns the arcsine of a number"
},
{
"name": "ASINH",
"category": "Math and trigonometry",
"description": "Returns the inverse hyperbolic sine of a number"
},
{
"name": "ATAN",
"category": "Math and trigonometry",
"description": "Returns the arctangent of a number"
},
{
"name": "ATAN2",
"category": "Math and trigonometry",
"description": "Returns the arctangent from x- and y-coordinates"
},
{
"name": "ATANH",
"category": "Math and trigonometry",
"description": "Returns the inverse hyperbolic tangent of a number"
},
{
"name": "AVEDEV",
"category": "Statistical",
"description": "Returns the average of the absolute deviations of data points from their mean"
},
{
"name": "AVERAGE",
"category": "Statistical",
"description": "Returns the average of its arguments"
},
{
"name": "AVERAGEA",
"category": "Statistical",
"description": "Returns the average of its arguments, including numbers, text, and logical values"
},
{
"name": "AVERAGEIF",
"category": "Statistical",
"description": "Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria"
},
{
"name": "AVERAGEIFS",
"category": "Statistical",
"description": "Returns the average (arithmetic mean) of all cells that meet multiple criteria."
},
{
"name": "BAHTTEXT",
"category": "Text",
"description": "Converts a number to text, using the ß (baht) currency format"
},
{
"name": "BASE",
"category": "Math and trigonometry",
"description": "Converts a number into a text representation with the given radix (base)"
},
{
"name": "BESSELI",
"category": "Engineering",
"description": "Returns the modified Bessel function In(x)"
},
{
"name": "BESSELJ",
"category": "Engineering",
"description": "Returns the Bessel function Jn(x)"
},
{
"name": "BESSELK",
"category": "Engineering",
"description": "Returns the modified Bessel function Kn(x)"
},
{
"name": "BESSELY",
"category": "Engineering",
"description": "Returns the Bessel function Yn(x)"
},
{
"name": "BETADIST",
"category": "Compatibility",
"description": "Returns the beta cumulative distribution function."
},
{
"name": "BETA.DIST",
"category": "Statistical",
"description": "Returns the beta cumulative distribution function"
},
{
"name": "BETAINV",
"category": "Compatibility",
"description": "Returns the inverse of the cumulative distribution function for a specified beta distribution."
},
{
"name": "BETA.INV",
"category": "Statistical",
"description": "Returns the inverse of the cumulative distribution function for a specified beta distribution"
},
{
"name": "BIN2DEC",
"category": "Engineering",
"description": "Converts a binary number to decimal"
},
{
"name": "BIN2HEX",
"category": "Engineering",
"description": "Converts a binary number to hexadecimal"
},
{
"name": "BIN2OCT",
"category": "Engineering",
"description": "Converts a binary number to octal"
},
{
"name": "BINOMDIST",
"category": "Compatibility",
"description": "Returns the individual term binomial distribution probability."
},
{
"name": "BINOM.DIST",
"category": "Statistical",
"description": "Returns the individual term binomial distribution probability"
},
{
"name": "BINOM.DIST.RANGE",
"category": "Statistical",
"description": "Returns the probability of a trial result using a binomial distribution"
},
{
"name": "BINOM.INV",
"category": "Statistical",
"description": "Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value"
},
{
"name": "BITAND",
"category": "Engineering",
"description": "Returns a 'Bitwise And' of two numbers"
},
{
"name": "BITLSHIFT",
"category": "Engineering",
"description": "Returns a value number shifted left by shift_amount bits"
},
{
"name": "BITOR",
"category": "Engineering",
"description": "Returns a bitwise OR of 2 numbers"
},
{
"name": "BITRSHIFT",
"category": "Engineering",
"description": "Returns a value number shifted right by shift_amount bits"
},
{
"name": "BITXOR",
"category": "Engineering",
"description": "Returns a bitwise 'Exclusive Or' of two numbers"
},
{
"name": "CALL",
"category": "Add-in and Automation",
"description": "Calls a procedure in a dynamic link library or code resource"
},
{
"name": "CEILING",
"category": "Math and trigonometry",
"description": "Rounds a number to the nearest integer or to the nearest multiple of significance"
},
{
"name": "CEILING.MATH",
"category": "Math and trigonometry",
"description": "Rounds a number up, to the nearest integer or to the nearest multiple of significance"
},
{
"name": "CEILING.PRECISE",
"category": "Math and trigonometry",
"description": "Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up."
},
{
"name": "CELL",
"category": "Information",
"description": "Returns information about the formatting, location, or contents of a cell."
},
{
"name": "CHAR",
"category": "Text",
"description": "Returns the character specified by the code number"
},
{
"name": "CHIDIST",
"category": "Compatibility",
"description": "Returns the one-tailed probability of the chi-squared distribution."
},
{
"name": "CHIINV",
"category": "Compatibility",
"description": "Returns the inverse of the one-tailed probability of the chi-squared distribution."
},
{
"name": "CHITEST",
"category": "Compatibility",
"description": "Returns the test for independence."
},
{
"name": "CHISQ.DIST",
"category": "Statistical",
"description": "Returns the cumulative beta probability density function"
},
{
"name": "CHISQ.DIST.RT",
"category": "Statistical",
"description": "Returns the one-tailed probability of the chi-squared distribution"
},
{
"name": "CHISQ.INV",
"category": "Statistical",
"description": "Returns the cumulative beta probability density function"
},
{
"name": "CHISQ.INV.RT",
"category": "Statistical",
"description": "Returns the inverse of the one-tailed probability of the chi-squared distribution"
},
{
"name": "CHISQ.TEST",
"category": "Statistical",
"description": "Returns the test for independence"
},
{
"name": "CHOOSE",
"category": "Lookup and reference",
"description": "Chooses a value from a list of values"
},
{
"name": "CLEAN",
"category": "Text",
"description": "Removes all nonprintable characters from text"
},
{
"name": "CODE",
"category": "Text",
"description": "Returns a numeric code for the first character in a text string"
},
{
"name": "COLUMN",
"category": "Lookup and reference",
"description": "Returns the column number of a reference"
},
{
"name": "COLUMNS",
"category": "Lookup and reference",
"description": "Returns the number of columns in a reference"
},
{
"name": "COMBIN",
"category": "Math and trigonometry",
"description": "Returns the number of combinations for a given number of objects"
},
{
"name": "COMBINA",
"category": "Math and trigonometry",
"description": "Returns the number of combinations with repetitions for a given number of items"
},
{
"name": "COMPLEX",
"category": "Engineering",
"description": "Converts real and imaginary coefficients into a complex number"
},
{
"name": "CONCAT",
"category": "Text",
"description": "Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments."
},
{
"name": "CONCATENATE",
"category": "Text",
"description": "Joins several text items into one text item"
},
{
"name": "CONFIDENCE",
"category": "Compatibility",
"description": "Returns the confidence interval for a population mean."
},
{
"name": "CONFIDENCE.NORM",
"category": "Statistical",
"description": "Returns the confidence interval for a population mean"
},
{
"name": "CONFIDENCE.T",
"category": "Statistical",
"description": "Returns the confidence interval for a population mean, using a Student's t distribution"
},
{
"name": "CONVERT",
"category": "Engineering",
"description": "Converts a number from one measurement system to another"
},
{
"name": "CORREL",
"category": "Statistical",
"description": "Returns the correlation coefficient between two data sets"
},
{
"name": "COS",
"category": "Math and trigonometry",
"description": "Returns the cosine of a number"
},
{
"name": "COSH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic cosine of a number"
},
{
"name": "COT",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic cosine of a number"
},
{
"name": "COTH",
"category": "Math and trigonometry",
"description": "Returns the cotangent of an angle"
},
{
"name": "COUNT",
"category": "Statistical",
"description": "Counts how many numbers are in the list of arguments"
},
{
"name": "COUNTA",
"category": "Statistical",
"description": "Counts how many values are in the list of arguments"
},
{
"name": "COUNTBLANK",
"category": "Statistical",
"description": "Counts the number of blank cells within a range"
},
{
"name": "COUNTIF",
"category": "Statistical",
"description": "Counts the number of cells within a range that meet the given criteria"
},
{
"name": "COUNTIFS",
"category": "Statistical",
"description": "Counts the number of cells within a range that meet multiple criteria"
},
{
"name": "COUPDAYBS",
"category": "Financial",
"description": "Returns the number of days from the beginning of the coupon period to the settlement date"
},
{
"name": "COUPDAYS",
"category": "Financial",
"description": "Returns the number of days in the coupon period that contains the settlement date"
},
{
"name": "COUPDAYSNC",
"category": "Financial",
"description": "Returns the number of days from the settlement date to the next coupon date"
},
{
"name": "COUPNCD",
"category": "Financial",
"description": "Returns the next coupon date after the settlement date"
},
{
"name": "COUPNUM",
"category": "Financial",
"description": "Returns the number of coupons payable between the settlement date and maturity date"
},
{
"name": "COUPPCD",
"category": "Financial",
"description": "Returns the previous coupon date before the settlement date"
},
{
"name": "COVAR",
"category": "Compatibility",
"description": "Returns covariance, the average of the products of paired deviations."
},
{
"name": "COVARIANCE.P",
"category": "Statistical",
"description": "Returns covariance, the average of the products of paired deviations"
},
{
"name": "COVARIANCE.S",
"category": "Statistical",
"description": "Returns the sample covariance, the average of the products deviations for each data point pair in two data sets"
},
{
"name": "CRITBINOM",
"category": "Compatibility",
"description": "Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value."
},
{
"name": "CSC",
"category": "Math and trigonometry",
"description": "Returns the cosecant of an angle"
},
{
"name": "CSCH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic cosecant of an angle"
},
{
"name": "CUBEKPIMEMBER",
"category": "Cube",
"description": "Returns a key performance indicator (KPI) name, property, and measure, and displays the name and property in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance."
},
{
"name": "CUBEMEMBER",
"category": "Cube",
"description": "Returns a member or tuple in a cube hierarchy. Use to validate that the member or tuple exists in the cube."
},
{
"name": "CUBEMEMBERPROPERTY",
"category": "Cube",
"description": "Returns the value of a member property in the cube. Use to validate that a member name exists within the cube and to return the specified property for this member."
},
{
"name": "CUBERANKEDMEMBER",
"category": "Cube",
"description": "Returns the nth, or ranked, member in a set. Use to return one or more elements in a set, such as the top sales performer or top 10 students."
},
{
"name": "CUBESET",
"category": "Cube",
"description": "Defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Office Excel."
},
{
"name": "CUBESETCOUNT",
"category": "Cube",
"description": "Returns the number of items in a set."
},
{
"name": "CUBEVALUE",
"category": "Cube",
"description": "Returns an aggregated value from a cube."
},
{
"name": "CUMIPMT",
"category": "Financial",
"description": "Returns the cumulative interest paid between two periods"
},
{
"name": "CUMPRINC",
"category": "Financial",
"description": "Returns the cumulative principal paid on a loan between two periods"
},
{
"name": "DATE",
"category": "Date and time",
"description": "Returns the serial number of a particular date"
},
{
"name": "DATEDIF",
"category": "Date and time",
"description": "Calculates the number of days, months, or years between two dates. This function is useful in formulas where you need to calculate an age."
},
{
"name": "DATEVALUE",
"category": "Date and time",
"description": "Converts a date in the form of text to a serial number"
},
{
"name": "DAVERAGE",
"category": "Database",
"description": "Returns the average of selected database entries"
},
{
"name": "DAY",
"category": "Date and time",
"description": "Converts a serial number to a day of the month"
},
{
"name": "DAYS",
"category": "Date and time",
"description": "Returns the number of days between two dates"
},
{
"name": "DAYS360",
"category": "Date and time",
"description": "Calculates the number of days between two dates based on a 360-day year"
},
{
"name": "DB",
"category": "Financial",
"description": "Returns the depreciation of an asset for a specified period by using the fixed-declining balance method"
},
{
"name": "DBCS",
"category": "Text",
"description": "Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters"
},
{
"name": "DCOUNT",
"category": "Database",
"description": "Counts the cells that contain numbers in a database"
},
{
"name": "DCOUNTA",
"category": "Database",
"description": "Counts nonblank cells in a database"
},
{
"name": "DDB",
"category": "Financial",
"description": "Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify"
},
{
"name": "DEC2BIN",
"category": "Engineering",
"description": "Converts a decimal number to binary"
},
{
"name": "DEC2HEX",
"category": "Engineering",
"description": "Converts a decimal number to hexadecimal"
},
{
"name": "DEC2OCT",
"category": "Engineering",
"description": "Converts a decimal number to octal"
},
{
"name": "DECIMAL",
"category": "Math and trigonometry",
"description": "Converts a text representation of a number in a given base into a decimal number"
},
{
"name": "DEGREES",
"category": "Math and trigonometry",
"description": "Converts radians to degrees"
},
{
"name": "DELTA",
"category": "Engineering",
"description": "Tests whether two values are equal"
},
{
"name": "DEVSQ",
"category": "Statistical",
"description": "Returns the sum of squares of deviations"
},
{
"name": "DGET",
"category": "Database",
"description": "Extracts from a database a single record that matches the specified criteria"
},
{
"name": "DISC",
"category": "Financial",
"description": "Returns the discount rate for a security"
},
{
"name": "DMAX",
"category": "Database",
"description": "Returns the maximum value from selected database entries"
},
{
"name": "DMIN",
"category": "Database",
"description": "Returns the minimum value from selected database entries"
},
{
"name": "DOLLAR",
"category": "Text",
"description": "Converts a number to text, using the $ (dollar) currency format"
},
{
"name": "DOLLARDE",
"category": "Financial",
"description": "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number"
},
{
"name": "DOLLARFR",
"category": "Financial",
"description": "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction"
},
{
"name": "DPRODUCT",
"category": "Database",
"description": "Multiplies the values in a particular field of records that match the criteria in a database"
},
{
"name": "DSTDEV",
"category": "Database",
"description": "Estimates the standard deviation based on a sample of selected database entries"
},
{
"name": "DSTDEVP",
"category": "Database",
"description": "Calculates the standard deviation based on the entire population of selected database entries"
},
{
"name": "DSUM",
"category": "Database",
"description": "Adds the numbers in the field column of records in the database that match the criteria"
},
{
"name": "DURATION",
"category": "Financial",
"description": "Returns the annual duration of a security with periodic interest payments"
},
{
"name": "DVAR",
"category": "Database",
"description": "Estimates variance based on a sample from selected database entries"
},
{
"name": "DVARP",
"category": "Database",
"description": "Calculates variance based on the entire population of selected database entries"
},
{
"name": "EDATE",
"category": "Date and time",
"description": "Returns the serial number of the date that is the indicated number of months before or after the start date"
},
{
"name": "EFFECT",
"category": "Financial",
"description": "Returns the effective annual interest rate"
},
{
"name": "ENCODEURL",
"category": "Web",
"description": "Returns a URL-encoded string."
},
{
"name": "EOMONTH",
"category": "Date and time",
"description": "Returns the serial number of the last day of the month before or after a specified number of months"
},
{
"name": "ERF",
"category": "Engineering",
"description": "Returns the error function"
},
{
"name": "ERF.PRECISE",
"category": "Engineering",
"description": "Returns the error function"
},
{
"name": "ERFC",
"category": "Engineering",
"description": "Returns the complementary error function"
},
{
"name": "ERFC.PRECISE",
"category": "Engineering",
"description": "Returns the complementary ERF function integrated between x and infinity"
},
{
"name": "ERROR.TYPE",
"category": "Information",
"description": "Returns a number corresponding to an error type"
},
{
"name": "EUROCONVERT",
"category": "Add-in and Automation",
"description": "Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)."
},
{
"name": "EVEN",
"category": "Math and trigonometry",
"description": "Rounds a number up to the nearest even integer"
},
{
"name": "EXACT",
"category": "Text",
"description": "Checks to see if two text values are identical"
},
{
"name": "EXP",
"category": "Math and trigonometry",
"description": "Returns e raised to the power of a given number"
},
{
"name": "EXPON.DIST",
"category": "Statistical",
"description": "Returns the exponential distribution"
},
{
"name": "EXPONDIST",
"category": "Compatibility",
"description": "Returns the exponential distribution."
},
{
"name": "FACT",
"category": "Math and trigonometry",
"description": "Returns the factorial of a number"
},
{
"name": "FACTDOUBLE",
"category": "Math and trigonometry",
"description": "Returns the double factorial of a number"
},
{
"name": "FALSE",
"category": "Logical",
"description": "Returns the logical value FALSE"
},
{
"name": "F.DIST",
"category": "Statistical",
"description": "Returns the F probability distribution"
},
{
"name": "FDIST",
"category": "Compatibility",
"description": "Returns the F probability distribution."
},
{
"name": "F.DIST.RT",
"category": "Statistical",
"description": "Returns the F probability distribution"
},
{
"name": "FILTER",
"category": "Lookup and reference",
"description": "Filters a range of data based on criteria you define"
},
{
"name": "FILTERXML",
"category": "Web",
"description": "Returns specific data from the XML content by using the specified XPath."
},
{
"name": "FIND, FINDB",
"category": "Text",
"description": "Finds one text value within another (case-sensitive)"
},
{
"name": "F.INV",
"category": "Statistical",
"description": "Returns the inverse of the F probability distribution"
},
{
"name": "F.INV.RT",
"category": "Statistical",
"description": "Returns the inverse of the F probability distribution"
},
{
"name": "FINV",
"category": "Statistical",
"description": "Returns the inverse of the F probability distribution"
},
{
"name": "FISHER",
"category": "Statistical",
"description": "Returns the Fisher transformation"
},
{
"name": "FISHERINV",
"category": "Statistical",
"description": "Returns the inverse of the Fisher transformation"
},
{
"name": "FIXED",
"category": "Text",
"description": "Formats a number as text with a fixed number of decimals"
},
{
"name": "FLOOR",
"category": "Compatibility",
"description": "Rounds a number down, toward zero."
},
{
"name": "FLOOR.MATH",
"category": "Math and trigonometry",
"description": "Rounds a number down, to the nearest integer or to the nearest multiple of significance"
},
{
"name": "FLOOR.PRECISE",
"category": "Math and trigonometry",
"description": "Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up."
},
{
"name": "FORECAST",
"category": "Statistical",
"description": "Returns a value along a linear trend."
},
{
"name": "FORECAST.ETS",
"category": "Statistical",
"description": "Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm"
},
{
"name": "FORECAST.ETS.CONFINT",
"category": "Statistical",
"description": "Returns a confidence interval for the forecast value at the specified target date"
},
{
"name": "FORECAST.ETS.SEASONALITY",
"category": "Statistical",
"description": "Returns the length of the repetitive pattern Excel detects for the specified time series"
},
{
"name": "FORECAST.ETS.STAT",
"category": "Statistical",
"description": "Returns a statistical value as a result of time series forecasting"
},
{
"name": "FORECAST.LINEAR",
"category": "Statistical",
"description": "Returns a future value based on existing values"
},
{
"name": "FORMULATEXT",
"category": "Lookup and reference",
"description": "Returns the formula at the given reference as text"
},
{
"name": "FREQUENCY",
"category": "Statistical",
"description": "Returns a frequency distribution as a vertical array"
},
{
"name": "F.TEST",
"category": "Statistical",
"description": "Returns the result of an F-test"
},
{
"name": "FTEST",
"category": "Compatibility",
"description": "Returns the result of an F-test."
},
{
"name": "FV",
"category": "Financial",
"description": "Returns the future value of an investment"
},
{
"name": "FVSCHEDULE",
"category": "Financial",
"description": "Returns the future value of an initial principal after applying a series of compound interest rates"
},
{
"name": "GAMMA",
"category": "Statistical",
"description": "Returns the Gamma function value"
},
{
"name": "GAMMA.DIST",
"category": "Statistical",
"description": "Returns the gamma distribution"
},
{
"name": "GAMMADIST",
"category": "Compatibility",
"description": "Returns the gamma distribution."
},
{
"name": "GAMMA.INV",
"category": "Statistical",
"description": "Returns the inverse of the gamma cumulative distribution"
},
{
"name": "GAMMAINV",
"category": "Compatibility",
"description": "Returns the inverse of the gamma cumulative distribution."
},
{
"name": "GAMMALN",
"category": "Statistical",
"description": "Returns the natural logarithm of the gamma function, Γ(x)"
},
{
"name": "GAMMALN.PRECISE",
"category": "Statistical",
"description": "Returns the natural logarithm of the gamma function, Γ(x)"
},
{
"name": "GAUSS",
"category": "Statistical",
"description": "Returns 0.5 less than the standard normal cumulative distribution"
},
{
"name": "GCD",
"category": "Math and trigonometry",
"description": "Returns the greatest common divisor"
},
{
"name": "GEOMEAN",
"category": "Statistical",
"description": "Returns the geometric mean"
},
{
"name": "GESTEP",
"category": "Engineering",
"description": "Tests whether a number is greater than a threshold value"
},
{
"name": "GETPIVOTDATA",
"category": "Lookup and reference",
"description": "Returns data stored in a PivotTable report"
},
{
"name": "GROWTH",
"category": "Statistical",
"description": "Returns values along an exponential trend"
},
{
"name": "HARMEAN",
"category": "Statistical",
"description": "Returns the harmonic mean"
},
{
"name": "HEX2BIN",
"category": "Engineering",
"description": "Converts a hexadecimal number to binary"
},
{
"name": "HEX2DEC",
"category": "Engineering",
"description": "Converts a hexadecimal number to decimal"
},
{
"name": "HEX2OCT",
"category": "Engineering",
"description": "Converts a hexadecimal number to octal"
},
{
"name": "HLOOKUP",
"category": "Lookup and reference",
"description": "Looks in the top row of an array and returns the value of the indicated cell"
},
{
"name": "HOUR",
"category": "Date and time",
"description": "Converts a serial number to an hour"
},
{
"name": "HYPERLINK",
"category": "Lookup and reference",
"description": "Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet"
},
{
"name": "HYPGEOM.DIST",
"category": "Statistical",
"description": "Returns the hypergeometric distribution"
},
{
"name": "HYPGEOMDIST",
"category": "Compatibility",
"description": "Returns the hypergeometric distribution."
},
{
"name": "IF",
"category": "Logical",
"description": "Specifies a logical test to perform"
},
{
"name": "IFERROR",
"category": "Logical",
"description": "Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula"
},
{
"name": "IFNA",
"category": "Logical",
"description": "Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression"
},
{
"name": "IFS",
"category": "Logical",
"description": "Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition."
},
{
"name": "IMABS",
"category": "Engineering",
"description": "Returns the absolute value (modulus) of a complex number"
},
{
"name": "IMAGINARY",
"category": "Engineering",
"description": "Returns the imaginary coefficient of a complex number"
},
{
"name": "IMARGUMENT",
"category": "Engineering",
"description": "Returns the argument theta, an angle expressed in radians"
},
{
"name": "IMCONJUGATE",
"category": "Engineering",
"description": "Returns the complex conjugate of a complex number"
},
{
"name": "IMCOS",
"category": "Engineering",
"description": "Returns the cosine of a complex number"
},
{
"name": "IMCOSH",
"category": "Engineering",
"description": "Returns the hyperbolic cosine of a complex number"
},
{
"name": "IMCOT",
"category": "Engineering",
"description": "Returns the cotangent of a complex number"
},
{
"name": "IMCSC",
"category": "Engineering",
"description": "Returns the cosecant of a complex number"
},
{
"name": "IMCSCH",
"category": "Engineering",
"description": "Returns the hyperbolic cosecant of a complex number"
},
{
"name": "IMDIV",
"category": "Engineering",
"description": "Returns the quotient of two complex numbers"
},
{
"name": "IMEXP",
"category": "Engineering",
"description": "Returns the exponential of a complex number"
},
{
"name": "IMLN",
"category": "Engineering",
"description": "Returns the natural logarithm of a complex number"
},
{
"name": "IMLOG10",
"category": "Engineering",
"description": "Returns the base-10 logarithm of a complex number"
},
{
"name": "IMLOG2",
"category": "Engineering",
"description": "Returns the base-2 logarithm of a complex number"
},
{
"name": "IMPOWER",
"category": "Engineering",
"description": "Returns a complex number raised to an integer power"
},
{
"name": "IMPRODUCT",
"category": "Engineering",
"description": "Returns the product of complex numbers"
},
{
"name": "IMREAL",
"category": "Engineering",
"description": "Returns the real coefficient of a complex number"
},
{
"name": "IMSEC",
"category": "Engineering",
"description": "Returns the secant of a complex number"
},
{
"name": "IMSECH",
"category": "Engineering",
"description": "Returns the hyperbolic secant of a complex number"
},
{
"name": "IMSIN",
"category": "Engineering",
"description": "Returns the sine of a complex number"
},
{
"name": "IMSINH",
"category": "Engineering",
"description": "Returns the hyperbolic sine of a complex number"
},
{
"name": "IMSQRT",
"category": "Engineering",
"description": "Returns the square root of a complex number"
},
{
"name": "IMSUB",
"category": "Engineering",
"description": "Returns the difference between two complex numbers"
},
{
"name": "IMSUM",
"category": "Engineering",
"description": "Returns the sum of complex numbers"
},
{
"name": "IMTAN",
"category": "Engineering",
"description": "Returns the tangent of a complex number"
},
{
"name": "INDEX",
"category": "Lookup and reference",
"description": "Uses an index to choose a value from a reference or array"
},
{
"name": "INDIRECT",
"category": "Lookup and reference",
"description": "Returns a reference indicated by a text value"
},
{
"name": "INFO",
"category": "Information",
"description": "Returns information about the current operating environment."
},
{
"name": "INT",
"category": "Math and trigonometry",
"description": "Rounds a number down to the nearest integer"
},
{
"name": "INTERCEPT",
"category": "Statistical",
"description": "Returns the intercept of the linear regression line"
},
{
"name": "INTRATE",
"category": "Financial",
"description": "Returns the interest rate for a fully invested security"
},
{
"name": "IPMT",
"category": "Financial",
"description": "Returns the interest payment for an investment for a given period"
},
{
"name": "IRR",
"category": "Financial",
"description": "Returns the internal rate of return for a series of cash flows"
},
{
"name": "ISBLANK",
"category": "Information",
"description": "Returns TRUE if the value is blank"
},
{
"name": "ISERR",
"category": "Information",
"description": "Returns TRUE if the value is any error value except #N/A"
},
{
"name": "ISERROR",
"category": "Information",
"description": "Returns TRUE if the value is any error value"
},
{
"name": "ISEVEN",
"category": "Information",
"description": "Returns TRUE if the number is even"
},
{
"name": "ISFORMULA",
"category": "Information",
"description": "Returns TRUE if there is a reference to a cell that contains a formula"
},
{
"name": "ISLOGICAL",
"category": "Information",
"description": "Returns TRUE if the value is a logical value"
},
{
"name": "ISNA",
"category": "Information",
"description": "Returns TRUE if the value is the #N/A error value"
},
{
"name": "ISNONTEXT",
"category": "Information",
"description": "Returns TRUE if the value is not text"
},
{
"name": "ISNUMBER",
"category": "Information",
"description": "Returns TRUE if the value is a number"
},
{
"name": "ISODD",
"category": "Information",
"description": "Returns TRUE if the number is odd"
},
{
"name": "ISREF",
"category": "Information",
"description": "Returns TRUE if the value is a reference"
},
{
"name": "ISTEXT",
"category": "Information",
"description": "Returns TRUE if the value is text"
},
{
"name": "ISO.CEILING",
"category": "Math and trigonometry",
"description": "Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
{
"name": "ISOWEEKNUM",
"category": "Date and time",
"description": "Returns the number of the ISO week number of the year for a given date"
},
{
"name": "ISPMT",
"category": "Financial",
"description": "Calculates the interest paid during a specific period of an investment"
},
{
"name": "JIS",
"category": "Text:   Changes half-width (single-byte) characters within a string to full-width (double-byte) characters"
},
{
"name": "KURT",
"category": "Statistical",
"description": "Returns the kurtosis of a data set"
},
{
"name": "LARGE",
"category": "Statistical",
"description": "Returns the k-th largest value in a data set"
},
{
"name": "LCM",
"category": "Math and trigonometry",
"description": "Returns the least common multiple"
},
{
"name": "LEFT, LEFTB",
"category": "Text",
"description": "Returns the leftmost characters from a text value"
},
{
"name": "LEN, LENB",
"category": "Text",
"description": "Returns the number of characters in a text string"
},
{
"name": "LINEST",
"category": "Statistical",
"description": "Returns the parameters of a linear trend"
},
{
"name": "LN",
"category": "Math and trigonometry",
"description": "Returns the natural logarithm of a number"
},
{
"name": "LOG",
"category": "Math and trigonometry",
"description": "Returns the logarithm of a number to a specified base"
},
{
"name": "LOG10",
"category": "Math and trigonometry",
"description": "Returns the base-10 logarithm of a number"
},
{
"name": "LOGEST",
"category": "Statistical",
"description": "Returns the parameters of an exponential trend"
},
{
"name": "LOGINV",
"category": "Compatibility",
"description": "Returns the inverse of the lognormal cumulative distribution"
},
{
"name": "LOGNORM.DIST",
"category": "Statistical",
"description": "Returns the cumulative lognormal distribution"
},
{
"name": "LOGNORMDIST",
"category": "Compatibility",
"description": "Returns the cumulative lognormal distribution"
},
{
"name": "LOGNORM.INV",
"category": "Statistical",
"description": "Returns the inverse of the lognormal cumulative distribution"
},
{
"name": "LOOKUP",
"category": "Lookup and reference",
"description": "Looks up values in a vector or array"
},
{
"name": "LOWER",
"category": "Text",
"description": "Converts text to lowercase"
},
{
"name": "MATCH",
"category": "Lookup and reference",
"description": "Looks up values in a reference or array"
},
{
"name": "MAX",
"category": "Statistical",
"description": "Returns the maximum value in a list of arguments"
},
{
"name": "MAXA",
"category": "Statistical",
"description": "Returns the maximum value in a list of arguments, including numbers, text, and logical values"
},
{
"name": "MAXIFS",
"category": "Statistical",
"description": "Returns the maximum value among cells specified by a given set of conditions or criteria"
},
{
"name": "MDETERM",
"category": "Math and trigonometry",
"description": "Returns the matrix determinant of an array"
},
{
"name": "MDURATION",
"category": "Financial",
"description": "Returns the Macauley modified duration for a security with an assumed par value of $100"
},
{
"name": "MEDIAN",
"category": "Statistical",
"description": "Returns the median of the given numbers"
},
{
"name": "MID, MIDB",
"category": "Text",
"description": "Returns a specific number of characters from a text string starting at the position you specify"
},
{
"name": "MIN",
"category": "Statistical",
"description": "Returns the minimum value in a list of arguments"
},
{
"name": "MINIFS",
"category": "Statistical",
"description": "Returns the minimum value among cells specified by a given set of conditions or criteria."
},
{
"name": "MINA",
"category": "Statistical",
"description": "Returns the smallest value in a list of arguments, including numbers, text, and logical values"
},
{
"name": "MINUTE",
"category": "Date and time",
"description": "Converts a serial number to a minute"
},
{
"name": "MINVERSE",
"category": "Math and trigonometry",
"description": "Returns the matrix inverse of an array"
},
{
"name": "MIRR",
"category": "Financial",
"description": "Returns the internal rate of return where positive and negative cash flows are financed at different rates"
},
{
"name": "MMULT",
"category": "Math and trigonometry",
"description": "Returns the matrix product of two arrays"
},
{
"name": "MOD",
"category": "Math and trigonometry",
"description": "Returns the remainder from division"
},
{
"name": "MODE",
"category": "Compatibility",
"description": "Returns the most common value in a data set."
},
{
"name": "MODE.MULT",
"category": "Statistical",
"description": "Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data"
},
{
"name": "MODE.SNGL",
"category": "Statistical",
"description": "Returns the most common value in a data set"
},
{
"name": "MONTH",
"category": "Date and time",
"description": "Converts a serial number to a month"
},
{
"name": "MROUND",
"category": "Math and trigonometry",
"description": "Returns a number rounded to the desired multiple"
},
{
"name": "MULTINOMIAL",
"category": "Math and trigonometry",
"description": "Returns the multinomial of a set of numbers"
},
{
"name": "MUNIT",
"category": "Math and trigonometry",
"description": "Returns the unit matrix or the specified dimension"
},
{
"name": "N",
"category": "Information",
"description": "Returns a value converted to a number"
},
{
"name": "NA",
"category": "Information",
"description": "Returns the error value #N/A"
},
{
"name": "NEGBINOM.DIST",
"category": "Statistical",
"description": "Returns the negative binomial distribution"
},
{
"name": "NEGBINOMDIST",
"category": "Compatibility",
"description": "Returns the negative binomial distribution."
},
{
"name": "NETWORKDAYS",
"category": "Date and time",
"description": "Returns the number of whole workdays between two dates"
},
{
"name": "NETWORKDAYS.INTL",
"category": "Date and time",
"description": "Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days"
},
{
"name": "NOMINAL",
"category": "Financial",
"description": "Returns the annual nominal interest rate"
},
{
"name": "NORM.DIST",
"category": "Statistical",
"description": "Returns the normal cumulative distribution"
},
{
"name": "NORMDIST",
"category": "Compatibility",
"description": "Returns the normal cumulative distribution."
},
{
"name": "NORMINV",
"category": "Statistical",
"description": "Returns the inverse of the normal cumulative distribution"
},
{
"name": "NORM.INV",
"category": "Compatibility",
"description": "Returns the inverse of the normal cumulative distribution."
},
{
"name": "NORM.S.DIST",
"category": "Statistical",
"description": "Returns the standard normal cumulative distribution"
},
{
"name": "NORMSDIST",
"category": "Compatibility",
"description": "Returns the standard normal cumulative distribution."
},
{
"name": "NORM.S.INV",
"category": "Statistical",
"description": "Returns the inverse of the standard normal cumulative distribution"
},
{
"name": "NORMSINV",
"category": "Compatibility",
"description": "Returns the inverse of the standard normal cumulative distribution."
},
{
"name": "NOT",
"category": "Logical",
"description": "Reverses the logic of its argument"
},
{
"name": "NOW",
"category": "Date and time",
"description": "Returns the serial number of the current date and time"
},
{
"name": "NPER",
"category": "Financial",
"description": "Returns the number of periods for an investment"
},
{
"name": "NPV",
"category": "Financial",
"description": "Returns the net present value of an investment based on a series of periodic cash flows and a discount rate"
},
{
"name": "NUMBERVALUE",
"category": "Text",
"description": "Converts text to number in a locale-independent manner"
},
{
"name": "OCT2BIN",
"category": "Engineering",
"description": "Converts an octal number to binary"
},
{
"name": "OCT2DEC",
"category": "Engineering",
"description": "Converts an octal number to decimal"
},
{
"name": "OCT2HEX",
"category": "Engineering",
"description": "Converts an octal number to hexadecimal"
},
{
"name": "ODD",
"category": "Math and trigonometry",
"description": "Rounds a number up to the nearest odd integer"
},
{
"name": "ODDFPRICE",
"category": "Financial",
"description": "Returns the price per $100 face value of a security with an odd first period"
},
{
"name": "ODDFYIELD",
"category": "Financial",
"description": "Returns the yield of a security with an odd first period"
},
{
"name": "ODDLPRICE",
"category": "Financial",
"description": "Returns the price per $100 face value of a security with an odd last period"
},
{
"name": "ODDLYIELD",
"category": "Financial",
"description": "Returns the yield of a security with an odd last period"
},
{
"name": "OFFSET",
"category": "Lookup and reference",
"description": "Returns a reference offset from a given reference"
},
{
"name": "OR",
"category": "Logical",
"description": "Returns TRUE if any argument is TRUE"
},
{
"name": "PDURATION",
"category": "Financial",
"description": "Returns the number of periods required by an investment to reach a specified value"
},
{
"name": "PEARSON",
"category": "Statistical",
"description": "Returns the Pearson product moment correlation coefficient"
},
{
"name": "PERCENTILE.EXC",
"category": "Statistical",
"description": "Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive"
},
{
"name": "PERCENTILE.INC",
"category": "Statistical",
"description": "Returns the k-th percentile of values in a range"
},
{
"name": "PERCENTILE",
"category": "Compatibility",
"description": "Returns the k-th percentile of values in a range."
},
{
"name": "PERCENTRANK.EXC",
"category": "Statistical",
"description": "Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set"
},
{
"name": "PERCENTRANK.INC",
"category": "Statistical",
"description": "Returns the percentage rank of a value in a data set"
},
{
"name": "PERCENTRANK",
"category": "Compatibility",
"description": "Returns the percentage rank of a value in a data set."
},
{
"name": "PERMUT",
"category": "Statistical",
"description": "Returns the number of permutations for a given number of objects"
},
{
"name": "PERMUTATIONA",
"category": "Statistical",
"description": "Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects"
},
{
"name": "PHI",
"category": "Statistical",
"description": "Returns the value of the density function for a standard normal distribution"
},
{
"name": "PHONETIC",
"category": "Text",
"description": "Extracts the phonetic (furigana) characters from a text string"
},
{
"name": "PI",
"category": "Math and trigonometry",
"description": "Returns the value of pi"
},
{
"name": "PMT",
"category": "Financial",
"description": "Returns the periodic payment for an annuity"
},
{
"name": "POISSON.DIST",
"category": "Statistical",
"description": "Returns the Poisson distribution"
},
{
"name": "POISSON",
"category": "Compatibility",
"description": "Returns the Poisson distribution."
},
{
"name": "POWER",
"category": "Math and trigonometry",
"description": "Returns the result of a number raised to a power"
},
{
"name": "PPMT",
"category": "Financial",
"description": "Returns the payment on the principal for an investment for a given period"
},
{
"name": "PRICE",
"category": "Financial",
"description": "Returns the price per $100 face value of a security that pays periodic interest"
},
{
"name": "PRICEDISC",
"category": "Financial",
"description": "Returns the price per $100 face value of a discounted security"
},
{
"name": "PRICEMAT",
"category": "Financial",
"description": "Returns the price per $100 face value of a security that pays interest at maturity"
},
{
"name": "PROB",
"category": "Statistical",
"description": "Returns the probability that values in a range are between two limits"
},
{
"name": "PRODUCT",
"category": "Math and trigonometry",
"description": "Multiplies its arguments"
},
{
"name": "PROPER",
"category": "Text",
"description": "Capitalizes the first letter in each word of a text value"
},
{
"name": "PV",
"category": "Financial",
"description": "Returns the present value of an investment"
},
{
"name": "QUARTILE",
"category": "Compatibility",
"description": "Returns the quartile of a data set."
},
{
"name": "QUARTILE.EXC",
"category": "Statistical",
"description": "Returns the quartile of the data set, based on percentile values from 0..1, exclusive"
},
{
"name": "QUARTILE.INC",
"category": "Statistical",
"description": "Returns the quartile of a data set"
},
{
"name": "QUOTIENT",
"category": "Math and trigonometry",
"description": "Returns the integer portion of a division"
},
{
"name": "RADIANS",
"category": "Math and trigonometry",
"description": "Converts degrees to radians"
},
{
"name": "RAND",
"category": "Math and trigonometry",
"description": "Returns a random number between 0 and 1"
},
{
"name": "RANDARRAY",
"category": "Math and trigonometry",
"description": "Returns an array of random numbers between 0 and 1"
},
{
"name": "RANDBETWEEN",
"category": "Math and trigonometry",
"description": "Returns a random number between the numbers you specify"
},
{
"name": "RANK.AVG",
"category": "Statistical",
"description": "Returns the rank of a number in a list of numbers"
},
{
"name": "RANK.EQ",
"category": "Statistical",
"description": "Returns the rank of a number in a list of numbers"
},
{
"name": "RANK",
"category": "Compatibility",
"description": "Returns the rank of a number in a list of numbers."
},
{
"name": "RATE",
"category": "Financial",
"description": "Returns the interest rate per period of an annuity"
},
{
"name": "RECEIVED",
"category": "Financial",
"description": "Returns the amount received at maturity for a fully invested security"
},
{
"name": "REGISTER.ID",
"category": "Add-in and Automation",
"description": "Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered"
},
{
"name": "REPLACE, REPLACEB",
"category": "Text",
"description": "Replaces characters within text"
},
{
"name": "REPT",
"category": "Text",
"description": "Repeats text a given number of times"
},
{
"name": "RIGHT, RIGHTB",
"category": "Text",
"description": "Returns the rightmost characters from a text value"
},
{
"name": "ROMAN",
"category": "Math and trigonometry",
"description": "Converts an arabic numeral to roman, as text"
},
{
"name": "ROUND",
"category": "Math and trigonometry",
"description": "Rounds a number to a specified number of digits"
},
{
"name": "ROUNDDOWN",
"category": "Math and trigonometry",
"description": "Rounds a number down, toward zero"
},
{
"name": "ROUNDUP",
"category": "Math and trigonometry",
"description": "Rounds a number up, away from zero"
},
{
"name": "ROW",
"category": "Lookup and reference",
"description": "Returns the row number of a reference"
},
{
"name": "ROWS",
"category": "Lookup and reference",
"description": "Returns the number of rows in a reference"
},
{
"name": "RRI",
"category": "Financial",
"description": "Returns an equivalent interest rate for the growth of an investment"
},
{
"name": "RSQ",
"category": "Statistical",
"description": "Returns the square of the Pearson product moment correlation coefficient"
},
{
"name": "RTD",
"category": "Lookup and reference",
"description": "Retrieves real-time data from a program that supports COM automation"
},
{
"name": "SEARCH, SEARCHB",
"category": "Text",
"description": "Finds one text value within another (not case-sensitive)"
},
{
"name": "SEC",
"category": "Math and trigonometry",
"description": "Returns the secant of an angle"
},
{
"name": "SECH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic secant of an angle"
},
{
"name": "SECOND",
"category": "Date and time",
"description": "Converts a serial number to a second"
},
{
"name": "SEQUENCE",
"category": "Math and trigonometry",
"description": "Generates a list of sequential numbers in an array, such as 1, 2, 3, 4"
},
{
"name": "SERIESSUM",
"category": "Math and trigonometry",
"description": "Returns the sum of a power series based on the formula"
},
{
"name": "SHEET",
"category": "Information",
"description": "Returns the sheet number of the referenced sheet"
},
{
"name": "SHEETS",
"category": "Information",
"description": "Returns the number of sheets in a reference"
},
{
"name": "SIGN",
"category": "Math and trigonometry",
"description": "Returns the sign of a number"
},
{
"name": "SIN",
"category": "Math and trigonometry",
"description": "Returns the sine of the given angle"
},
{
"name": "SINGLE",
"category": "Lookup and reference",
"description": "Returns a single value using logic known as implicit intersection"
},
{
"name": "SINH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic sine of a number"
},
{
"name": "SKEW",
"category": "Statistical",
"description": "Returns the skewness of a distribution"
},
{
"name": "SKEW.P",
"category": "Statistical",
"description": "Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean"
},
{
"name": "SLN",
"category": "Financial",
"description": "Returns the straight-line depreciation of an asset for one period"
},
{
"name": "SLOPE",
"category": "Statistical",
"description": "Returns the slope of the linear regression line"
},
{
"name": "SMALL",
"category": "Statistical",
"description": "Returns the k-th smallest value in a data set"
},
{
"name": "SORT",
"category": "Lookup and reference",
"description": "Sorts the contents of a range or array"
},
{
"name": "SORTBY",
"category": "Lookup and reference",
"description": "Sorts the contents of a range or array based on the values in a corresponding range or array"
},
{
"name": "SQRT",
"category": "Math and trigonometry",
"description": "Returns a positive square root"
},
{
"name": "SQRTPI",
"category": "Math and trigonometry",
"description": "Returns the square root of (number * pi)"
},
{
"name": "STANDARDIZE",
"category": "Statistical",
"description": "Returns a normalized value"
},
{
"name": "STDEV",
"category": "Compatibility",
"description": "Estimates standard deviation based on a sample"
},
{
"name": "STDEV.P",
"category": "Statistical",
"description": "Calculates standard deviation based on the entire population"
},
{
"name": "STDEV.S",
"category": "Statistical",
"description": "Estimates standard deviation based on a sample"
},
{
"name": "STDEVA",
"category": "Statistical",
"description": "Estimates standard deviation based on a sample, including numbers, text, and logical values"
},
{
"name": "STDEVP",
"category": "Compatibility",
"description": "Calculates standard deviation based on the entire population."
},
{
"name": "STDEVPA",
"category": "Statistical",
"description": "Calculates standard deviation based on the entire population, including numbers, text, and logical values"
},
{
"name": "STEYX",
"category": "Statistical",
"description": "Returns the standard error of the predicted y-value for each x in the regression"
},
{
"name": "SUBSTITUTE",
"category": "Text",
"description": "Substitutes new text for old text in a text string"
},
{
"name": "SUBTOTAL",
"category": "Math and trigonometry",
"description": "Returns a subtotal in a list or database"
},
{
"name": "SUM",
"category": "Math and trigonometry",
"description": "Adds its arguments"
},
{
"name": "SUMIF",
"category": "Math and trigonometry",
"description": "Adds the cells specified by a given criteria"
},
{
"name": "SUMIFS",
"category": "Math and trigonometry",
"description": "Adds the cells in a range that meet multiple criteria"
},
{
"name": "SUMPRODUCT",
"category": "Math and trigonometry",
"description": "Returns the sum of the products of corresponding array components"
},
{
"name": "SUMSQ",
"category": "Math and trigonometry",
"description": "Returns the sum of the squares of the arguments"
},
{
"name": "SUMX2MY2",
"category": "Math and trigonometry",
"description": "Returns the sum of the difference of squares of corresponding values in two arrays"
},
{
"name": "SUMX2PY2",
"category": "Math and trigonometry",
"description": "Returns the sum of the sum of squares of corresponding values in two arrays"
},
{
"name": "SUMXMY2",
"category": "Math and trigonometry",
"description": "Returns the sum of squares of differences of corresponding values in two arrays"
},
{
"name": "SWITCH",
"category": "Logical",
"description": "Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned."
},
{
"name": "SYD",
"category": "Financial",
"description": "Returns the sum-of-years' digits depreciation of an asset for a specified period"
},
{
"name": "T",
"category": "Text",
"description": "Converts its arguments to text"
},
{
"name": "TAN",
"category": "Math and trigonometry",
"description": "Returns the tangent of a number"
},
{
"name": "TANH",
"category": "Math and trigonometry",
"description": "Returns the hyperbolic tangent of a number"
},
{
"name": "TBILLEQ",
"category": "Financial",
"description": "Returns the bond-equivalent yield for a Treasury bill"
},
{
"name": "TBILLPRICE",
"category": "Financial",
"description": "Returns the price per $100 face value for a Treasury bill"
},
{
"name": "TBILLYIELD",
"category": "Financial",
"description": "Returns the yield for a Treasury bill"
},
{
"name": "T.DIST",
"category": "Statistical",
"description": "Returns the Percentage Points (probability) for the Student t-distribution"
},
{
"name": "T.DIST.2T",
"category": "Statistical",
"description": "Returns the Percentage Points (probability) for the Student t-distribution"
},
{
"name": "T.DIST.RT",
"category": "Statistical",
"description": "Returns the Student's t-distribution"
},
{
"name": "TDIST",
"category": "Compatibility",
"description": "Returns the Student's t-distribution"
},
{
"name": "TEXT",
"category": "Text",
"description": "Formats a number and converts it to text"
},
{
"name": "TEXTJOIN",
"category": "Text",
"description": "Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges."
},
{
"name": "TIME",
"category": "Date and time",
"description": "Returns the serial number of a particular time"
},
{
"name": "TIMEVALUE",
"category": "Date and time",
"description": "Converts a time in the form of text to a serial number"
},
{
"name": "T.INV",
"category": "Statistical",
"description": "Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom"
},
{
"name": "T.INV.2T",
"category": "Statistical",
"description": "Returns the inverse of the Student's t-distribution"
},
{
"name": "TINV",
"category": "Compatibility",
"description": "Returns the inverse of the Student's t-distribution"
},
{
"name": "TODAY",
"category": "Date and time",
"description": "Returns the serial number of today's date"
},
{
"name": "TRANSPOSE",
"category": "Lookup and reference",
"description": "Returns the transpose of an array"
},
{
"name": "TREND",
"category": "Statistical",
"description": "Returns values along a linear trend"
},
{
"name": "TRIM",
"category": "Text",
"description": "Removes spaces from text"
},
{
"name": "TRIMMEAN",
"category": "Statistical",
"description": "Returns the mean of the interior of a data set"
},
{
"name": "TRUE",
"category": "Logical",
"description": "Returns the logical value TRUE"
},
{
"name": "TRUNC",
"category": "Math and trigonometry",
"description": "Truncates a number to an integer"
},
{
"name": "T.TEST",
"category": "Statistical",
"description": "Returns the probability associated with a Student's t-test"
},
{
"name": "TTEST",
"category": "Compatibility",
"description": "Returns the probability associated with a Student's t-test."
},
{
"name": "TYPE",
"category": "Information",
"description": "Returns a number indicating the data type of a value"
},
{
"name": "UNICHAR",
"category": "Text",
"description": "Returns the Unicode character that is references by the given numeric value"
},
{
"name": "UNICODE",
"category": "Text",
"description": "Returns the number (code point) that corresponds to the first character of the text"
},
{
"name": "UNIQUE",
"category": "Lookup and reference",
"description": "Returns a list of unique values in a list or range"
},
{
"name": "UPPER",
"category": "Text",
"description": "Converts text to uppercase"
},
{
"name": "VALUE",
"category": "Text",
"description": "Converts a text argument to a number"
},
{
"name": "VAR",
"category": "Compatibility",
"description": "Estimates variance based on a sample."
},
{
"name": "VAR.P",
"category": "Statistical",
"description": "Calculates variance based on the entire population"
},
{
"name": "VAR.S",
"category": "Statistical",
"description": "Estimates variance based on a sample"
},
{
"name": "VARA",
"category": "Statistical",
"description": "Estimates variance based on a sample, including numbers, text, and logical values"
},
{
"name": "VARP",
"category": "Compatibility",
"description": "Calculates variance based on the entire population."
},
{
"name": "VARPA",
"category": "Statistical",
"description": "Calculates variance based on the entire population, including numbers, text, and logical values"
},
{
"name": "VDB",
"category": "Financial",
"description": "Returns the depreciation of an asset for a specified or partial period by using a declining balance method"
},
{
"name": "VLOOKUP",
"category": "Lookup and reference",
"description": "Looks in the first column of an array and moves across the row to return the value of a cell"
},
{
"name": "WEBSERVICE",
"category": "Web",
"description": "Returns data from a web service."
},
{
"name": "WEEKDAY",
"category": "Date and time",
"description": "Converts a serial number to a day of the week"
},
{
"name": "WEEKNUM",
"category": "Date and time",
"description": "Converts a serial number to a number representing where the week falls numerically with a year"
},
{
"name": "WEIBULL",
"category": "Compatibility",
"description": "Calculates variance based on the entire population, including numbers, text, and logical values."
},
{
"name": "WEIBULL.DIST",
"category": "Statistical",
"description": "Returns the Weibull distribution"
},
{
"name": "WORKDAY",
"category": "Date and time",
"description": "Returns the serial number of the date before or after a specified number of workdays"
},
{
"name": "WORKDAY.INTL",
"category": "Date and time",
"description": "Returns the serial number of the date before or after a specified number of workdays using parameters to indicate which and how many days are weekend days"
},
{
"name": "XIRR",
"category": "Financial",
"description": "Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic"
},
{
"name": "XNPV",
"category": "Financial",
"description": "Returns the net present value for a schedule of cash flows that is not necessarily periodic"
},
{
"name": "XOR",
"category": "Logical",
"description": "Returns a logical exclusive OR of all arguments"
},
{
"name": "YEAR",
"category": "Date and time",
"description": "Converts a serial number to a year"
},
{
"name": "YEARFRAC",
"category": "Date and time",
"description": "Returns the year fraction representing the number of whole days between start_date and end_date"
},
{
"name": "YIELD",
"category": "Financial",
"description": "Returns the yield on a security that pays periodic interest"
},
{
"name": "YIELDDISC",
"category": "Financial",
"description": "Returns the annual yield for a discounted security; for example, a Treasury bill"
},
{
"name": "YIELDMAT",
"category": "Financial",
"description": "Returns the annual yield of a security that pays interest at maturity"
},
{
"name": "Z.TEST",
"category": "Statistical",
"description": "Returns the one-tailed probability-value of a z-test"
},
{
"name": "ZTEST",
"category": "Compatibility",
"description": "Returns the one-tailed probability-value of a z-test."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment