Spreadsheet Formula Reference

Excel and Google Sheets formula guide

Browser ProcessingYour data never leaves your browser
Showing 25 of 25 formulas
MathSUM

Adds all numbers in a range of cells.

StatisticalAVERAGE

Returns the average (arithmetic mean) of its arguments.

LookupVLOOKUP

Looks for a value in the leftmost column and returns a value in the same row from a column you specify.

LookupHLOOKUP

Looks for a value in the top row and returns a value in the same column from a row you specify.

LookupINDEX

Returns a value at the intersection of a particular row and column.

LookupMATCH

Returns the relative position of an item in a range.

LogicIF

Performs a logical test and returns one value for TRUE and another for FALSE.

LogicIFS

Checks multiple conditions and returns a value corresponding to the first TRUE condition.

StatisticalCOUNTIF

Counts the number of cells that meet a criterion.

MathSUMIF

Adds cells that meet a criterion.

TextCONCATENATE

Joins several text strings into one.

TextLEFT

Returns the leftmost characters from a text string.

TextRIGHT

Returns the rightmost characters from a text string.

TextMID

Returns characters from the middle of a text string.

TextLEN

Returns the number of characters in a text string.

TextTRIM

Removes extra spaces from text.

DateTODAY

Returns the current date.

DateNOW

Returns the current date and time.

DateDATE

Creates a date from year, month, and day.

DateDATEDIF

Calculates the difference between two dates.

FinancialPMT

Calculates the payment for a loan based on constant payments and interest rate.

FinancialFV

Returns the future value of an investment.

MathROUND

Rounds a number to a specified number of digits.

StatisticalMAX

Returns the largest value in a set of values.

StatisticalMIN

Returns the smallest value in a set of values.