FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
AND | Try different conditions, but they must all be true at the same time | AND( |
FALSE | Make something that says "not true" | FALSE() |
IF | Check if something is exactly as you want it to be | IF( |
IFERROR | Catch and deal errors | IFERROR( |
IFNA | Catch and deal with special "not available" problems | IFNA( |
IFS | Check multiple conditions, and tell me the first one that's true | IFS( |
NOT | Change the order of things or what they mean | NOT( |
OR | Test different conditions, and as long as one is true, it's good | OR( |
SWITCH | Find a match from a list of things, and tell me the first one you find | SWITCH( |
TRUE | Make something that says "true" | TRUE() |
XOR | Do something special when one thing is true and the other is not | XOR( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
DATE | Make a date with the year, month, and day values | DATE( |
DATEDIF | Find out how many days, months, or years are between two dates. | DATEDIF( |
DATEVALUE | Change a date from words/string/text to a real date. | DATEVALUE( |
DAY | Know which day of the month it is (from 1 to 31). | DAY( |
DAYS | Count the days between dates | DAYS( |
DAYS360 | Calculate the days between two dates in a 360-day year. | DAYS360( |
EDATE | Move a date into the future or the past by a certain number of months. | EDATE( |
EOMONTH | Find the last day of a month, some months from now(future/past) | EOMONTH( |
HOUR | See what time it is (from 0 to 23) in hours. | HOUR( |
ISOWEEKNUM | Find the ISO week number for a given date. | ISOWEEKNUM( |
MINUTE | Determine how many minutes have passed (from 0 to 59) in the current time. | MINUTE( |
MONTH | Get the month as a number (from 1 to 12) from a date. | MONTH( |
NETWORKDAYS | Count how many working days are between two dates. | NETWORKDAYS( |
NETWORKDAYS.INTL | Calculate workdays between two dates (weekdays only). | NETWORKDAYS.INTL( |
NOW | Show the current date and time. | NOW() |
SECOND | Check the seconds on the clock (from 0 to 59) in the current time. | SECOND( |
TIME | Make a time with hours, minutes, and seconds. | TIME( |
TIMEVALUE | Transform a text into a valid time. | TIMEVALUE( |
TODAY | Find today's date. | TODAY() |
WEEKDAY | Know which day of the week it is, represented as a number. | WEEKDAY( |
WEEKNUM | Calculate the week number for a given date. | WEEKNUM( |
WORKDAY | Calculate a date in the future or past with a specific number of working days. | WORKDAY( |
WORKDAY.INTL | Find a date in the future or past with a certain number of working days. | WORKDAY.INTL( |
YEAR | Find out the year from a date. | YEAR( |
YEARFRAC | Determine the fraction of a year between two dates. | YEARFRAC( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ADDRESS | Formulate a cell address using a given row and column number | ADDRESS( |
AREAS | Determine the number of distinct sections within a specified reference | AREAS( |
CHOOSE | Retrieve a value from a list based on its position | CHOOSE( |
COLUMN | Determine the column number of a specific reference | COLUMN([reference]) |
COLUMNS | Find the total number of columns in an array or reference | COLUMNS( |
FIELDVALUE | Extract a specific field value from a given data type | FIELDVALUE( |
FORMULATEXT | Obtain the formula present in a cell | FORMULATEXT( |
GETPIVOTDATA | Access data from a pivot table within a formula | GETPIVOTDATA( |
HLOOKUP | Search for a value in a table organized horizontally | HLOOKUP( |
HYPERLINK | Generate a clickable hyperlink | HYPERLINK( |
INDEX | Retrieve a value from a list or table based on its location | INDEX( |
INDIRECT | Form a reference using textual information | INDIRECT( |
LOOKUP | Search for a value in a single-column range | LOOKUP( |
MATCH | Determine the position of an item within an array | MATCH( |
OFFSET | Create a reference offset from a given starting point | OFFSET( |
ROW | Identify the row number of a specific reference | ROW( |
ROWS | Determine the total number of rows in an array or reference | ROWS( |
TRANSPOSE | Invert the arrangement of a range of cells | TRANSPOSE( |
VLOOKUP | Look for a value in a table by matching it with the first column | VLOOKUP( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
CHAR | Retrieve a character based on a given number | CHAR( |
CLEAN | Remove non-printable characters from a text | CLEAN( |
CODE | Obtain the code corresponding to a specific character | CODE( |
CONCAT | Combine text values seamlessly without any delimiters | CONCAT( |
CONCATENATE | Concatenate text into a single string | CONCATENATE( |
DOLLAR | Transform a number into text while formatting it as currency | DOLLAR( |
EXACT | Compare two text strings for equality | EXACT( |
FIND | Identify the position of a substring within a larger string | FIND( |
FIXED | Format a number as text with a fixed number of decimal places | FIXED( |
LEFT | Extract text from the left side of a string | LEFT( |
LEN | Determine the length of a text string | LEN( |
LOWER | Convert text to lowercase | LOWER( |
MID | Extract specific text from within a larger string | MID( |
NUMBERVALUE | Convert text to a number while using custom separators | NUMBERVALUE( |
PROPER | Capitalize the first letter of each word in a text | PROPER( |
REPLACE | Replace text based on its position within a string | REPLACE( |
REPT | Repeat specified text as needed | REPT( |
RIGHT | Extract text from the right side of a string | RIGHT( |
SEARCH | Find the position of a substring within a string | SEARCH( |
SUBSTITUTE | Replace text based on its content within a string | SUBSTITUTE( |
TEXT | Convert a number into text while maintaining its numeric format | TEXT( |
TEXTJOIN | Merge text values using a designated delimiter | TEXTJOIN( |
TRIM | Eliminate extra spaces from a text | TRIM( |
UNICHAR | Retrieve a Unicode character based on its number | UNICHAR( |
UNICODE | Obtain the number corresponding to a Unicode character | UNICODE( |
UPPER | Convert text to uppercase | UPPER( |
VALUE | Convert text into a numeric value | VALUE( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ARRAYTOTEXT | Convert an array or range into a text string | ARRAYTOTEXT( |
BYCOL | Apply a function to a column | BYCOL( |
BYROW | Apply a function to a row | BYROW( |
CHOOSECOLS | Extract specific columns from an array | CHOOSECOLS( |
CHOOSEROWS | Extract specific rows from an array | CHOOSEROWS( |
DROP | Remove a portion of an array | DROP( |
EXPAND | Expand an array by adding rows or columns | EXPAND( |
FILTER | Filter a range based on given criteria | FILTER( |
HSTACK | Merge ranges or arrays horizontally | HSTACK( |
ISOMITTED | Check for optional arguments in LAMBDAs | ISOMITTED( |
LAMBDA | Create a custom function | LAMBDA( |
LET | Assign variables within a formula | LET( |
MAKEARRAY | Generate an array with calculated values | MAKEARRAY( |
MAP | Apply a custom function to an array | MAP( |
RANDARRAY | Generate an array of random numbers | RANDARRAY([rows], [columns], [min], [max], [integer]) |
REDUCE | Reduce an array | REDUCE( |
SCAN | Scan an array and return intermediate results | SCAN( |
SEQUENCE | Generate an array of sequential numbers | SEQUENCE( |
SORT | Sort a range or array | SORT( |
SORTBY | Sort a range or array by column | SORTBY( |
STOCKHISTORY | Retrieve stock price information | STOCKHISTORY( |
TAKE | Obtain a subset of an array | TAKE( |
TEXTAFTER | Extract text after a specified delimiter | TEXTAFTER( |
TEXTBEFORE | Extract text before a specified delimiter | TEXTBEFORE( |
TEXTSPLIT | Split a text string using a delimiter | TEXTSPLIT( |
TOCOL | Transform an array into a single column | TOCOL( |
TOROW | Transform an array into a single row | TOROW( |
UNIQUE | Extract unique values from a range | UNIQUE( |
VALUETOTEXT | Convert a value into a text string | VALUETOTEXT( |
VSTACK | Merge ranges or arrays vertically | VSTACK( |
WRAPCOLS | Organize an array into columns | WRAPCOLS( |
WRAPROWS | Organize an array into rows | WRAPROWS( |
XLOOKUP | Look up values in a range or array | XLOOKUP( |
XMATCH | Determine the position of an item in a list or table | XMATCH( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
BIN2DEC | Convert a binary number to decimal | BIN2DEC( |
BIN2HEX | Convert a binary number to hexadecimal | BIN2HEX( |
BIN2OCT | Convert a binary number to octal | BIN2OCT( |
BITAND | Perform a 'Bitwise And' operation on two numbers | BITAND( |
BITLSHIFT | Shift a number left by a specified number of bits | BITLSHIFT( |
BITOR | Perform a 'Bitwise Or' operation on two numbers | BITOR( |
BITRSHIFT | Shift a number right by a specified number of bits | BITRSHIFT( |
BITXOR | Perform a 'Bitwise Xor' operation on two numbers | BITXOR( |
COMPLEX | Convert coefficients into a complex number | COMPLEX( |
CONVERT | Convert measurement units | CONVERT( |
DEC2BIN | Convert a decimal number to binary | DEC2BIN( |
DEC2HEX | Convert a decimal number to hexadecimal | DEC2HEX( |
DEC2OCT | Convert a decimal number to octal | DEC2OCT( |
DELTA | Test if two values are equal | DELTA( |
HEX2BIN | Convert a hexadecimal number to binary. | HEX2BIN( |
HEX2DEC | Convert a hexadecimal number to decimal | HEX2DEC( |
HEX2OCT | Convert a hexadecimal number to octal | HEX2OCT( |
IMABS | Obtain the absolute value of a complex number | IMABS( |
IMAGINARY | Retrieve the imaginary coefficient of a complex number | IMAGINARY( |
IMPOWER | Raise a complex number to a given power | IMPOWER( |
IMPRODUCT | Calculate the product of complex numbers | IMPRODUCT( |
IMREAL | Retrieve the real coefficient of a complex number | IMREAL( |
IMSUB | Calculate the difference between two complex numbers | IMSUB() |
IMSUM | Calculate the sum of complex numbers | IMSUM( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ACCRINT | Determine accrued interest periodically | ACCRINT( |
ACCRINTM | Calculate accrued interest at maturity | ACCRINTM( |
AMORDEGRC | Obtain the depreciation coefficient for an accounting period | AMORDEGRC( |
AMORLINC | Calculate depreciation for an accounting period | AMORLINC( |
COUPDAYBS | Determine days from the coupon period to the settlement date | COUPDAYBS( |
COUPDAYS | Calculate days in the coupon period including the settlement date | COUPDAYS( |
COUPDAYSNC | Determine days from the settlement date to the next coupon date | COUPDAYSNC( |
COUPNCD | Obtain the next coupon date after the settlement date | COUPNCD( |
COUPNUM | Determine the number of payable coupons | COUPNUM( |
COUPPCD | Obtain the previous coupon date before the settlement date | COUPPCD( |
CUMIPMT | Calculate cumulative interest paid on a loan | CUMIPMT( |
CUMPRINC | Calculate cumulative principal paid on a loan | CUMPRINC( |
DB | Calculate depreciation using fixed-declining balance method | DB( |
DDB | Calculate depreciation using double-declining method | DDB( |
DISC | Obtain the discount rate for a security | DISC( |
DOLLARDE | Convert a dollar price as a fraction to decimal | DOLLARDE( |
DOLLARFR | Convert price to fractional notation | DOLLARFR( |
DURATION | Determine annual duration with periodic interest | DURATION( |
EFFECT | Obtain the effective annual interest rate | EFFECT( |
FV | Calculate the future value of an investment | FV( |
FVSCHEDULE | Calculate the future value of principal with compound interest | FVSCHEDULE( |
INTRATE | Determine the interest rate for a fully invested security | INTRATE( |
IPMT | Obtain interest for a given period | IPMT( |
IRR | Calculate the internal rate of return | IRR( |
ISPMT | Determine interest paid for a specific period | ISPMT( |
MDURATION | Obtain Macauley modified duration for a par value of $100 | MDURATION( |
MIRR | Calculate the modified internal rate of return | MIRR( |
NOMINAL | Determine annual nominal interest rate | NOMINAL( |
NPER | Determine the number of periods for a loan or investment | NPER( |
NPV | Calculate net present value | NPV( |
ODDFPRICE | Obtain price per $100 for an odd first period | ODDFPRICE( |
ODDFYIELD | Determine yield for a security with an odd first period | ODDFYIELD( |
ODDLPRICE | Obtain price per $100 face value with an odd last period | ODDLPRICE( |
ODDLYIELD | Determine yield for a security with an odd last period | ODDLYIELD( |
PDURATION | Determine periods required to reach a given value | PDURATION( |
PMT | Calculate the periodic payment for a loan | PMT( |
PPMT | Determine principal payment in a given period | PPMT( |
PRICE | Obtain price per $100 face value with periodic interest | PRICE( |
PRICEDISC | Obtain price per $100 for a discounted security | PRICEDISC( |
PRICEMAT | Obtain price per $100 for interest at maturity | PRICEMAT( |
PV | Calculate the present value of an investment | PV( |
RATE | Obtain the interest rate per period for an annuity | RATE( |
RECEIVED | Determine the amount received at maturity | RECEIVED( |
RRI | Obtain equivalent interest rate for growth | RRI( |
SLN | Calculate straight-line depreciation | SLN( |
SYD | Calculate sum-of-years depreciation | SYD( |
TBILLEQ | Obtain bond-equivalent yield for a Treasury bill | TBILLEQ( |
TBILLPRICE | Obtain price per $100 for a Treasury bill | TBILLPRICE( |
TBILLYIELD | Determine yield for a Treasury bill | TBILLYIELD( |
VDB | Calculate double-declining variable depreciation | VDB( |
XIRR | Calculate internal rate of return for irregular cash flows | XIRR( |
XNPV | Calculate net present value for irregular cash flows | XNPV( |
YIELD | Determine yield for a security with periodic interest | YIELD( |
YIELDDISC | Obtain annual yield for a discounted security | YIELDDISC( |
YIELDMAT | Determine annual yield for interest at maturity | YIELDMAT( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
CELL | Retrieve information about a cell | CELL( |
ERROR.TYPE | Test for a specific error value | ERROR.TYPE( |
INFO | Retrieve information about the current environment | INFO( |
ISBLANK | Test if a cell is empty | ISBLANK( |
ISERR | Test for any error except #N/A | ISERR( |
ISERROR | Test for any error | ISERROR( |
ISEVEN | Test if a value is even | ISEVEN( |
ISFORMULA | Test if a cell contains a formula | ISFORMULA( |
ISLOGICAL | Test if a value is logical | ISLOGICAL( |
ISNA | Test for the #N/A error | ISNA( |
ISNONTEXT | Test for a non-text value | ISNONTEXT( |
ISNUMBER | Test for a numeric value | ISNUMBER( |
ISODD | Test if a value is odd | ISODD( |
ISREF | Test for a reference | ISREF( |
ISTEXT | Test for a text value | ISTEXT( |
N | Convert a value into a number | N( |
NA | Create an #N/A error | NA() |
SHEET | Obtain the sheet index number | SHEET( |
SHEETS | Obtain the number of sheets in a reference | SHEETS( |
T | Filter text values only | T( |
TYPE | Determine the type of value in a cell | TYPE( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ABS | Find the absolute value of a number | ABS( |
AGGREGATE | Return aggregate calculations | AGGREGATE( |
ARABIC | Convert Roman numerals to Arabic numerals | ARABIC( |
BASE | Convert a number to another base | BASE( |
CEILING | Round a number up to the nearest multiple | CEILING() |
CEILING.MATH | Round a number up to the nearest multiple | CEILING.MATH( |
CEILING.PRECISE | Round a number up to the nearest multiple | CEILING.PRECISE( |
COMBIN | Determine the number of combinations without repetitions | COMBIN( |
COMBINA | Determine the number of combinations with repetitions | COMBINA( |
DECIMAL | Convert a number in a different base to a decimal number | DECIMAL( |
EVEN | Round a number up to the next even integer | EVEN( |
EXP | Find the value of e raised to the power of a number | EXP( |
FACT | Find the factorial of a number | FACT( |
FACTDOUBLE | Obtain the double factorial of a number | FACTDOUBLE( |
FLOOR | Round a number down to the nearest specified multiple | FLOOR( |
FLOOR.MATH | Round a number down to the nearest multiple | FLOOR.MATH( |
FLOOR.PRECISE | Round a number down to the nearest multiple | FLOOR.PRECISE( |
GCD | Determine the greatest common divisor of number | GCD( |
INT | Obtain the integer part of a number by rounding down | INT( |
LCM | Determine the least common multiple of numbers | LCM( |
LN | Calculate the natural logarithm of a given number | LN( |
LOG | Find the logarithm of a number | LOG( |
LOG10 | Calculate the base-10 logarithm of a number | LOG10( |
MDETERM | Compute the determinant of a given matrix | MDETERM( |
MINVERSE | Find the inverse matrix of an array | MINVERSE( |
MMULT | Perform matrix multiplication on specified arrays | MMULT( |
MOD | Obtain the remainder after division | MOD( |
MROUND | Round a number to the nearest specified multiple | MROUND( |
MUNIT | Generate a unit matrix for a given dimension | MUNIT( |
ODD | Round a number up to the next odd integer | ODD( |
PI | Retrieve the value of π (pi) | PI() |
POWER | Raise a number to a specific power | POWER( |
PRODUCT | Calculate the product of supplied numbers | PRODUCT( |
QUOTIENT | Determine the quotient without a remainder | QUOTIENT( |
RAND | Generate a random number between 0 and 1 | RAND() |
RANDBETWEEN | Get a random integer within a specified range | RANDBETWEEN( |
ROMAN | Convert numbers into Roman numerals | ROMAN( |
ROUND | Round a number to a specified number of digits | ROUND( |
ROUNDDOWN | Round down a number to a given number of digits | ROUNDDOWN( |
ROUNDUP | Round up a number to a specified number of digits | ROUNDUP( |
SIGN | Determine the sign of a number | SIGN( |
SQRT | Find the positive square root of a number | SQRT( |
SUBTOTAL | Obtain a subtotal in a list or database | SUBTOTAL( |
SUM | Add numbers together | SUM( |
SUMIF | Sum cells in a range that meet specific criteria | SUMIF( |
SUMIFS | Sum cells in a range that meet multiple criteria | SUMIFS( |
SUMPRODUCT | Calculate the sum of squares of product values | SUMPRODUCT( |
SUMSQ | Calculate the sum of the squares of the provided values | SUMSQ( |
SUMX2MY2 | Determine the sum of the differences between the squares in two arrays | SUMX2MY2( |
SUMX2PY2 | Compute the sum of the squares within two arrays | SUMX2PY2( |
SUMXMY2 | Calculate the sum of the squares of the differences in two arrays | SUMXMY2( |
TRUNC | Round a number to a specified precision | TRUNC( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ACOS | Calculate the arccosine of a value in radians | ACOS( |
ASIN | Calculate the arcsine of a value in radians | ASIN( |
ATAN | Compute the arctangent of a number | ATAN( |
ATAN2 | Compute the arctangent from x- and y-coordinates | ATAN2( |
COS | Determine the cosine of an angle in radians | COS( |
COSH | Find the hyperbolic cosine of a number | COSH( |
COT | Calculate the cotangent of an angle | COT( |
CSC | Determine the cosecant of an angle | CSC( |
DEGREES | Convert radians to degrees | DEGREES( |
RADIANS | Convert degrees to radians | RADIANS( |
SEC | Calculate the secant of an angle | SEC( |
SIN | Determine the sine of an angle in radians | SIN( |
SINH | Find the hyperbolic sine of a number | SINH( |
TAN | Calculate the tangent of an angle | TAN( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
AVEDEV | Calculate the sum of squared deviations | AVEDEV( |
AVERAGE | Compute the average of a group of numbers | AVERAGE( |
AVERAGEA | Determine the average of a group of numbers and text | AVERAGEA( |
AVERAGEIF | Find the average of numbers that meet specific criteria | AVERAGEIF( |
AVERAGEIFS | Average cells that match multiple criteria | AVERAGEIFS( |
BINOM.DIST | Calculate the probability of a binomial distribution | BINOM.DIST( |
BINOMDIST | Find the probability of a binomial distribution | BINOMDIST( |
COUNT | Count numbers in a dataset | COUNT( |
COUNTA | Count the number of non-blank cells | COUNTA( |
COUNTBLANK | Count cells that are blank | COUNTBLANK( |
COUNTIF | Count cells that match specific criteria | COUNTIF( |
COUNTIFS | Count cells that match multiple criteria | COUNTIFS( |
DEVSQ | Calculate the sum of squared deviations | DEVSQ( |
FORECAST | Predict a value along a linear trend | FORECAST( |
FORECAST.ETS | Predict a value with a seasonal trend | FORECAST.ETS( |
FORECAST.ETS.CONFINT | Obtain the confidence interval for a forecasted value at a given date | FORECAST.ETS.CONFINT( |
FORECAST.ETS.SEASONALITY | Determine the length of the seasonal pattern | FORECAST.ETS.SEASONALITY( |
FORECAST.ETS.STAT | Get statistical values related to forecasting | FORECAST.ETS.STAT( |
FORECAST.LINEAR | Predict a value along a linear trend | FORECAST.LINEAR( |
FREQUENCY | Find the frequency of values in a dataset | FREQUENCY( |
GEOMEAN | Calculate the geometric mean | GEOMEAN( |
HARMEAN | Calculate the harmonic mean | HARMEAN( |
INTERCEPT | Determine the intercept of a linear regression line | INTERCEPT( |
LARGE | Find the nth largest value | LARGE( |
LINEST | Get parameters of a linear trend | LINEST( |
MAX | Find the largest value | MAX( |
MAXA | Return the largest value | MAXA( |
MAXIFS | Get the maximum value with specific criteria | MAXIFS( |
MEDIAN | Calculate the median of a group of numbers | MEDIAN( |
MIN | Find the smallest value | MIN( |
MINA | Return the smallest value | MINA( |
MINIFS | Get the minimum value with specific criteria | MINIFS( |
MODE | Find the most frequently occurring number | MODE( |
MODE.MULT | Find the most frequently occurring numbers | MODE.MULT( |
MODE.SNGL | Find the most frequently occurring number | MODE.SNGL( |
NORM.DIST | Obtain values and areas for the normal distribution | NORM.DIST( |
NORM.INV | Calculate the inverse of the normal cumulative distribution | NORM.INV( |
NORM.S.DIST | Get the standard normal CDF and PDF | NORM.S.DIST( |
NORM.S.INV | Find the inverse of the standard normal cumulative distribution | NORM.S.INV( |
PERCENTILE | Calculate the kth percentile | PERCENTILE( |
PERCENTILE.EXC | Find the kth percentile | PERCENTILE.EXC( |
PERCENTILE.INC | Determine the kth percentile | PERCENTILE.INC( |
PERCENTRANK | Calculate percentile rank, inclusive | PERCENTRANK( |
PERCENTRANK.EXC | Calculate percentile rank, exclusive | PERCENTRANK.EXC( |
PERCENTRANK.INC | Determine percentile rank, inclusive | PERCENTRANK.INC( |
PERMUT | Find the number of permutations without repetitions | PERMUT( |
PERMUTATIONA | Find the number of permutations with repetitions | PERMUTATIONA( |
QUARTILE | Get the quartile in a dataset | QUARTILE( |
QUARTILE.EXC | Determine the quartile in a dataset | QUARTILE.EXC( |
QUARTILE.INC | Find the quartile in a dataset | QUARTILE.INC( |
RANK | Rank a number against a range of numbers | RANK( |
RANK.AVG | Rank a number against a range of numbers | RANK.AVG( |
RANK.EQ | Rank a number against a range of numbers | RANK.EQ( |
SKEW | Calculate the skewness of a distribution | SKEW( |
SKEW.P | Find the skewness of a distribution based on population | SKEW.P( |
SLOPE | Determine the slope of a linear regression line | SLOPE( |
SMALL | Find the nth smallest value | SMALL( |
STANDARDIZE | Calculate a normalized value (z-score) | STANDARDIZE( |
STDEV | Get the standard deviation in a sample | STDEV( |
STDEV.P | Calculate the standard deviation of a population | STDEV.P( |
STDEV.S | Find the standard deviation in a sample | STDEV.S( |
STDEVA | Calculate the standard deviation in a sample | STDEVA( |
STDEVP | Find the standard deviation of a population | STDEVP( |
STDEVPA | Calculate the standard deviation for a population | STDEVPA( |
TRIMMEAN | Calculate the mean excluding outliers | TRIMMEAN( |
VAR | Get the variation of a sample | VAR( |
VAR.P | Find the variation of a population | VAR.P( |
VAR.S | Get the variation of a sample | VAR.S( |
VARA | Get the variation of a sample | VARA( |
VARP | Find the variation of a population | VARP( |
VARPA | Get the variation of a population | VARPA( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
ENCODEURL | Obtain a URL-encoded string | ENCODEURL( |
FILTERXML | Retrieve data from XML using XPath | FILTERXML( |
WEBSERVICE | Fetch data from a web service | WEBSERVICE( |
FUNCTION | DESCRIPTION | SYNTAX |
---|---|---|
DAVERAGE | Calculate the average from matching records | DAVERAGE( |
DCOUNT | Count matching records in a database | DCOUNT( |
DCOUNTA | Count matching records in a database | DCOUNTA( |
DGET | Retrieve a value from a matching record | DGET( |
DMAX | Find the maximum from matching records | DMAX( |
DMIN | Find the minimum from matching records | DMIN( |
DPRODUCT | Calculate the product from matching records | DPRODUCT( |
DSTDEV | Compute the standard deviation of a sample in matching records | DSTDEV( |
DSTDEVP | Compute the standard deviation of a population in matching records | DSTDEVP( |
DSUM | Calculate the sum from matching records | DSUM( |
DVAR | Calculate the sample variance for matching records | DVAR( |
DVARP | Calculate the population variance for matching records | DVARP( |
Description: Try different conditions, but they must all be true at the same time
Syntax: AND(
Description: Make something that says "not true"
Syntax: FALSE()
Description: Check if something is exactly as you want it to be
Syntax: IF(
Description: Catch and deal errors
Syntax: IFERROR(
Description: Catch and deal with special "not available" problems
Syntax: IFNA(
Description: Check multiple conditions, and tell me the first one that's true
Syntax: IFS(
Description: Change the order of things or what they mean
Syntax: NOT(
Description: Test different conditions, and as long as one is true, it's good
Syntax: OR(
Description: Find a match from a list of things, and tell me the first one you find
Syntax: SWITCH(
Description: Make something that says "true"
Syntax: TRUE()
Description: Do something special when one thing is true and the other is not
Syntax: XOR(
Description: Make a date with the year, month, and day values
Syntax: DATE(
Description: Find out how many days, months, or years are between two dates.
Syntax: DATEDIF(
Description: Change a date from words/string/text to a real date.
Syntax: DATEVALUE(
Description: Know which day of the month it is (from 1 to 31).
Syntax: DAY(
Description: Count the days between dates
Syntax: DAYS(
Description: Calculate the days between two dates in a 360-day year.
Syntax: DAYS360(
Description: Move a date into the future or the past by a certain number of months.
Syntax: EDATE(
Description: Find the last day of a month, some months from now(future/past)
Syntax: EOMONTH(
Description: See what time it is (from 0 to 23) in hours.
Syntax: HOUR(
Description: Find the ISO week number for a given date.
Syntax: ISOWEEKNUM(
Description: Determine how many minutes have passed (from 0 to 59) in the current time.
Syntax: MINUTE(
Description: Get the month as a number (from 1 to 12) from a date.
Syntax: MONTH(
Description: Count how many working days are between two dates.
Syntax: NETWORKDAYS(
Description: Calculate workdays between two dates (weekdays only).
Syntax: NETWORKDAYS.INTL(
Description: Show the current date and time.
Syntax: NOW()
Description: Check the seconds on the clock (from 0 to 59) in the current time.
Syntax: SECOND(
Description: Make a time with hours, minutes, and seconds.
Syntax: TIME(
Description: Transform a text into a valid time.
Syntax: TIMEVALUE(
Description: Find today's date.
Syntax: TODAY()
Description: Know which day of the week it is, represented as a number.
Syntax: WEEKDAY(
Description: Calculate the week number for a given date.
Syntax: WEEKNUM(
Description: Calculate a date in the future or past with a specific number of working days.
Syntax: WORKDAY(
Description: Find a date in the future or past with a certain number of working days.
Syntax: WORKDAY.INTL(
Description: Find out the year from a date.
Syntax: YEAR(
Description: Determine the fraction of a year between two dates.
Syntax: YEARFRAC(
Description: Formulate a cell address using a given row and column number
Syntax: ADDRESS(
Description: Determine the number of distinct sections within a specified reference
Syntax: AREAS(
Description: Retrieve a value from a list based on its position
Syntax: CHOOSE(
Description: Determine the column number of a specific reference
Syntax: COLUMN([reference])
Description: Find the total number of columns in an array or reference
Syntax: COLUMNS(
Description: Extract a specific field value from a given data type
Syntax: FIELDVALUE(
Description: Obtain the formula present in a cell
Syntax: FORMULATEXT(
Description: Access data from a pivot table within a formula
Syntax: GETPIVOTDATA(
Description: Search for a value in a table organized horizontally
Syntax: HLOOKUP(
Description: Generate a clickable hyperlink
Syntax: HYPERLINK(
Description: Retrieve a value from a list or table based on its location
Syntax: INDEX(
Description: Form a reference using textual information
Syntax: INDIRECT(
Description: Search for a value in a single-column range
Syntax: LOOKUP(
Description: Determine the position of an item within an array
Syntax: MATCH(
Description: Create a reference offset from a given starting point
Syntax: OFFSET(
Description: Identify the row number of a specific reference
Syntax: ROW(
Description: Determine the total number of rows in an array or reference
Syntax: ROWS(
Description: Invert the arrangement of a range of cells
Syntax: TRANSPOSE(
Description: Look for a value in a table by matching it with the first column
Syntax: VLOOKUP(
Description: Retrieve a character based on a given number
Syntax: CHAR(
Description: Remove non-printable characters from a text
Syntax: CLEAN(
Description: Obtain the code corresponding to a specific character
Syntax: CODE(
Description: Combine text values seamlessly without any delimiters
Syntax: CONCAT(
Description: Concatenate text into a single string
Syntax: CONCATENATE(
Description: Transform a number into text while formatting it as currency
Syntax: DOLLAR(
Description: Compare two text strings for equality
Syntax: EXACT(
Description: Identify the position of a substring within a larger string
Syntax: FIND(
Description: Format a number as text with a fixed number of decimal places
Syntax: FIXED(
Description: Extract text from the left side of a string
Syntax: LEFT(
Description: Determine the length of a text string
Syntax: LEN(
Description: Convert text to lowercase
Syntax: LOWER(
Description: Extract specific text from within a larger string
Syntax: MID(
Description: Convert text to a number while using custom separators
Syntax: NUMBERVALUE(
Description: Capitalize the first letter of each word in a text
Syntax: PROPER(
Description: Replace text based on its position within a string
Syntax: REPLACE(
Description: Repeat specified text as needed
Syntax: REPT(
Description: Extract text from the right side of a string
Syntax: RIGHT(
Description: Find the position of a substring within a string
Syntax: SEARCH(
Description: Replace text based on its content within a string
Syntax: SUBSTITUTE(
Description: Convert a number into text while maintaining its numeric format
Syntax: TEXT(
Description: Merge text values using a designated delimiter
Syntax: TEXTJOIN(
Description: Eliminate extra spaces from a text
Syntax: TRIM(
Description: Retrieve a Unicode character based on its number
Syntax: UNICHAR(
Description: Obtain the number corresponding to a Unicode character
Syntax: UNICODE(
Description: Convert text to uppercase
Syntax: UPPER(
Description: Convert text into a numeric value
Syntax: VALUE(
Description: Convert an array or range into a text string
Syntax: ARRAYTOTEXT(
Description: Apply a function to a column
Syntax: BYCOL(
Description: Apply a function to a row
Syntax: BYROW(
Description: Extract specific columns from an array
Syntax: CHOOSECOLS(
Description: Extract specific rows from an array
Syntax: CHOOSEROWS(
Description: Remove a portion of an array
Syntax: DROP(
Description: Expand an array by adding rows or columns
Syntax: EXPAND(
Description: Filter a range based on given criteria
Syntax: FILTER(
Description: Merge ranges or arrays horizontally
Syntax: HSTACK(
Description: Check for optional arguments in LAMBDAs
Syntax: ISOMITTED(
Description: Create a custom function
Syntax: LAMBDA(
Description: Assign variables within a formula
Syntax: LET(
Description: Generate an array with calculated values
Syntax: MAKEARRAY(
Description: Apply a custom function to an array
Syntax: MAP(
Description: Generate an array of random numbers
Syntax: RANDARRAY([rows], [columns], [min], [max], [integer])
Description: Reduce an array
Syntax: REDUCE(
Description: Scan an array and return intermediate results
Syntax: SCAN(
Description: Generate an array of sequential numbers
Syntax: SEQUENCE(
Description: Sort a range or array
Syntax: SORT(
Description: Sort a range or array by column
Syntax: SORTBY(
Description: Retrieve stock price information
Syntax: STOCKHISTORY(
Description: Obtain a subset of an array
Syntax: TAKE(
Description: Extract text after a specified delimiter
Syntax: TEXTAFTER(
Description: Extract text before a specified delimiter
Syntax: TEXTBEFORE(
Description: Split a text string using a delimiter
Syntax: TEXTSPLIT(
Description: Transform an array into a single column
Syntax: TOCOL(
Description: Transform an array into a single row
Syntax: TOROW(
Description: Extract unique values from a range
Syntax: UNIQUE(
Description: Convert a value into a text string
Syntax: VALUETOTEXT(
Description: Merge ranges or arrays vertically
Syntax: VSTACK(
Description: Organize an array into columns
Syntax: WRAPCOLS(
Description: Organize an array into rows
Syntax: WRAPROWS(
Description: Look up values in a range or array
Syntax: XLOOKUP(
Description: Determine the position of an item in a list or table
Syntax: XMATCH(
Description: Convert a binary number to decimal
Syntax: BIN2DEC(
Description: Convert a binary number to hexadecimal
Syntax: BIN2HEX(
Description: Convert a binary number to octal
Syntax: BIN2OCT(
Description: Perform a 'Bitwise And' operation on two numbers
Syntax: BITAND(
Description: Shift a number left by a specified number of bits
Syntax: BITLSHIFT(
Description: Perform a 'Bitwise Or' operation on two numbers
Syntax: BITOR(
Description: Shift a number right by a specified number of bits
Syntax: BITRSHIFT(
Description: Perform a 'Bitwise Xor' operation on two numbers
Syntax: BITXOR(
Description: Convert coefficients into a complex number
Syntax: COMPLEX(
Description: Convert measurement units
Syntax: CONVERT(
Description: Convert a decimal number to binary
Syntax: DEC2BIN(
Description: Convert a decimal number to hexadecimal
Syntax: DEC2HEX(
Description: Convert a decimal number to octal
Syntax: DEC2OCT(
Description: Test if two values are equal
Syntax: DELTA(
Description: Convert a hexadecimal number to binary.
Syntax: HEX2BIN(
Description: Convert a hexadecimal number to decimal
Syntax: HEX2DEC(
Description: Convert a hexadecimal number to octal
Syntax: HEX2OCT(
Description: Obtain the absolute value of a complex number
Syntax: IMABS(
Description: Retrieve the imaginary coefficient of a complex number
Syntax: IMAGINARY(
Description: Raise a complex number to a given power
Syntax: IMPOWER(
Description: Calculate the product of complex numbers
Syntax: IMPRODUCT(
Description: Retrieve the real coefficient of a complex number
Syntax: IMREAL(
Description: Calculate the difference between two complex numbers
Syntax: IMSUB()
Description: Calculate the sum of complex numbers
Syntax: IMSUM(
Description: Determine accrued interest periodically
Syntax: ACCRINT(
Description: Calculate accrued interest at maturity
Syntax: ACCRINTM(
Description: Obtain the depreciation coefficient for an accounting period
Syntax: AMORDEGRC(
Description: Calculate depreciation for an accounting period
Syntax: AMORLINC(
Description: Determine days from the coupon period to the settlement date
Syntax: COUPDAYBS(
Description: Calculate days in the coupon period including the settlement date
Syntax: COUPDAYS(
Description: Determine days from the settlement date to the next coupon date
Syntax: COUPDAYSNC(
Description: Obtain the next coupon date after the settlement date
Syntax: COUPNCD(
Description: Determine the number of payable coupons
Syntax: COUPNUM(
Description: Obtain the previous coupon date before the settlement date
Syntax: COUPPCD(
Description: Calculate cumulative interest paid on a loan
Syntax: CUMIPMT(
Description: Calculate cumulative principal paid on a loan
Syntax: CUMPRINC(
Description: Calculate depreciation using fixed-declining balance method
Syntax: DB(
Description: Calculate depreciation using double-declining method
Syntax: DDB(
Description: Obtain the discount rate for a security
Syntax: DISC(
Description: Convert a dollar price as a fraction to decimal
Syntax: DOLLARDE(
Description: Convert price to fractional notation
Syntax: DOLLARFR(
Description: Determine annual duration with periodic interest
Syntax: DURATION(
Description: Obtain the effective annual interest rate
Syntax: EFFECT(
Description: Calculate the future value of an investment
Syntax: FV(
Description: Calculate the future value of principal with compound interest
Syntax: FVSCHEDULE(
Description: Determine the interest rate for a fully invested security
Syntax: INTRATE(
Description: Obtain interest for a given period
Syntax: IPMT(
Description: Calculate the internal rate of return
Syntax: IRR(
Description: Determine interest paid for a specific period
Syntax: ISPMT(
Description: Obtain Macauley modified duration for a par value of $100
Syntax: MDURATION(
Description: Calculate the modified internal rate of return
Syntax: MIRR(
Description: Determine annual nominal interest rate
Syntax: NOMINAL(
Description: Determine the number of periods for a loan or investment
Syntax: NPER(
Description: Calculate net present value
Syntax: NPV(
Description: Obtain price per $100 for an odd first period
Syntax: ODDFPRICE(
Description: Determine yield for a security with an odd first period
Syntax: ODDFYIELD(
Description: Obtain price per $100 face value with an odd last period
Syntax: ODDLPRICE(
Description: Determine yield for a security with an odd last period
Syntax: ODDLYIELD(
Description: Determine periods required to reach a given value
Syntax: PDURATION(
Description: Calculate the periodic payment for a loan
Syntax: PMT(
Description: Determine principal payment in a given period
Syntax: PPMT(
Description: Obtain price per $100 face value with periodic interest
Syntax: PRICE(
Description: Obtain price per $100 for a discounted security
Syntax: PRICEDISC(
Description: Obtain price per $100 for interest at maturity
Syntax: PRICEMAT(
Description: Calculate the present value of an investment
Syntax: PV(
Description: Obtain the interest rate per period for an annuity
Syntax: RATE(
Description: Determine the amount received at maturity
Syntax: RECEIVED(
Description: Obtain equivalent interest rate for growth
Syntax: RRI(
Description: Calculate straight-line depreciation
Syntax: SLN(
Description: Calculate sum-of-years depreciation
Syntax: SYD(
Description: Obtain bond-equivalent yield for a Treasury bill
Syntax: TBILLEQ(
Description: Obtain price per $100 for a Treasury bill
Syntax: TBILLPRICE(
Description: Determine yield for a Treasury bill
Syntax: TBILLYIELD(
Description: Calculate double-declining variable depreciation
Syntax: VDB(
Description: Calculate internal rate of return for irregular cash flows
Syntax: XIRR(
Description: Calculate net present value for irregular cash flows
Syntax: XNPV(
Description: Determine yield for a security with periodic interest
Syntax: YIELD(
Description: Obtain annual yield for a discounted security
Syntax: YIELDDISC(
Description: Determine annual yield for interest at maturity
Syntax: YIELDMAT(
Description: Retrieve information about a cell
Syntax: CELL(
Description: Test for a specific error value
Syntax: ERROR.TYPE(
Description: Retrieve information about the current environment
Syntax: INFO(
Description: Test if a cell is empty
Syntax: ISBLANK(
Description: Test for any error except #N/A
Syntax: ISERR(
Description: Test for any error
Syntax: ISERROR(
Description: Test if a value is even
Syntax: ISEVEN(
Description: Test if a cell contains a formula
Syntax: ISFORMULA(
Description: Test if a value is logical
Syntax: ISLOGICAL(
Description: Test for the #N/A error
Syntax: ISNA(
Description: Test for a non-text value
Syntax: ISNONTEXT(
Description: Test for a numeric value
Syntax: ISNUMBER(
Description: Test if a value is odd
Syntax: ISODD(
Description: Test for a reference
Syntax: ISREF(
Description: Test for a text value
Syntax: ISTEXT(
Description: Convert a value into a number
Syntax: N(
Description: Create an #N/A error
Syntax: NA()
Description: Obtain the sheet index number
Syntax: SHEET(
Description: Obtain the number of sheets in a reference
Syntax: SHEETS(
Description: Filter text values only
Syntax: T(
Description: Determine the type of value in a cell
Syntax: TYPE(
Description: Find the absolute value of a number
Syntax: ABS(
Description: Return aggregate calculations
Syntax: AGGREGATE(
Description: Convert Roman numerals to Arabic numerals
Syntax: ARABIC(
Description: Convert a number to another base
Syntax: BASE(
Description: Round a number up to the nearest multiple
Syntax: CEILING()
Description: Round a number up to the nearest multiple
Syntax: CEILING.MATH(
Description: Round a number up to the nearest multiple
Syntax: CEILING.PRECISE(
Description: Determine the number of combinations without repetitions
Syntax: COMBIN(
Description: Determine the number of combinations with repetitions
Syntax: COMBINA(
Description: Convert a number in a different base to a decimal number
Syntax: DECIMAL(
Description: Round a number up to the next even integer
Syntax: EVEN(
Description: Find the value of e raised to the power of a number
Syntax: EXP(
Description: Find the factorial of a number
Syntax: FACT(
Description: Obtain the double factorial of a number
Syntax: FACTDOUBLE(
Description: Round a number down to the nearest specified multiple
Syntax: FLOOR(
Description: Round a number down to the nearest multiple
Syntax: FLOOR.MATH(
Description: Round a number down to the nearest multiple
Syntax: FLOOR.PRECISE(
Description: Determine the greatest common divisor of number
Syntax: GCD(
Description: Obtain the integer part of a number by rounding down
Syntax: INT(
Description: Determine the least common multiple of numbers
Syntax: LCM(
Description: Calculate the natural logarithm of a given number
Syntax: LN(
Description: Find the logarithm of a number
Syntax: LOG(
Description: Calculate the base-10 logarithm of a number
Syntax: LOG10(
Description: Compute the determinant of a given matrix
Syntax: MDETERM(
Description: Find the inverse matrix of an array
Syntax: MINVERSE(
Description: Perform matrix multiplication on specified arrays
Syntax: MMULT(
Description: Obtain the remainder after division
Syntax: MOD(
Description: Round a number to the nearest specified multiple
Syntax: MROUND(
Description: Generate a unit matrix for a given dimension
Syntax: MUNIT(
Description: Round a number up to the next odd integer
Syntax: ODD(
Description: Retrieve the value of π (pi)
Syntax: PI()
Description: Raise a number to a specific power
Syntax: POWER(
Description: Calculate the product of supplied numbers
Syntax: PRODUCT(
Description: Determine the quotient without a remainder
Syntax: QUOTIENT(
Description: Generate a random number between 0 and 1
Syntax: RAND()
Description: Get a random integer within a specified range
Syntax: RANDBETWEEN(
Description: Convert numbers into Roman numerals
Syntax: ROMAN(
Description: Round a number to a specified number of digits
Syntax: ROUND(
Description: Round down a number to a given number of digits
Syntax: ROUNDDOWN(
Description: Round up a number to a specified number of digits
Syntax: ROUNDUP(
Description: Determine the sign of a number
Syntax: SIGN(
Description: Find the positive square root of a number
Syntax: SQRT(
Description: Obtain a subtotal in a list or database
Syntax: SUBTOTAL(
Description: Add numbers together
Syntax: SUM(
Description: Sum cells in a range that meet specific criteria
Syntax: SUMIF(
Description: Sum cells in a range that meet multiple criteria
Syntax: SUMIFS(
Description: Calculate the sum of squares of product values
Syntax: SUMPRODUCT(
Description: Calculate the sum of the squares of the provided values
Syntax: SUMSQ(
Description: Determine the sum of the differences between the squares in two arrays
Syntax: SUMX2MY2(
Description: Compute the sum of the squares within two arrays
Syntax: SUMX2PY2(
Description: Calculate the sum of the squares of the differences in two arrays
Syntax: SUMXMY2(
Description: Round a number to a specified precision
Syntax: TRUNC(
Description: Calculate the arccosine of a value in radians
Syntax: ACOS(
Description: Calculate the arcsine of a value in radians
Syntax: ASIN(
Description: Compute the arctangent of a number
Syntax: ATAN(
Description: Compute the arctangent from x- and y-coordinates
Syntax: ATAN2(
Description: Determine the cosine of an angle in radians
Syntax: COS(
Description: Find the hyperbolic cosine of a number
Syntax: COSH(
Description: Calculate the cotangent of an angle
Syntax: COT(
Description: Determine the cosecant of an angle
Syntax: CSC(
Description: Convert radians to degrees
Syntax: DEGREES(
Description: Convert degrees to radians
Syntax: RADIANS(
Description: Calculate the secant of an angle
Syntax: SEC(
Description: Determine the sine of an angle in radians
Syntax: SIN(
Description: Find the hyperbolic sine of a number
Syntax: SINH(
Description: Calculate the tangent of an angle
Syntax: TAN(
Description: Calculate the sum of squared deviations
Syntax: AVEDEV(
Description: Compute the average of a group of numbers
Syntax: AVERAGE(
Description: Determine the average of a group of numbers and text
Syntax: AVERAGEA(
Description: Find the average of numbers that meet specific criteria
Syntax: AVERAGEIF(
Description: Average cells that match multiple criteria
Syntax: AVERAGEIFS(
Description: Calculate the probability of a binomial distribution
Syntax: BINOM.DIST(
Description: Find the probability of a binomial distribution
Syntax: BINOMDIST(
Description: Count numbers in a dataset
Syntax: COUNT(
Description: Count the number of non-blank cells
Syntax: COUNTA(
Description: Count cells that are blank
Syntax: COUNTBLANK(
Description: Count cells that match specific criteria
Syntax: COUNTIF(
Description: Count cells that match multiple criteria
Syntax: COUNTIFS(
Description: Calculate the sum of squared deviations
Syntax: DEVSQ(
Description: Predict a value along a linear trend
Syntax: FORECAST(
Description: Predict a value with a seasonal trend
Syntax: FORECAST.ETS(
Description: Obtain the confidence interval for a forecasted value at a given date
Syntax: FORECAST.ETS.CONFINT(
Description: Determine the length of the seasonal pattern
Syntax: FORECAST.ETS.SEASONALITY(
Description: Get statistical values related to forecasting
Syntax: FORECAST.ETS.STAT(
Description: Predict a value along a linear trend
Syntax: FORECAST.LINEAR(
Description: Find the frequency of values in a dataset
Syntax: FREQUENCY(
Description: Calculate the geometric mean
Syntax: GEOMEAN(
Description: Calculate the harmonic mean
Syntax: HARMEAN(
Description: Determine the intercept of a linear regression line
Syntax: INTERCEPT(
Description: Find the nth largest value
Syntax: LARGE(
Description: Get parameters of a linear trend
Syntax: LINEST(
Description: Find the largest value
Syntax: MAX(
Description: Return the largest value
Syntax: MAXA(
Description: Get the maximum value with specific criteria
Syntax: MAXIFS(
Description: Calculate the median of a group of numbers
Syntax: MEDIAN(
Description: Find the smallest value
Syntax: MIN(
Description: Return the smallest value
Syntax: MINA(
Description: Get the minimum value with specific criteria
Syntax: MINIFS(
Description: Find the most frequently occurring number
Syntax: MODE(
Description: Find the most frequently occurring numbers
Syntax: MODE.MULT(
Description: Find the most frequently occurring number
Syntax: MODE.SNGL(
Description: Obtain values and areas for the normal distribution
Syntax: NORM.DIST(
Description: Calculate the inverse of the normal cumulative distribution
Syntax: NORM.INV(
Description: Get the standard normal CDF and PDF
Syntax: NORM.S.DIST(
Description: Find the inverse of the standard normal cumulative distribution
Syntax: NORM.S.INV(
Description: Calculate the kth percentile
Syntax: PERCENTILE(
Description: Find the kth percentile
Syntax: PERCENTILE.EXC(
Description: Determine the kth percentile
Syntax: PERCENTILE.INC(
Description: Calculate percentile rank, inclusive
Syntax: PERCENTRANK(
Description: Calculate percentile rank, exclusive
Syntax: PERCENTRANK.EXC(
Description: Determine percentile rank, inclusive
Syntax: PERCENTRANK.INC(
Description: Find the number of permutations without repetitions
Syntax: PERMUT(
Description: Find the number of permutations with repetitions
Syntax: PERMUTATIONA(
Description: Get the quartile in a dataset
Syntax: QUARTILE(
Description: Determine the quartile in a dataset
Syntax: QUARTILE.EXC(
Description: Find the quartile in a dataset
Syntax: QUARTILE.INC(
Description: Rank a number against a range of numbers
Syntax: RANK(
Description: Rank a number against a range of numbers
Syntax: RANK.AVG(
Description: Rank a number against a range of numbers
Syntax: RANK.EQ(
Description: Calculate the skewness of a distribution
Syntax: SKEW(
Description: Find the skewness of a distribution based on population
Syntax: SKEW.P(
Description: Determine the slope of a linear regression line
Syntax: SLOPE(
Description: Find the nth smallest value
Syntax: SMALL(
Description: Calculate a normalized value (z-score)
Syntax: STANDARDIZE(
Description: Get the standard deviation in a sample
Syntax: STDEV(
Description: Calculate the standard deviation of a population
Syntax: STDEV.P(
Description: Find the standard deviation in a sample
Syntax: STDEV.S(
Description: Calculate the standard deviation in a sample
Syntax: STDEVA(
Description: Find the standard deviation of a population
Syntax: STDEVP(
Description: Calculate the standard deviation for a population
Syntax: STDEVPA(
Description: Calculate the mean excluding outliers
Syntax: TRIMMEAN(
Description: Get the variation of a sample
Syntax: VAR(
Description: Find the variation of a population
Syntax: VAR.P(
Description: Get the variation of a sample
Syntax: VAR.S(
Description: Get the variation of a sample
Syntax: VARA(
Description: Find the variation of a population
Syntax: VARP(
Description: Get the variation of a population
Syntax: VARPA(
Description: Obtain a URL-encoded string
Syntax: ENCODEURL(
Description: Retrieve data from XML using XPath
Syntax: FILTERXML(
Description: Fetch data from a web service
Syntax: WEBSERVICE(
Description: Calculate the average from matching records
Syntax: DAVERAGE(
Description: Count matching records in a database
Syntax: DCOUNT(
Description: Count matching records in a database
Syntax: DCOUNTA(
Description: Retrieve a value from a matching record
Syntax: DGET(
Description: Find the maximum from matching records
Syntax: DMAX(
Description: Find the minimum from matching records
Syntax: DMIN(
Description: Calculate the product from matching records
Syntax: DPRODUCT(
Description: Compute the standard deviation of a sample in matching records
Syntax: DSTDEV(
Description: Compute the standard deviation of a population in matching records
Syntax: DSTDEVP(
Description: Calculate the sum from matching records
Syntax: DSUM(
Description: Calculate the sample variance for matching records
Syntax: DVAR(
Description: Calculate the population variance for matching records
Syntax: DVARP(