You are on page 1of 1

Training Videos Functions Formulas Shortcuts Articles Login

350 Excel Functions Jump to Category

Logical Dynamic array Trigonometry


Over 350 built-in functions, with examples and videos. VLOOKUP, XLOOKUP,
Date and time Engineering Statistical
INDEX & MATCH, FILTER, RANK, ROUND, SUMPRODUCT, AVERAGE,
Lookup and Financial Web
COUNTIFS, SUMIFS, UNIQUE, SORT, TEXTSPLIT, SEQUENCE, FIND, SEARCH,
reference
Information Database
DATE, and more. Also see 500 Formulas and 101 Functions.
Text Math

Filter Show all

Logical

Function Version Purpose Arguments

AND EXCEL 2003 Test multiple conditions with AND logical1 logical2 ...

FALSE EXCEL 2003 Generate the logical value FALSE

IF EXCEL 2003 Test for a specific condition logical _test value_ if_true value_ if_false

IFERROR EXCEL 2007 Trap and handle errors value value_ if_error

IFNA EXCEL 2013 Trap and handle #N/A errors value value_ if_ na

IFS EXCEL 2019 Test multiple conditions, return first true test1 value1 test2, value2 ...

NOT EXCEL 2003 Reverse arguments or results logical

OR EXCEL 2003 Test multiple conditions with OR logical1 logical2 ...

SWITCH EXCEL 2019 Match multiple values, return first match expression val1/result1 val2/result2 ... default

TRUE EXCEL 2003 Generate the logical value TRUE

XOR EXCEL 2013 Perform exclusive OR logical1 logical2 ...

Date and time

Function Version Purpose Arguments

DATE EXCEL 2003 Create a date with year, month, and day year month day

Get days, months, or years between two


DATEDIF EXCEL 2003 star t_date end _date unit
dates

DATEVALUE EXCEL 2003 Convert a date in text format to a valid date date_text

DAY EXCEL 2003 Get the day as a number 1 31 from a date date

DAYS EXCEL 2013 Count days between dates end _date star t_date

DAYS360 EXCEL 2003 Get days between 2 dates in a 360-day year star t_date end _date method

EDATE EXCEL 2003 Shift date n months in future or past star t_date months

Get last day of month n months in future or


EOMONTH EXCEL 2003 star t_date months
past

HOUR EXCEL 2003 Get the hour as a number 0 23 from a Time serial _ number

ISOWEEKNUM EXCEL 2013 Get ISO week number for a given date date

MINUTE EXCEL 2003 Get minute as a number 0 59 from time serial _ number

MONTH EXCEL 2003 Get month as a number 1 12 from a date serial _ number

Get the number of working days between


NETWORKDAYS EXCEL 2003 star t_date end _date holidays
two dates

star t_date end _date weekend


NETWORKDAYS.INTL EXCEL 2010 Get work days between two dates
holidays

NOW EXCEL 2003 Get the current date and time

Get the Second as a number 0 59 from a


SECOND EXCEL 2003 serial _ number
Time

Create a time with hours, minutes, and


TIME EXCEL 2003 hour minute second
seconds

TIMEVALUE EXCEL 2003 Get a valid time from a text string time_text

TODAY EXCEL 2003 Get the current date

WEEKDAY EXCEL 2003 Get the day of the week as a number serial _ number return_type

WEEKNUM EXCEL 2003 Get the week number for a given date serial _ num return_type

Get a date n working days in the future or


WORKDAY EXCEL 2003 star t_date days holidays
past

star t_date days weekend


WORKDAY.INTL EXCEL 2010 Get date n working days in future or past
holidays

YEAR EXCEL 2003 Get the year from a date date

YEARFRAC EXCEL 2003 Get the fraction of a year between two dates star t_date end _date basis

Lookup and reference

Function Version Purpose Arguments

Create a cell address from a row and


ADDRESS EXCEL 2003 row_ num col _ num abs_ num a1 sheet
column number

AREAS EXCEL 2003 Get the number of areas in a reference. reference

CHOOSE EXCEL 2003 Get a value from a list based on position index_ num value1 value2 ...

COLUMN EXCEL 2003 Get the column number of a reference. reference

Get the number of columns in an array or


COLUMNS EXCEL 2003 array
reference.

FIELDVALUE EXCEL 365 Extract field value from a data type value field _ name

FORMULATEXT EXCEL 2013 Get the formula in a cell reference

Retrieve data from a pivot table in a


GETPIVOTDATA EXCEL 2003 data_field pivot_table field1, item1 ...
formula

lookup_value table_array row_ index


Look up a value in a table arranged
HLOOKUP EXCEL 2003
horizontally range_lookup

HYPERLINK EXCEL 2003 Create a clickable link. link_location friendly_ name

Get a value in a list or table based on


INDEX EXCEL 2003 array row_ num col _ num area_ num
location

INDIRECT EXCEL 2003 Create a reference from text ref_text a1

LOOKUP EXCEL 2003 Look up a value in a one-column range lookup_value lookup_vector result_vector

MATCH EXCEL 2003 Get the position of an item in an array lookup_value lookup_array match_type

Create a reference offset from given


OFFSET EXCEL 2003 reference rows cols height width
starting point

ROW EXCEL 2003 Get the row number of a reference reference

Get the number of rows in an array or


ROWS EXCEL 2003 array
reference.

TRANSPOSE EXCEL 2003 Flip the orientation of a range of cells array

lookup_value table_array column_ index_ num


Lookup a value in a table by matching on
VLOOKUP EXCEL 2003
the first column range_lookup

Text

Function Version Purpose Arguments

CHAR EXCEL 2003 Get a character from a number number

CLEAN EXCEL 2003 Strip non-printable characters from text text

CODE EXCEL 2003 Get the code for a character text

CONCAT EXCEL 2019 Join text values without delimiter text1 text2 ...

CONCATENATE EXCEL 2003 Join text together text1 text2 text3 ...

DOLLAR EXCEL 2003 Convert a number to text in currency format number decimals

EXACT EXCEL 2003 Compare two text strings text1 text2

FIND EXCEL 2003 Get location substring in a string find _text within_text star t_ num

FIXED EXCEL 2003 Format number as text with fixed decimals number decimals no_commas

LEFT EXCEL 2003 Extract text from the left of a string text num_chars

LEN EXCEL 2003 Get the length of text. text

LOWER EXCEL 2003 Convert text to lower case text

MID EXCEL 2003 Extract text from inside a string text star t_ num num_chars

Convert text to number with custom


NUMBERVALUE EXCEL 2013 text decimal _separator group_separator
separators

PROPER EXCEL 2003 Capitalize the first letter in each word text

old _text star t_ num num_chars


REPLACE EXCEL 2003 Replace text based on location
new_text

REPT EXCEL 2003 Repeat text as specified text number_times

RIGHT EXCEL 2003 Extract text from the right of a string text num_chars

SEARCH EXCEL 2003 Get the location of substring in a string find _text within_text star t_ num

SUBSTITUTE EXCEL 2003 Replace text based on content text old _text new_text instance

TEXT EXCEL 2003 Convert a number to text in a number format value format_text

delimiter ignore_empty text1 text2


TEXTJOIN EXCEL 2019 Join text values with a delimiter
...

TRIM EXCEL 2003 Remove extra spaces from text text

UNICHAR EXCEL 2013 Get Unicode character by number number

UNICODE EXCEL 2013 Get number from Unicode character text

UPPER EXCEL 2003 Convert text to upper case text

VALUE EXCEL 2003 Convert text to a number text

Dynamic array

Function Version Purpose Arguments

Converts array or range to a


ARRAYTOTEXT EXCEL 365 array format
text string

BYCOL EXCEL 365 Apply function to column array lambda

BYROW EXCEL 365 Apply function to row array lambda

Return specific columns from


CHOOSECOLS EXCEL 365 array col _ num1 col _ num2 ...
an array

Return specific rows from an


CHOOSEROWS EXCEL 365 array row_ num1 row_ num2 ...
array

DROP EXCEL 365 Remove portion of an array array rows col

Expand array by adding rows or


EXPAND EXCEL 365 array rows columns pad _with
columns

FILTER EXCEL 2021 Filters range with given criteria array include if_empty

Combine ranges or arrays


HSTACK EXCEL 365 array1 array2 ...
horizontally

Check for optional arguments in


ISOMITTED EXCEL 365 argument
LAMBDAs

LAMBDA EXCEL 365 Create custom function parameter ... calculation

LET EXCEL 2021 Assign variables inside formula name1 value1 name2/value2 ... result

Create array with calculated


MAKEARRAY EXCEL 365 rows columns lambda
values

MAP EXCEL 365 Map array to custom function array1 array2 ... lambda

RANDARRAY EXCEL 2021 Get array of random numbers rows columns min max integer

REDUCE EXCEL 365 Reduce an array initial _value array lambda

Scan array and return


SCAN EXCEL 365 initial _value array lambda
intermediate results

Get array of list of sequential


SEQUENCE EXCEL 2021 rows columns star t step
numbers

SORT EXCEL 2021 Sorts range or array array sor t_ index sor t_order by_col

SORTBY EXCEL 2021 Sorts range or array by column array by_array sor t_order array/order ...

stock star t_date end _date interval headers


STOCKHISTORY EXCEL 365 Retrieve stock price information
proper ties ...

TAKE EXCEL 365 Get a subset of an array array rows col

text delimiter instance_ num match_ mode


TEXTAFTER EXCEL 365 Extract text after delimiter
match_end if_ not_found

text delimiter instance_ num match_ mode


TEXTBEFORE EXCEL 365 Extract text before delimiter
match_end if_ not_found

text col _delimiter row_delimiter ignore_empty


Split a text string with a
TEXTSPLIT EXCEL 365
delimiter match_ mode pad _with

Transform array to single


TOCOL EXCEL 365 array ignore scan_by_column
column

TOROW EXCEL 365 Transform array to single row array ignore scan_by_column

Extract unique values from


UNIQUE EXCEL 2021 array by_col exactly_once
range

VALUETOTEXT EXCEL 365 Converts a value to a text string value format

Combine ranges or arrays


VSTACK EXCEL 365 array1 array2 ...
vertically

WRAPCOLS EXCEL 365 Wrap array into columns vector wrap_count pad _with

WRAPROWS EXCEL 365 Wrap array into rows vector wrap_count pad _with

lookup lookup_array return_array not_found


XLOOKUP EXCEL 2021 Lookup values in range or array
match_ mode search_ mode

lookup_value lookup_array match_ mode


Get the position of an item in a
XMATCH EXCEL 2021
list or table search_ mode

Engineering

Function Version Purpose Arguments

BIN2DEC EXCEL 2003 Converts a binary number to decimal number

BIN2HEX EXCEL 2003 Converts a binary number to hexadecimal number places

BIN2OCT EXCEL 2003 Converts a binary number to octal number places

BITAND EXCEL 2013 Returns a 'Bitwise And' of two numbers number1 number2

BITLSHIFT EXCEL 2013 Returns a number shifted left by some number of bits number shift_amount

BITOR EXCEL 2013 Returns a 'Bitwise Or' of two numbers number1 number2

BITRSHIFT EXCEL 2013 Returns a number shifted right by some number of bits number shift_amount

BITXOR EXCEL 2013 Returns a 'Bitwise Xor' of two numbers number1 number2

COMPLEX EXCEL 2003 Convert coefficients to complex number real _ num i _ num suffix

CONVERT EXCEL 2003 Convert measurement units number from_unit to_unit

DEC2BIN EXCEL 2003 Converts a decimal number to binary number places

DEC2HEX EXCEL 2003 Converts a decimal number to hexadecimal number places

DEC2OCT EXCEL 2003 Converts a decimal number to octal number places

DELTA EXCEL 2003 Test two values are equal number1 number2

HEX2BIN EXCEL 2003 Converts a hexadecimal number to binary number places

HEX2DEC EXCEL 2003 Converts a hexadecimal number to decimal number

HEX2OCT EXCEL 2003 Converts a hexadecimal number to octal number places

IMABS EXCEL 2003 Get absolute value of complex number inumber

IMAGINARY EXCEL 2003 Get imaginary coefficient of complex number inumber

IMPOWER EXCEL 2003 Raise complex number to given power inumber number

IMPRODUCT EXCEL 2003 Get product of complex numbers inumber1 inumber2 ...

IMREAL EXCEL 2003 Get real coefficient of complex number inumber

IMSUB EXCEL 2003 Get difference between two complex numbers inumber1 inumber2

IMSUM EXCEL 2003 Get sum of complex numbers inumber1 inumber2 ...

Financial

Function Version Purpose Arguments

ACCRINT EXCEL 2003 Get accrued interest periodic id fd sd rate par freq basis calc

ACCRINTM EXCEL 2003 Get accrued interest at maturity id sd rate par basis

cost purchase first salvage period


Depreciation for accounting period
AMORDEGRC EXCEL 2003
coefficient rate basis

cost purchase first salvage period


AMORLINC EXCEL 2003 Depreciation for accounting period
rate basis

Get days from coupon period to settlement


COUPDAYBS EXCEL 2003 settlement maturity frequency basis
date

Get days in coupon period incl settlement


COUPDAYS EXCEL 2003 settlement maturity frequency basis
date

Get days from settlement date to next


COUPDAYSNC EXCEL 2003 settlement maturity frequency basis
coupon date

COUPNCD EXCEL 2003 Get next coupon date after settlement date settlement maturity frequency basis

COUPNUM EXCEL 2003 Get number of coupons payable settlement maturity frequency basis

Get previous coupon date before settlement


COUPPCD EXCEL 2003 settlement maturity frequency basis
date

rate nper pv star t_ period end _ period


CUMIPMT EXCEL 2003 Get cumulative interest paid on a loan
type

rate nper pv star t_ period end _ period


CUMPRINC EXCEL 2003 Get cumulative principal paid on a loan
type

DB EXCEL 2003 Depreciation - fixed-declining balance cost salvage life period month

DDB EXCEL 2003 Depreciation - double-declining cost salvage life period factor

settlement maturity pr redemption


DISC EXCEL 2003 Get discount rate for a security
basis

DOLLARDE EXCEL 2003 Convert dollar price as fraction to decimal fractional _dollar fraction

DOLLARFR EXCEL 2003 Convert price to fractional notation decimal _dollar fraction

settlement maturity coupon yld freq


DURATION EXCEL 2003 Get annual duration with periodic interest
basis

EFFECT EXCEL 2003 Get effective annual interest rate nominal _ rate npery

FV EXCEL 2003 Get the future value of an investment rate nper pmt pv type

Get future value of principal compound


FVSCHEDULE EXCEL 2003 principal schedule
interest

settlement maturity investment


INTRATE EXCEL 2003 Get interest rate for fully invested security
redemption basis

IPMT EXCEL 2003 Get interest in given period rate per nper pv fv type

IRR EXCEL 2003 Calculate internal rate of return values guess

ISPMT EXCEL 2003 Get interest paid for specific period rate per nper pv

settlement maturity coupon yld freq


Get Macauley modified duration par value of
MDURATION EXCEL 2003
$100 basis

MIRR EXCEL 2003 Calculate modified internal rate of return values finance_ rate reinvest_ rate

NOMINAL EXCEL 2003 Get annual nominal interest rate effect_ rate npery

Get number of periods for loan or


NPER EXCEL 2003 rate pmt pv fv type
investment

NPV EXCEL 2003 Calculate net present value rate value1 value2 ...

sd md id fd rate yld redem freq


ODDFPRICE EXCEL 2003 Get price per $100 odd first period
basis

sd md id fd rate pr redem freq


ODDFYIELD EXCEL 2003 Get yield security with odd first period
basis

sd md id rate yld redem freq


Get price per $100 face value with odd last
ODDLPRICE EXCEL 2003
period basis

sd md ld rate pr redem freq


ODDLYIELD EXCEL 2003 Get yield of security with odd last period
basis

PDURATION EXCEL 2013 Get periods required to reach given value rate pv fv

PMT EXCEL 2003 Get the periodic payment for a loan rate nper pv fv type

PPMT EXCEL 2003 Get principal payment in given period rate per nper pv fv type

sd md rate yld redemption frequency


Get price per $100 face value - periodic
PRICE EXCEL 2003
interest basis

PRICEDISC EXCEL 2003 Get price per $100 discounted security sd md discount redemption basis

PRICEMAT EXCEL 2003 Get price per $100 interest at maturity sd md id rate yld basis

PV EXCEL 2003 Get the present value of an investment rate nper pmt fv type

Get the interest rate per period of an


RATE EXCEL 2003 nper pmt pv fv type guess
annuity

settlement maturity investment discount


RECEIVED EXCEL 2003 Get amount received at maturity
basis

RRI EXCEL 2013 Get equivalent interest rate for growth nper pv fv

SLN EXCEL 2003 Depreciation - straight-line cost salvage life

SYD EXCEL 2003 Depreciation - sum-of-years cost salvage life period

TBILLEQ EXCEL 2003 Get bond-equivalent yield for a Treasury bill settlement maturity discount

TBILLPRICE EXCEL 2003 Get price per $100 Treasury bill settlement maturity discount

TBILLYIELD EXCEL 2003 Get yield for a Treasury bill settlement maturity price

cost salvage life star t end factor


VDB EXCEL 2003 Depreciation - double-declining variable
no_switch

Calculate internal rate of return for irregular


XIRR EXCEL 2003 values dates guess
cash flows

Calculate net present value for irregular


XNPV EXCEL 2003 rate values dates
cash flows

sd md rate pr redemption frequency


Get yield for security that pays periodic
YIELD EXCEL 2003
interest basis

YIELDDISC EXCEL 2003 Get annual yield for discounted security sd md pr redemption basis

Get annual yield of security interest at


YIELDMAT EXCEL 2003 sd md id rate pr basis
maturity

Information

Function Version Purpose Arguments

CELL EXCEL 2003 Get information about a cell info_type reference

ERROR.TYPE EXCEL 2003 Test for a specific error value error_val

INFO EXCEL 2003 Get information about current environment type_text

ISBLANK EXCEL 2003 Test if a cell is empty value

ISERR EXCEL 2003 Test for any error but #N/A value

ISERROR EXCEL 2003 Test for any error value

ISEVEN EXCEL 2003 Test if a value is even value

ISFORMULA EXCEL 2013 Test if cell contains a formula reference

ISLOGICAL EXCEL 2003 Test if a value is logical value

ISNA EXCEL 2003 Test for the #N/A error value

ISNONTEXT EXCEL 2003 Test for a non-text value value

ISNUMBER EXCEL 2003 Test for numeric value value

ISODD EXCEL 2003 Test if a value is odd value

ISREF EXCEL 2003 Test for a reference value

ISTEXT EXCEL 2003 Test for a text value value

N EXCEL 2003 Convert a value to a number value

NA EXCEL 2003 Create an #N/A error

SHEET EXCEL 2013 Get sheet index number value

SHEETS EXCEL 2013 Get number of sheets in a reference reference

T EXCEL 2003 Filter text values only value

TYPE EXCEL 2003 Get the type of value in a cell value

Math

Function Version Purpose Arguments

ABS EXCEL 2003 Find the absolute value of a number number

AGGREGATE EXCEL 2010 Return aggregate calculation function_ num options ref1 ref2 ...

Converts a Roman numerals to an Arabic


ARABIC EXCEL 2013 roman_text
numerals

BASE EXCEL 2013 Convert number to another base. number radix min_length

CEILING EXCEL 2003 Round a number up to nearest multiple number significance

CEILING.MATH EXCEL 2013 Round a number up to nearest multiple number significance mode

CEILING.PRECISE EXCEL 2010 Round a number up to nearest multiple number significance

Get number of combinations without


COMBIN EXCEL 2003 number number_chosen
repetitions

COMBINA EXCEL 2013 Get number of combinations with repetitions number number_chosen

Convert a number in a different base to a


DECIMAL EXCEL 2013 number radix
decimal number

EVEN EXCEL 2003 Round a number up to the next even integer number

Find the value of e raised to the power of a


EXP EXCEL 2003 number
number

FACT EXCEL 2003 Find the factorial of a number number

FACTDOUBLE EXCEL 2003 Get double factorial of a number number

Round a number down to the nearest


FLOOR EXCEL 2003 number significance
specified multiple

FLOOR.MATH EXCEL 2013 Round number down to nearest multiple number significance mode

FLOOR.PRECISE EXCEL 2010 Round number down to nearest multiple number significance

Get the greatest common divisor of


GCD EXCEL 2003 number1 number2 ...
numbers

Get the integer part of a number by


INT EXCEL 2003 number
rounding down

LCM EXCEL 2003 Get the least common multiple of numbers number1 number2 ...

LN EXCEL 2003 Get the natural logarithm of a number number

LOG EXCEL 2003 Get the logarithm of a number number base

LOG10 EXCEL 2003 Get the base-10 logarithm of a number number

MDETERM EXCEL 2003 Get matrix determinant of given array array

MINVERSE EXCEL 2003 Get inverse matrix of array array

MMULT EXCEL 2003 Perform matrix multiplication array1 array2

MOD EXCEL 2003 Get the remainder from division number divisor

Round a number to the nearest specified


MROUND EXCEL 2003 number significance
multiple

MUNIT EXCEL 2013 Return unit matrix for a given dimension dimension

ODD EXCEL 2003 Round a number up to the next odd integer number

PI EXCEL 2003 Get the value of π

POWER EXCEL 2003 Raise a number to a power number power

PRODUCT EXCEL 2003 Get the product of supplied numbers number1 number2 ...

QUOTIENT EXCEL 2003 Returns the quotient without a remainder. numerator denominator

RAND EXCEL 2003 Get a random number between 0 and 1

RANDBETWEEN EXCEL 2003 Get a random integer between two values bottom top

ROMAN EXCEL 2003 Converts numbers to Roman numerals number form

ROUND EXCEL 2003 Round a number to a given number of digits number num_digits

ROUNDDOWN EXCEL 2003 Round down to given number of digits number num_digits

Round a number up to a given number of


ROUNDUP EXCEL 2003 number num_digits
digits

SIGN EXCEL 2003 Get the sign of a number number

SQRT EXCEL 2003 Find the positive square root of a number number

SUBTOTAL EXCEL 2003 Get a subtotal in a list or database function_ num ref1 ref2 ...

SUM EXCEL 2003 Add numbers together number1 number2 number3 ...

SUMIF EXCEL 2003 Sum cells in a range that meet criteria range criteria sum_ range

sum_ range range1 criteria1 range2


SUMIFS EXCEL 2007 Sum cells in a range that meet criteria
criteria2 ...

SUMPRODUCT EXCEL 2003 Multiply, then sum arrays array1 array2 ...

SUMSQ EXCEL 2003 Get sum of squares of supplied values number1 number2 ...

SUMX2MY2 EXCEL 2003 Sum of difference of squares in two arrays array_x array_y

SUMX2PY2 EXCEL 2003 Get sum of squares in two arrays array_x array_y

SUMXMY2 EXCEL 2003 Sum of squares of differences in two arrays array_x array_y

TRUNC EXCEL 2003 Truncate a number to a given precision number num_digits

Trigonometry

Function Version Purpose Arguments

ACOS EXCEL 2003 Get the inverse cosine of a value, in radians. number

ASIN EXCEL 2003 Return the inverse sine of a value in radians. number

ATAN EXCEL 2003 Get arctangent of a number number

ATAN2 EXCEL 2003 Get arctangent from x- and y-coordinates x_ num y_ num

COS EXCEL 2003 Get the cosine of an angle provided in radians. number

COSH EXCEL 2003 Get hyperbolic cosine of a number number

COT EXCEL 2013 Get the cotangent of an angle. number

CSC EXCEL 2013 Get cosecant of an angle number

DEGREES EXCEL 2003 Converts radians to degrees angle

RADIANS EXCEL 2003 Converts degrees into radians angle

SEC EXCEL 2013 Get secant of an angle number

SIN EXCEL 2003 Get the sine of an angle provided in radians. number

SINH EXCEL 2003 Get hyperbolic sine of a number. number

TAN EXCEL 2003 Get the tangent of an angle number

Statistical

Function Version Purpose Arguments

Get sum of squared


AVEDEV EXCEL 2003 number1 number2 ...
deviations

Get the average of a group


AVERAGE EXCEL 2003 number1 number2 ...
of numbers

Get the average of a group


AVERAGEA EXCEL 2003 value1 value2 ...
of numbers and text

Get the average of numbers


AVERAGEIF EXCEL 2007 range criteria average_ range
that meet criteria.

avg _ rng range1 criteria1 range2


Average cells that match
AVERAGEIFS EXCEL 2007
multiple criteria criteria2 ...

number_s trials probability_s


Get binomial distribution
BINOM.DIST EXCEL 2010
probability cumulative

number_s trials probability_s


Get binomial distribution
BINOMDIST EXCEL 2003
probability cumulative

COUNT EXCEL 2003 Count numbers value1 value2 ...

Count the number of non-


COUNTA EXCEL 2003 value1 value2 ...
blank cells

COUNTBLANK EXCEL 2003 Count cells that are blank range

Count cells that match


COUNTIF EXCEL 2003 range criteria
criteria

Count cells that match


COUNTIFS EXCEL 2007 range1 criteria1 range2 criteria2 ...
multiple criteria

Get sum of squared


DEVSQ EXCEL 2003 number1 number2 ...
deviations

Predict value along a linear


FORECAST EXCEL 2003 x known_ys kown_xs
trend

target_date values timeline


Predict value with a
FORECAST.ETS EXCEL 2016 seasonality data_completion
seasonal trend
aggregation

target_date values timeline


Get confidence interval for
FORECAST.ETS.CONFINT EXCEL 2016 confidence_level seasonality
forecast value at given date
data_completion aggregation

values timeline data_completion


Get length of the seasonal
FORECAST.ETS.SEASONALITY EXCEL 2016
pattern aggregation

values timeline statistic_type


Get statistical value related
FORECAST.ETS.STAT EXCEL 2016 seasonality data_completion
to forecasting
aggregation

Predict value along a linear


FORECAST.LINEAR EXCEL 2016 x known_ys kown_xs
trend

Get the frequency of values


FREQUENCY EXCEL 2003 data_array bins_array
in a data set

GEOMEAN EXCEL 2003 Calculate geometric mean number1 number2 ...

HARMEAN EXCEL 2003 Calculate harmonic mean number1 number2 ...

Get intercept of linear


INTERCEPT EXCEL 2003 known_ys known_xs
regression line

LARGE EXCEL 2003 Get nth largest value array k

Get parameters of linear


LINEST EXCEL 2003 known_ys known_xs const stats
trend

MAX EXCEL 2003 Get the largest value number1 number2 ...

MAXA EXCEL 2003 Return largest value. value1 value2 ...

max_ range range1 criteria1 range2


Get maximum value with
MAXIFS EXCEL 2019
criteria criteria2 ...

Get the median of a group


MEDIAN EXCEL 2003 number1 number2 ...
of numbers

MIN EXCEL 2003 Get the smallest value. number1 number2 ...

MINA EXCEL 2003 Return smallest value. value1 value2 ...

min_ range range1 criteria1 range2


Get minimum value with
MINIFS EXCEL 2019
criteria criteria2 ...

Get most frequently


MODE EXCEL 2003 number1 number2 ...
occurring number

Get most frequently


MODE.MULT EXCEL 2010 number1 number2 ...
occurring numbers

Get most frequently


MODE.SNGL EXCEL 2010 number1 number2 ...
occurring number

Get values and areas for the


NORM.DIST EXCEL 2010 x mean standard _dev cumulative
normal distribution

Get the inverse of normal


NORM.INV EXCEL 2010 probability mean standard _dev
cumulative distribution

Get the standard normal


NORM.S.DIST EXCEL 2010 z cumulative
CDF and PDF.

Get inverse of the standard


NORM.S.INV EXCEL 2010 normal cumulative probability
distribution

PERCENTILE EXCEL 2003 Get kth percentile array k

PERCENTILE.EXC EXCEL 2010 Get kth percentile array k

PERCENTILE.INC EXCEL 2010 Get kth percentile array k

Get percentile rank,


PERCENTRANK EXCEL 2003 array x significance
inclusive

Get percentile rank,


PERCENTRANK.EXC EXCEL 2010 array x significance
exclusive

Get percentile rank,


PERCENTRANK.INC EXCEL 2010 array x significance
inclusive

Get number of permutations


PERMUT EXCEL 2003 number number_chosen
without repetitions

Get number of permutations


PERMUTATIONA EXCEL 2013 number number_chosen
with repetitions

QUARTILE EXCEL 2003 Get the quartile in a data set array quar t

QUARTILE.EXC EXCEL 2010 Get the quartile in a data set array quar t

QUARTILE.INC EXCEL 2010 Get the quartile in a data set array quar t

Rank a number against a


RANK EXCEL 2003 number ref order
range of numbers

Rank a number against a


RANK.AVG EXCEL 2010 number ref order
range of numbers

Rank a number against a


RANK.EQ EXCEL 2010 number ref order
range of numbers

Get skewness of a
SKEW EXCEL 2003 number1 number2 ...
distribution

Get skewness of a
SKEW.P EXCEL 2013 distribution based on number1 number2 ...
population

Get slope of linear


SLOPE EXCEL 2003 known_ys known_xs
regression line

SMALL EXCEL 2003 Get nth smallest value array k

Calculate a normalized value


STANDARDIZE EXCEL 2003 x mean standard _dev
(z-score)

Get the standard deviation


STDEV EXCEL 2003 number1 number2 ...
in a sample

Get standard deviation of


STDEV.P EXCEL 2010 number1 number2 ...
population

Get the standard deviation


STDEV.S EXCEL 2010 number1 number2 ...
in a sample

Get standard deviation in a


STDEVA EXCEL 2003 number1 number2 ...
sample

Get standard deviation of


STDEVP EXCEL 2003 number1 number2 ...
population

Get standard deviation for a


STDEVPA EXCEL 2003 number1 number2 ...
population

Calculate mean excluding


TRIMMEAN EXCEL 2003 array percent
outliers

VAR EXCEL 2003 Get variation of a sample number1 number2 ...

VAR.P EXCEL 2010 Get variation of population number1 number2 ...

VAR.S EXCEL 2010 Get variation of a sample number1 number2 ...

VARA EXCEL 2003 Get variation of a sample number1 number2 ...

VARP EXCEL 2003 Get variation of a population number1 number2 ...

VARPA EXCEL 2003 Get variation of a population number1 number2 ...

Web

Function Version Purpose Arguments

ENCODEURL EXCEL 2013 Get URL-encoded string text

FILTERXML EXCEL 2013 Get data from XML with Xpath xml xpath

WEBSERVICE EXCEL 2013 Get data from a web service url

Database

Function Version Purpose Arguments

DAVERAGE EXCEL 2003 Get average from matching records database field criteria

DCOUNT EXCEL 2003 Count matching records in a database database field criteria

DCOUNTA EXCEL 2003 Count matching records in a database database field criteria

DGET EXCEL 2003 Get value from matching record database field criteria

DMAX EXCEL 2003 Get max from matching records database field criteria

DMIN EXCEL 2003 Get min from matching records database field criteria

DPRODUCT EXCEL 2003 Get product from matching records database field criteria

DSTDEV EXCEL 2003 Get standard deviation of sample in matching records database field criteria

DSTDEVP EXCEL 2003 Get standard deviation of population in matching records database field criteria

DSUM EXCEL 2003 Get sum from matching records database field criteria

DVAR EXCEL 2003 Get sample variance for matching records database field criteria

DVARP EXCEL 2003 Get population variance for matching records database field criteria

Download 100+
“I regularly use your wonderful website to
Important Excel
learn excel. I find it an invaluable resource.”
Functions
Ryan More Testimonials
Get PDF Guide

Get Training

Quick, clean, and to the point


training
Learn Excel with high quality video training. Our videos are quick, clean,
and to the point, so you can learn Excel in less time, and easily review
key topics when needed. Each video comes with its own practice
worksheet.

View Paid Training & Bundles

Resources About Us
Newsletter Sign-up
Training About
Quick, clean, and to the point
Work faster in Excel. Join more than 100,000 people
Videos Testimonials who get weekly tips from us.

Functions Topics
email address Subscribe
Formulas Contact

Shortcuts

Articles

© 2012 2023 Exceljet. Terms of use

You might also like