Comprehensive Excel Functions List
Comprehensive Excel Functions List
Mathematical Functions
SUM: Adds values.
AVERAGE: Returns the average of its arguments.
MEDIAN: Returns the median of the given numbers.
MIN: Returns the smallest value.
MAX: Returns the largest value.
ROUND: Rounds a number to a specified number of digits.
INT: Rounds a number down to the nearest integer.
MOD: Returns the remainder after a number is divided.
ABS: Returns the absolute value.
POWER: Returns the result of a number raised to a power.
RAND: Returns a random number between 0 and 1.
RANDBETWEEN: Returns a random integer between the numbers you specify.
Statistical Functions
COUNT: Counts how many numbers are in the list of arguments.
COUNTA: Counts how many values are in the list of arguments.
COUNTIF: Counts the number of cells that meet a criterion.
COUNTIFS: Counts cells that meet multiple criteria.
STDEV.P: Calculates standard deviation based on the entire population.
STDEV.S: Calculates standard deviation based on a sample.
VAR.P: Estimates variance based on the entire population.
VAR.S: Estimates variance based on a sample.
Logical Functions
IF: Returns one value if a condition is TRUE and another if FALSE.
IFERROR: Returns value if error; otherwise returns the result.
AND: Returns TRUE if all arguments are TRUE.
OR: Returns TRUE if any argument is TRUE.
NOT: Reverses the logic of its argument.
Text Functions
CONCAT: Combines text from multiple ranges and/or strings.
TEXTJOIN: Joins text from multiple ranges with a delimiter.
LEFT: Returns the first character(s) from the start of a text string.
RIGHT: Returns the last character(s) from the end of a text string.
MID: Returns a specific number of characters from a text string.
LEN: Returns the number of characters in a text string.
FIND: Finds one text value within another.
SEARCH: Finds one text value within another, not case-sensitive.
UPPER: Converts text to uppercase.
LOWER: Converts text to lowercase.
PROPER: Capitalizes the first letter of each word.
TRIM: Removes extra spaces.
TEXT: Formats a number and converts it to text.
Financial Functions
PMT: Calculates the payment for a loan.
FV: Returns the future value of an investment.
PV: Returns the present value of an investment.
NPV: Calculates the net present value.
IRR: Returns the internal rate of return.
RATE: Returns the interest rate per period.
Miscellaneous
CELL: Returns information about the formatting, location, or contents.
ISNUMBER: Checks whether a value is a number.
ISTEXT: Checks whether a value is text.
ISBLANK: Checks whether a reference is to an empty cell.
TYPE: Returns the type of value.
ERROR.TYPE: Returns a number corresponding to an error type.
FORMULATEXT: Returns the formula as a string.