350 Excel Functions - Exceljet
350 Excel Functions - Exceljet
Logical
AND EXCEL 2003 Test multiple conditions with AND logical1 logical2 ...
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 ...
SWITCH EXCEL 2019 Match multiple values, return first match expression val1/result1 val2/result2 ... default
DATE EXCEL 2003 Create a date with year, month, and day year month day
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
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
TIMEVALUE EXCEL 2003 Get a valid time from a text string time_text
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
YEARFRAC EXCEL 2003 Get the fraction of a year between two dates star t_date end _date basis
CHOOSE EXCEL 2003 Get a value from a list based on position index_ num value1 value2 ...
FIELDVALUE EXCEL 365 Extract field value from a data type value field _ name
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
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
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
MID EXCEL 2003 Extract text from inside a string text star t_ num num_chars
PROPER EXCEL 2003 Capitalize the first letter in each word text
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
Dynamic array
FILTER EXCEL 2021 Filters range with given criteria array include if_empty
LET EXCEL 2021 Assign variables inside formula name1 value1 name2/value2 ... result
MAP EXCEL 365 Map array to custom function array1 array2 ... lambda
RANDARRAY EXCEL 2021 Get array of random numbers rows columns min max integer
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 ...
TOROW EXCEL 365 Transform array to single row array ignore scan_by_column
WRAPCOLS EXCEL 365 Wrap array into columns vector wrap_count pad _with
WRAPROWS EXCEL 365 Wrap array into rows vector wrap_count pad _with
Engineering
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
DELTA EXCEL 2003 Test two values are equal number1 number2
IMPOWER EXCEL 2003 Raise complex number to given power inumber number
IMPRODUCT EXCEL 2003 Get product of complex numbers inumber1 inumber2 ...
IMSUB EXCEL 2003 Get difference between two complex numbers inumber1 inumber2
IMSUM EXCEL 2003 Get sum of complex numbers inumber1 inumber2 ...
Financial
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
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
DB EXCEL 2003 Depreciation - fixed-declining balance cost salvage life period month
DDB EXCEL 2003 Depreciation - double-declining cost salvage life period factor
DOLLARDE EXCEL 2003 Convert dollar price as fraction to decimal fractional _dollar fraction
DOLLARFR EXCEL 2003 Convert price to fractional notation decimal _dollar fraction
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
IPMT EXCEL 2003 Get interest in given period rate per nper pv fv type
ISPMT EXCEL 2003 Get interest paid for specific period rate per nper pv
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
NPV EXCEL 2003 Calculate net present value rate value1 value2 ...
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
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
RRI EXCEL 2013 Get equivalent interest rate for growth nper pv fv
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
YIELDDISC EXCEL 2003 Get annual yield for discounted security sd md pr redemption basis
Information
ISERR EXCEL 2003 Test for any error but #N/A value
Math
AGGREGATE EXCEL 2010 Return aggregate calculation function_ num options ref1 ref2 ...
BASE EXCEL 2013 Convert number to another base. number radix min_length
CEILING.MATH EXCEL 2013 Round a number up to nearest multiple number significance mode
COMBINA EXCEL 2013 Get number of combinations with repetitions number number_chosen
EVEN EXCEL 2003 Round a number up to the next even integer number
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
LCM EXCEL 2003 Get the least common multiple of numbers number1 number2 ...
MOD EXCEL 2003 Get the remainder from division number divisor
MUNIT EXCEL 2013 Return unit matrix for a given dimension dimension
ODD EXCEL 2003 Round a number up to the next odd integer number
PRODUCT EXCEL 2003 Get the product of supplied numbers number1 number2 ...
QUOTIENT EXCEL 2003 Returns the quotient without a remainder. numerator denominator
RANDBETWEEN EXCEL 2003 Get a random integer between two values bottom top
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
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
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
Trigonometry
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
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
SIN EXCEL 2003 Get the sine of an angle provided in radians. number
Statistical
MAX EXCEL 2003 Get the largest value number1 number2 ...
MIN EXCEL 2003 Get the smallest value. number1 number2 ...
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
Get skewness of a
SKEW EXCEL 2003 number1 number2 ...
distribution
Get skewness of a
SKEW.P EXCEL 2013 distribution based on number1 number2 ...
population
Web
FILTERXML EXCEL 2013 Get data from XML with Xpath xml xpath
Database
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
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