Excel Formulas List
Excel Formulas List
IF(): Performs a logical test and returns different values based on the result.
VLOOKUP(): Looks for a value in the first column of a table and returns a value in the same row
HLOOKUP(): Looks for a value in the first row of a table and returns a value in the same column
LEFT(): Extracts a specified number of characters from the start of a text string.
RIGHT(): Extracts a specified number of characters from the end of a text string.
PMT(): Calculates the payment for a loan based on constant payments and a constant interest rate.
INDIRECT(): Returns the reference specified by a text string.
XLOOKUP(): Searches for a value in a row or column and returns the value from another row or
column.
MATCH(): Returns the relative position of an item in a range that matches a specified value.
INDEX(): Returns the value of a cell in a range based on the row and column number.
TRIM(): Removes extra spaces from text, except single spaces between words.
WORKDAY(): Returns the date before or after a specified number of working days.
EOMONTH(): Returns the last day of the month, a specified number of months before or after a
given date.
EDATE(): Returns the date that is a specified number of months before or after a given date.
CEILING(): Rounds a number up, away from zero, to the nearest multiple.