SheetMaster - Free Excel Formula Generators

Master Excel & Google Sheets Formulas. Select a tool below to generate code instantly.

Lookup

VLOOKUP

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

Logic

IF

Checks whether a condition is met, and returns one value if true and another value if false.

Math

SUMIF

Adds the cells specified by a given condition or criteria.

Math

COUNTIF

Counts the number of cells within a range that meet the given condition.

Text

CONCATENATE

Joins several text strings into one text string.

Lookup

INDEX/MATCH

A more flexible alternative to VLOOKUP. Returns the value of an element in a table or an array, selected by the row and column number indexes.

Lookup

XLOOKUP

Searches a range or an array, and then returns the item corresponding to the first match it finds. If no match exists, then XLOOKUP can return the closest (approximate) match.

Text

TRIM

Removes all spaces from text except for single spaces between words.

Text

UPPER

Converts text to uppercase.

Text

LOWER

Converts all uppercase letters in a text string to lowercase.

Text

PROPER

Capitalizes the first letter in each word of a text value.

Text

LEFT

Returns the first character or characters in a text string, based on the number of characters you specify.

Text

RIGHT

Returns the last character or characters in a text string, based on the number of characters you specify.

Date

DATEDIF

Calculates the number of days, months, or years between two dates.

Date

NOW

Returns the serial number of the current date and time.

Date

TODAY

Returns the serial number of the current date.

Date

NETWORKDAYS

Returns the number of whole working days between start_date and end_date.

Math

PMT

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

Logic

AND

Returns TRUE if all its arguments are TRUE; returns FALSE if one or more argument is FALSE.

Logic

OR

Returns TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE.

Advertisement

AdSense Placeholder