Google Sheets Formula Directory

Explore our comprehensive library of Google Sheets formulas with examples, use cases, and our interactive formula generator.

Showing 228 formulas

ABS

=ABS(-20)

Calculating the absolute value of a number to remove negativity for further calculations in Google Sheets

View formula details

ACOS

=ACOS(0.5)

Calculating the inverse cosine (arccos) of a number, useful for trigonometry and angle calculations in Google Sheets.

View formula details

ACOSH

=ACOSH(10)

Calculating the inverse hyperbolic cosine of a number, useful for advanced mathematical and engineering applications in Google Sheets.

View formula details

ASIN

=ASIN(0.5)

Calculating the inverse sine (arcsin) of a number, useful in trigonometry and angle calculations in Google Sheets.

View formula details

ATAN2

=ATAN2(1, 1)

Calculating the arctangent of the quotient of its arguments, considering the signs of both arguments to determine the correct quadrant, useful for trigonometric calculations and geometry in Google Sheets.

View formula details

ATANH

=ATANH(0.5)

Calculating the inverse hyperbolic tangent of a number, useful for advanced mathematical and engineering applications in Google Sheets.

View formula details

CEILING

=CEILING(12.3, 5)

Rounding a number up to the nearest multiple of a specified significance, useful for mathematical and financial applications in Google Sheets.

View formula details

COMBIN

=COMBIN(5, 2)

Calculating the number of ways to choose a given number of items from a set, without repetition, useful for combinatorics and statistical calculations in Google Sheets.

View formula details

COS

=COS(30)

Calculating the cosine of an angle in Google Sheets, typically used in trigonometry, physics, and engineering calculations.

View formula details

COSH

=COSH(2)

Calculating the hyperbolic cosine of a number in Google Sheets, useful in advanced mathematical and engineering applications.

View formula details

DEGREES

=DEGREES(PI())

Converts radians to degrees in Google Sheets, useful for trigonometric and mathematical conversions.

View formula details

EVEN

=EVEN(7)

Rounds a number up to the nearest even integer in Google Sheets, often used for data formatting and rounding operations.

View formula details

EXP

=EXP(1)

Calculates e raised to the power of a number in Google Sheets, commonly used in exponential growth models and mathematics.

View formula details

FACT

=FACT(5)

Calculates the factorial of a number in Google Sheets, useful in combinatorics and probability calculations.

View formula details

FACTDOUBLE

=FACTDOUBLE(7)

Calculates the double factorial of a number in Google Sheets, often used in advanced mathematical computations.

View formula details

FLOOR

=FLOOR(3.7, 1)

Rounds a number down to the nearest multiple of a specified factor in Google Sheets, useful for precision rounding.

View formula details

GCD

=GCD(48, 18)

Calculates the greatest common divisor of two or more numbers in Google Sheets, useful for simplifying fractions or number theory.

View formula details

INT

=INT(8.9)

Rounds a number down to the nearest integer in Google Sheets, useful for truncating decimal values.

View formula details

LCM

=LCM(12, 18)

Calculates the least common multiple of two or more numbers in Google Sheets, useful for finding common denominators or scheduling.

View formula details

LN

=LN(2.71828)

Calculates the natural logarithm of a number in Google Sheets, essential for growth rate analysis and scientific calculations.

View formula details

LOG

=LOG(100, 10)

Calculates the logarithm of a number with a specified base in Google Sheets, useful for custom logarithmic scales.

View formula details

LOG10

=LOG10(100)

Calculates the base-10 logarithm of a number in Google Sheets, commonly used in scientific and engineering calculations.

View formula details

MDETERM

=MDETERM(A1:B2)

Calculates the determinant of a square matrix in Google Sheets, useful in linear algebra and matrix operations.

View formula details

MINVERSE

=MINVERSE(A1:B2)

Calculates the inverse of a square matrix in Google Sheets, used in linear algebra for solving systems of equations.

View formula details

MMULT

=MMULT(A1:B2, C1:D2)

Performs matrix multiplication in Google Sheets, essential for advanced linear algebra operations.

View formula details

MOD

=MOD(10, 3)

Returns the remainder after division in Google Sheets, useful for cyclic patterns or conditional formatting.

View formula details

MROUND

=MROUND(10, 3)

Rounds a number to the nearest multiple of a specified value in Google Sheets, useful for standardized rounding.

View formula details

MULTINOMIAL

=MULTINOMIAL(2, 3, 4)

Calculates the multinomial coefficient of a set of numbers in Google Sheets, used in probability and combinatorics.

View formula details

ODD

=ODD(4)

Rounds a number up to the nearest odd integer in Google Sheets, useful for specific formatting or data adjustments.

View formula details

PI

=PI()

Returns the value of π (pi) in Google Sheets, essential for trigonometric and geometric calculations.

View formula details

POWER

=POWER(2, 3)

Raises a number to a specified power in Google Sheets, useful for exponential calculations.

View formula details

PRODUCT

=PRODUCT(2, 3, 4)

Multiplies a range of numbers in Google Sheets, useful for calculating total products of values.

View formula details

QUOTIENT

=QUOTIENT(10, 3)

Returns the integer portion of a division in Google Sheets, useful for division without remainders.

View formula details

RADIANS

=RADIANS(180)

Converts degrees to radians in Google Sheets, essential for trigonometric functions.

View formula details

RAND

=RAND()

Generates a random number between 0 and 1 in Google Sheets, useful for simulations and random sampling.

View formula details

RANDBETWEEN

=RANDBETWEEN(1, 10)

Generates a random integer between two specified values in Google Sheets, useful for simulations or random selections.

View formula details

ROMAN

=ROMAN(2025)

Converts a number into Roman numerals in Google Sheets, useful for outlines or decorative formatting.

View formula details

ROUND

=ROUND(3.14159, 2)

Rounds a number to a specified number of decimal places in Google Sheets, useful for precision control.

View formula details

ROUNDDOWN

=ROUNDDOWN(3.14159, 2)

Rounds a number down to a specified number of decimal places in Google Sheets, useful for conservative estimates.

View formula details

ROUNDUP

=ROUNDUP(3.14159, 2)

Rounds a number up to a specified number of decimal places in Google Sheets, useful for generous estimates.

View formula details

SEC

=SEC(0)

Calculates the secant of an angle (in radians) in Google Sheets, used in trigonometric applications.

View formula details

SECH

=SECH(0)

Calculates the hyperbolic secant of a number in Google Sheets, used in hyperbolic function applications.

View formula details

SIGN

=SIGN(-5)

Returns the sign of a number in Google Sheets (1, 0, or -1), useful for determining positivity or negativity.

View formula details

SIN

=SIN(1.5708)

Calculates the sine of an angle provided in radians in Google Sheets, commonly used in trigonometry and mathematical modeling.

View formula details

SINH

=SINH(1)

Calculates the hyperbolic sine of a number in Google Sheets, often used in advanced mathematics and physics.

View formula details

SQRT

=SQRT(16)

Calculates the square root of a number in Google Sheets, useful for mathematical and statistical operations.

View formula details

SQRTPI

=SQRTPI(2)

Calculates the square root of a number multiplied by π (pi) in Google Sheets, often used in mathematical formulas.

View formula details

SUBTOTAL

=SUBTOTAL(9, A1:A10)

Calculates a subtotal in a range using a specified function (e.g., sum, average) in Google Sheets, ignoring other subtotals.

View formula details

SUM

=SUM(A1:A5)

Adds all numbers in a range or list in Google Sheets, a basic tool for totaling data.

View formula details

SUMIF

=SUMIF(A1:A5, ">10")

Sums numbers in a range that meet a single criterion in Google Sheets, useful for conditional totaling.

View formula details

SUMIFS

=SUMIFS(A1:A5, B1:B5, ">10", C1:C5, "<5")

Sums numbers in a range based on multiple criteria in Google Sheets, ideal for complex conditional summing.

View formula details

SUMPRODUCT

=SUMPRODUCT(A1:A3, B1:B3)

Multiplies corresponding elements in arrays and sums the results in Google Sheets, useful for weighted sums.

View formula details

SUMSQ

=SUMSQ(A1:A3)

Sums the squares of numbers in a range in Google Sheets, useful in statistical calculations like variance.

View formula details

TAN

=TAN(0.7854)

Calculates the tangent of an angle in radians in Google Sheets, used in trigonometry and slope calculations.

View formula details

TANH

=TANH(1)

Calculates the hyperbolic tangent of a number in Google Sheets, used in hyperbolic function applications.

View formula details

TRUNC

=TRUNC(3.14159, 2)

Truncates a number to a specified number of decimal places in Google Sheets, removing the fractional part.

View formula details

AVERAGE

=AVERAGE(A1:A5)

Calculates the arithmetic mean of a range of numbers in Google Sheets, a basic statistical tool.

View formula details

AVERAGEA

=AVERAGEA(A1:A3)

Calculates the mean of a range in Google Sheets, treating text as 0, unlike AVERAGE.

View formula details

AVERAGEIF

=AVERAGEIF(A1:A5, ">10")

Calculates the average of a range based on a single criterion in Google Sheets, useful for conditional averaging.

View formula details

AVERAGEIFS

=AVERAGEIFS(A1:A5, B1:B5, ">10", C1:C5, "<5")

Calculates the average of a range based on multiple criteria in Google Sheets, ideal for detailed analysis.

View formula details

COUNT

=COUNT(A1:A5)

Counts the number of cells with numeric values in a range in Google Sheets, useful for tallying numbers.

View formula details

COUNTA

=COUNTA(A1:A5)

Counts non-empty cells in a range in Google Sheets, including text and numbers, useful for tracking filled entries.

View formula details

COUNTBLANK

=COUNTBLANK(A1:A5)

Counts the number of blank cells in a range in Google Sheets, useful for identifying missing data.

View formula details

COUNTIF

=COUNTIF(A1:A5, ">10")

Counts cells in a range that meet a single criterion in Google Sheets, useful for conditional counting.

View formula details

COUNTIFS

=COUNTIFS(A1:A5, ">10", B1:B5, "<5")

Counts cells in a range based on multiple criteria in Google Sheets, ideal for complex filtering.

View formula details

MAX

=MAX(A1:A5)

Returns the maximum numeric value in a range in Google Sheets, useful for finding peaks.

View formula details

MAXA

=MAXA(A1:A5)

Returns the maximum value in a range in Google Sheets, treating text as 0, unlike MAX.

View formula details

MEDIAN

=MEDIAN(A1:A5)

Returns the median (middle value) of a range of numbers in Google Sheets, useful for central tendency.

View formula details

MIN

=MIN(A1:A5)

Returns the minimum numeric value in a range in Google Sheets, useful for finding lows.

View formula details

MINA

=MINA(A1:A5)

Returns the minimum value in a range in Google Sheets, treating text as 0, unlike MIN.

View formula details

MODE

=MODE(A1:A5)

Returns the most frequently occurring value in a range in Google Sheets, useful for identifying trends.

View formula details

PERCENTILE

=PERCENTILE(A1:A5, 0.75)

Returns the value at a specified percentile in a range in Google Sheets, useful for statistical ranking.

View formula details

QUARTILE

=QUARTILE(A1:A5, 3)

Returns the value at a specified quartile in a range in Google Sheets, useful for dividing data into quarters.

View formula details

RANK

=RANK(A1, A1:A5)

Returns the rank of a number within a range in Google Sheets, useful for ordering data.

View formula details

STDEV

=STDEV(A1:A5)

Calculates the sample standard deviation of a range in Google Sheets, measuring data spread.

View formula details

STDEVA

=STDEVA(A1:A5)

Calculates the sample standard deviation in Google Sheets, treating text as 0, unlike STDEV.

View formula details

STDEVP

=STDEVP(A1:A5)

Calculates the population standard deviation of a range in Google Sheets, for entire datasets.

View formula details

STDEVPA

=STDEVPA(A1:A5)

Calculates the population standard deviation in Google Sheets, treating text as 0, unlike STDEVP.

View formula details

VAR

=VAR(A1:A5)

Calculates the sample variance of a range in Google Sheets, measuring data dispersion.

View formula details

VARA

=VARA(A1:A5)

Calculates the sample variance in Google Sheets, treating text as 0, unlike VAR.

View formula details

VARP

=VARP(A1:A5)

Calculates the population variance of a range in Google Sheets, for entire datasets.

View formula details

VARPA

=VARPA(A1:A5)

Calculates the population variance in Google Sheets, treating text as 0, unlike VARP.

View formula details

CHAR

=CHAR(65)

Returns the character specified by a numeric code in Google Sheets, based on the ASCII table.

View formula details

CLEAN

=CLEAN("Hello\nWorld")

Removes non-printable characters from text in Google Sheets, useful for cleaning imported data.

View formula details

CODE

=CODE("A")

Returns the numeric ASCII code of the first character in a text string in Google Sheets.

View formula details

CONCAT

=CONCAT("Hello", " World")

Combines two text strings into one in Google Sheets, useful for simple text concatenation.

View formula details

DOLLAR

=DOLLAR(1234.56)

Formats a number as a currency string with a dollar sign in Google Sheets, useful for financial displays.

View formula details

EXACT

=EXACT("hello", "Hello")

Compares two text strings for exact equality in Google Sheets, case-sensitive, useful for validation.

View formula details

FIND

=FIND("l", "hello")

Returns the position of a text string within another string in Google Sheets, case-sensitive.

View formula details

FIXED

=FIXED(1234.567, 2)

Formats a number with a fixed number of decimals and optional commas in Google Sheets.

View formula details

LEFT

=LEFT("Hello", 2)

Extracts a specified number of characters from the start of a text string in Google Sheets.

View formula details

LEN

=LEN("Hello")

Returns the length of a text string in Google Sheets, counting all characters including spaces.

View formula details

LOWER

=LOWER("HELLO")

Converts a text string to lowercase in Google Sheets, useful for standardizing text.

View formula details

MID

=MID("Hello", 2, 3)

Extracts a substring from the middle of a text string in Google Sheets, based on position and length.

View formula details

PROPER

=PROPER("hello world")

Capitalizes the first letter of each word in a text string in Google Sheets, useful for formatting names.

View formula details

REPLACE

=REPLACE("Hello", 2, 3, "xyz")

Replaces part of a text string with new text in Google Sheets, based on position and length.

View formula details

REPT

=REPT("x", 3)

Repeats a text string a specified number of times in Google Sheets, useful for creating patterns.

View formula details

RIGHT

=RIGHT("Hello", 2)

Extracts a specified number of characters from the end of a text string in Google Sheets.

View formula details

SEARCH

=SEARCH("l", "hello")

Returns the position of a text string within another string in Google Sheets, case-insensitive.

View formula details

SUBSTITUTE

=SUBSTITUTE("Hello", "l", "x")

Replaces specific text within a string with new text in Google Sheets, useful for text editing.

View formula details

TEXT

=TEXT(1234.56, "$#,##0.00")

Formats a number as text using a specified format in Google Sheets, useful for custom displays.

View formula details

TEXTJOIN

=TEXTJOIN(", ", TRUE, A1:A3)

Combines multiple text strings with a delimiter in Google Sheets, useful for bulk concatenation.

View formula details

TRIM

=TRIM(" Hello World ")

Removes extra spaces from text in Google Sheets, leaving single spaces between words.

View formula details

UPPER

=UPPER("hello")

Converts a text string to uppercase in Google Sheets, useful for standardization.

View formula details

VALUE

=VALUE("123.45")

Converts a text string that represents a number into a numeric value in Google Sheets.

View formula details

AND

=AND(A1>5, B1<10)

Returns TRUE if all conditions are true in Google Sheets, useful for logical tests.

View formula details

FALSE

=FALSE()

Returns the logical value FALSE in Google Sheets, used in logical expressions.

View formula details

IF

=IF(A1>10, "Yes", "No")

Returns one value if a condition is true and another if false in Google Sheets, used for decision-making.

View formula details

IFERROR

=IFERROR(1/0, "Error")

Returns a custom value if a formula results in an error in Google Sheets, useful for error handling.

View formula details

IFNA

=IFNA(VLOOKUP("x", A1:B2, 2, FALSE), "Not Found")

Returns a custom value if a formula results in #N/A in Google Sheets, useful for specific error handling.

View formula details

IFS

=IFS(A1>10, "High", A1>5, "Medium", A1>0, "Low")

Evaluates multiple conditions and returns a value for the first true condition in Google Sheets.

View formula details

NOT

=NOT(A1>5)

Reverses the logical value of its argument in Google Sheets, useful for negating conditions.

View formula details

OR

=OR(A1>5, B1<10)

Returns TRUE if any condition is true in Google Sheets, useful for multiple possibilities.

View formula details

SWITCH

=SWITCH(A1, 1, "One", 2, "Two", "Other")

Evaluates an expression against a list of values and returns a corresponding result in Google Sheets.

View formula details

TRUE

=TRUE()

Returns the logical value TRUE in Google Sheets, used in logical expressions.

View formula details

XOR

=XOR(A1>5, B1<10)

Returns TRUE if an odd number of conditions are true in Google Sheets, useful for exclusive logic.

View formula details

ADDRESS

=ADDRESS(2, 3)

Creates a cell reference as text based on row and column numbers in Google Sheets.

View formula details

CHOOSE

=CHOOSE(2, "Apple", "Banana", "Orange")

Selects a value from a list based on an index number in Google Sheets.

View formula details

COLUMN

=COLUMN(B1)

Returns the column number of a specified cell in Google Sheets.

View formula details

COLUMNS

=COLUMNS(A1:C5)

Returns the number of columns in a specified range in Google Sheets.

View formula details

HLOOKUP

=HLOOKUP("B", A1:C3, 2, FALSE)

Searches for a value in the top row of a range and returns a value from a specified row below in Google Sheets.

View formula details

INDEX

=INDEX(A1:C3, 2, 3)

Returns a value or reference from a range at a specified row and column position in Google Sheets.

View formula details

INDIRECT

=INDIRECT("A" & 2)

Returns a reference specified by a text string in Google Sheets, enabling dynamic cell references.

View formula details

LOOKUP

=LOOKUP(5, A1:A3, B1:B3)

Searches for a value in a range and returns a corresponding value from another range in Google Sheets.

View formula details

MATCH

=MATCH(5, A1:A5, 0)

Returns the relative position of a value in a range in Google Sheets, useful for lookups.

View formula details

OFFSET

=OFFSET(A1, 2, 1)

Returns a range reference shifted by a specified number of rows and columns in Google Sheets.

View formula details

ROW

=ROW(B3)

Returns the row number of a specified cell in Google Sheets.

View formula details

ROWS

=ROWS(A1:A5)

Returns the number of rows in a specified range in Google Sheets.

View formula details

TRANSPOSE

=TRANSPOSE(A1:C2)

Flips a range of cells from rows to columns or vice versa in Google Sheets.

View formula details

VLOOKUP

=VLOOKUP(5, A1:B3, 2, FALSE)

Searches for a value in the first column of a range and returns a value from a specified column in Google Sheets.

View formula details

XLOOKUP

=XLOOKUP(5, A1:A3, B1:B3, "Not Found")

Searches a range for a value and returns a corresponding value with advanced options in Google Sheets.

View formula details

XMATCH

=XMATCH(5, A1:A5)

Returns the relative position of a value in a range with advanced options in Google Sheets.

View formula details

DATE

=DATE(2025, 2, 25)

Creates a date from year, month, and day values in Google Sheets.

View formula details

DATEDIF

=DATEDIF("2025-01-01", "2025-02-25", "D")

Calculates the difference between two dates in various units (e.g., days, months) in Google Sheets.

View formula details

DATEVALUE

=DATEVALUE("2025-02-25")

Converts a date string into a serial number representing the date in Google Sheets.

View formula details

DAY

=DAY("2025-02-25")

Extracts the day of the month from a date in Google Sheets.

View formula details

DAYS

=DAYS("2025-02-25", "2025-01-01")

Calculates the number of days between two dates in Google Sheets.

View formula details

DAYS360

=DAYS360("2025-01-01", "2025-02-25")

Calculates days between two dates using a 360-day year in Google Sheets, common in financial calculations.

View formula details

EDATE

=EDATE("2025-02-25", 3)

Returns a date a specified number of months before or after a start date in Google Sheets.

View formula details

EOMONTH

=EOMONTH("2025-02-25", 0)

Returns the last day of a month a specified number of months from a start date in Google Sheets.

View formula details

HOUR

=HOUR("14:30")

Extracts the hour from a time value in Google Sheets.

View formula details

ISOWEEKNUM

=ISOWEEKNUM("2025-02-25")

Returns the ISO week number of a given date in Google Sheets.

View formula details

MINUTE

=MINUTE("14:45")

Extracts the minute from a time value in Google Sheets.

View formula details

MONTH

=MONTH("2025-02-25")

Extracts the month from a date in Google Sheets.

View formula details

NETWORKDAYS

=NETWORKDAYS("2025-01-01", "2025-02-25")

Calculates the number of working days between two dates in Google Sheets, excluding weekends and holidays.

View formula details

NOW

=NOW()

Returns the current date and time in Google Sheets.

View formula details

SECOND

=SECOND("14:30:45")

Extracts the seconds from a time value in Google Sheets.

View formula details

TIME

=TIME(14, 30, 0)

Creates a time value from hour, minute, and second components in Google Sheets.

View formula details

TIMEVALUE

=TIMEVALUE("14:30")

Converts a time string into a decimal representing the time fraction of a day in Google Sheets.

View formula details

TODAY

=TODAY()

Returns the current date in Google Sheets.

View formula details

WEEKDAY

=WEEKDAY("2025-02-25")

Returns the day of the week as a number for a given date in Google Sheets.

View formula details

WEEKNUM

=WEEKNUM("2025-02-25")

Returns the week number of a given date in Google Sheets.

View formula details

WORKDAY

=WORKDAY("2025-02-25", 5)

Returns a date a specified number of workdays before or after a start date in Google Sheets, excluding weekends and holidays.

View formula details

YEAR

=YEAR("2025-02-25")

Extracts the year from a date in Google Sheets.

View formula details

YEARFRAC

=YEARFRAC("2025-01-01", "2025-02-25")

Calculates the fraction of a year between two dates in Google Sheets.

View formula details

ARRAYFORMULA

=ARRAYFORMULA(A1:A3 + B1:B3)

Applies a formula to an entire range of cells in Google Sheets, enabling array operations.

View formula details

FILTER

=FILTER(A1:B5, A1:A5 > 10)

Extracts rows from a range that meet specified criteria in Google Sheets.

View formula details

FLATTEN

=FLATTEN(A1:B2)

Converts a range or multiple ranges into a single column in Google Sheets.

View formula details

IMPORTDATA

=IMPORTDATA("https://example.com/data.csv")

Imports data from a URL in CSV or TSV format into Google Sheets.

View formula details

IMPORTRANGE

=IMPORTRANGE("spreadsheet_url", "Sheet1!A1:B5")

Imports a range of cells from another Google Sheets document.

View formula details

IMPORTXML

=IMPORTXML("https://example.com", "//h1")

Imports data from an XML or HTML source using an XPath query in Google Sheets.

View formula details

IMPORTHTML

=IMPORTHTML("https://example.com", "table", 1)

Imports data from an HTML table or list on a webpage into Google Sheets.

View formula details

QUERY

=QUERY(A1:B5, "SELECT A WHERE B > 10")

Runs a SQL-like query on a range of data in Google Sheets.

View formula details

SPLIT

=SPLIT("A,B,C", ",")

Divides a text string into separate columns based on a delimiter in Google Sheets.

View formula details

SORT

=SORT(A1:B5, 1, TRUE)

Sorts a range of data based on one or more columns in Google Sheets.

View formula details

SORTN

=SORTN(A1:B5, 3, 0, 1, TRUE)

Sorts a range and returns the top N rows in Google Sheets.

View formula details

UNIQUE

=UNIQUE(A1:A5)

Returns unique rows or values from a range in Google Sheets.

View formula details

SPARKLINE

=SPARKLINE(A1:A5)

Creates a miniature chart within a single cell in Google Sheets.

View formula details

REGEXEXTRACT

=REGEXEXTRACT("Phone: 123-456-7890", "\d{3}-\d{3}-\d{4}")

Extracts text from a string that matches a regular expression in Google Sheets.

View formula details

REGEXMATCH

=REGEXMATCH("123-456-7890", "\d{3}-\d{3}-\d{4}")

Checks if a text string matches a regular expression in Google Sheets, returning TRUE or FALSE.

View formula details

REGEXREPLACE

=REGEXREPLACE("123-456-7890", "-\d{3}-", "-XXX-")

Replaces text in a string that matches a regular expression with new text in Google Sheets.

View formula details

GOOGLETRANSLATE

=GOOGLETRANSLATE("Hello", "en", "es")

Translates text from one language to another using Google Translate in Google Sheets.

View formula details

IMAGE

=IMAGE("https://example.com/image.jpg")

Embeds an image from a URL into a cell in Google Sheets.

View formula details

HYPERLINK

=HYPERLINK("https://example.com", "Visit Site")

Creates a clickable link with custom text in Google Sheets.

View formula details

ENCODEURL

=ENCODEURL("Hello World")

Encodes a text string into a URL-safe format in Google Sheets.

View formula details

ERROR.TYPE

=ERROR.TYPE(#DIV/0!)

Returns a number corresponding to an error type in Google Sheets.

View formula details

ISBLANK

=ISBLANK(A1)

Checks if a cell is empty in Google Sheets, returning TRUE or FALSE.

View formula details

ISERR

=ISERR(#DIV/0!)

Checks if a value is an error other than #N/A in Google Sheets, returning TRUE or FALSE.

View formula details

ISERROR

=ISERROR(#DIV/0!)

Checks if a value is any error in Google Sheets, returning TRUE or FALSE.

View formula details

ISEVEN

=ISEVEN(4)

Checks if a number is even in Google Sheets, returning TRUE or FALSE.

View formula details

ISFORMULA

=ISFORMULA(A1)

Checks if a cell contains a formula in Google Sheets, returning TRUE or FALSE.

View formula details

ISLOGICAL

=ISLOGICAL(TRUE)

Checks if a value is a logical value (TRUE or FALSE) in Google Sheets.

View formula details

ISNA

=ISNA(#N/A)

Checks if a value is the #N/A error in Google Sheets, returning TRUE or FALSE.

View formula details

ISNONTEXT

=ISNONTEXT(5)

Checks if a value is not text in Google Sheets, returning TRUE or FALSE.

View formula details

ISNUMBER

=ISNUMBER(5)

Checks if a value is a number in Google Sheets, returning TRUE or FALSE.

View formula details

ISODD

=ISODD(7)

Checks if a number is odd in Google Sheets, returning TRUE or FALSE.

View formula details

ISREF

=ISREF(A1)

Checks if a value is a valid cell reference in Google Sheets, returning TRUE or FALSE.

View formula details

ISTEXT

=ISTEXT("Hello")

Checks if a value is text in Google Sheets, returning TRUE or FALSE.

View formula details

N

=N("5")

Converts a value to a number in Google Sheets, with specific rules for different types.

View formula details

NA

=NA()

Returns the #N/A error value in Google Sheets.

View formula details

TYPE

=TYPE(5)

Returns a number indicating the data type of a value in Google Sheets.

View formula details

BIN2DEC

=BIN2DEC("1010")

Converts a binary number to decimal in Google Sheets.

View formula details

BIN2HEX

=BIN2HEX("1010")

Converts a binary number to hexadecimal in Google Sheets.

View formula details

BIN2OCT

=BIN2OCT("1010")

Converts a binary number to octal in Google Sheets.

View formula details

COMPLEX

=COMPLEX(3, 4)

Creates a complex number from real and imaginary parts in Google Sheets.

View formula details

CONVERT

=CONVERT(5, "kg", "g")

Converts a number from one unit to another in Google Sheets.

View formula details

DEC2BIN

=DEC2BIN(10)

Converts a decimal number to binary in Google Sheets.

View formula details

DEC2HEX

=DEC2HEX(10)

Converts a decimal number to hexadecimal in Google Sheets.

View formula details

DEC2OCT

=DEC2OCT(10)

Converts a decimal number to octal in Google Sheets.

View formula details

HEX2BIN

=HEX2BIN("A")

Converts a hexadecimal number to binary in Google Sheets.

View formula details

HEX2DEC

=HEX2DEC("A")

Converts a hexadecimal number to decimal in Google Sheets.

View formula details

HEX2OCT

=HEX2OCT("A")

Converts a hexadecimal number to octal in Google Sheets.

View formula details

IMABS

=IMABS("3+4i")

Returns the absolute value (modulus) of a complex number in Google Sheets.

View formula details

IMAGINARY

=IMAGINARY("3+4i")

Extracts the imaginary coefficient of a complex number in Google Sheets.

View formula details

IMARGUMENT

=IMARGUMENT("3+4i")

Returns the argument (angle in radians) of a complex number in Google Sheets.

View formula details

IMCONJUGATE

=IMCONJUGATE("3+4i")

Returns the complex conjugate of a complex number in Google Sheets.

View formula details

IMDIV

=IMDIV("3+4i", "1+2i")

Divides one complex number by another in Google Sheets.

View formula details

IMEXP

=IMEXP("1+i")

Returns the exponential of a complex number in Google Sheets.

View formula details

IMLN

=IMLN("3+4i")

Returns the natural logarithm of a complex number in Google Sheets.

View formula details

IMLOG10

=IMLOG10("3+4i")

Returns the base-10 logarithm of a complex number in Google Sheets.

View formula details

IMLOG2

=IMLOG2("3+4i")

Returns the base-2 logarithm of a complex number in Google Sheets.

View formula details

IMPOWER

=IMPOWER("1+i", 2)

Raises a complex number to a specified power in Google Sheets.

View formula details

IMPRODUCT

=IMPRODUCT("1+i", "2+3i")

Multiplies a series of complex numbers in Google Sheets.

View formula details

IMREAL

=IMREAL("3+4i")

Extracts the real coefficient of a complex number in Google Sheets.

View formula details

IMSIN

=IMSIN("1+i")

Returns the sine of a complex number in Google Sheets.

View formula details

IMSQRT

=IMSQRT("3+4i")

Returns the square root of a complex number in Google Sheets.

View formula details

IMSUB

=IMSUB("3+4i", "1+2i")

Subtracts one complex number from another in Google Sheets.

View formula details

IMTAN

=IMTAN("1+i")

Returns the tangent of a complex number in Google Sheets.

View formula details

OCT2BIN

=OCT2BIN("12")

Converts an octal number to binary in Google Sheets.

View formula details

OCT2DEC

=OCT2DEC("12")

Converts an octal number to decimal in Google Sheets.

View formula details

OCT2HEX

=OCT2HEX("12")

Converts an octal number to hexadecimal in Google Sheets.

View formula details

DAVERAGE

=DAVERAGE(A1:C5, "Score", A1:C2)

Calculates the average of a column in a database range based on criteria in Google Sheets.

View formula details

DCOUNT

=DCOUNT(A1:C5, "Score", A1:C2)

Counts numeric values in a column of a database range based on criteria in Google Sheets.

View formula details

DCOUNTA

=DCOUNTA(A1:C5, "Name", A1:C2)

Counts non-empty cells in a column of a database range based on criteria in Google Sheets.

View formula details

DGET

=DGET(A1:C5, "Score", A1:C2)

Extracts a single value from a column in a database range based on criteria in Google Sheets.

View formula details

DMAX

=DMAX(A1:C5, "Score", A1:C2)

Finds the maximum value in a column of a database range based on criteria in Google Sheets.

View formula details

DMIN

=DMIN(A1:C5, "Score", A1:C2)

Finds the minimum value in a column of a database range based on criteria in Google Sheets.

View formula details

DSUM

=DSUM(A1:C5, "Score", A1:C2)

Sums a column in a database range based on criteria in Google Sheets.

View formula details

Formula Generator

Create custom formulas with our AI-powered tool

Can't find the formula you need?

Use our AI-powered Formula Generator to create custom Google Sheets formulas for any task. Simply describe what you want to calculate in plain language.

Popular formula requests:

  • Calculate the sum of values when multiple conditions are met
  • Extract specific text between two characters
  • Look up values across multiple sheets with fallback options
  • Calculate business days between two dates excluding holidays
Boost Your Productivity

Transform Your Spreadsheet Experience

Join thousands of users revolutionizing their data workflows. Get access to premium tools and expert knowledge.

10,000+
Formulas Generated
50+
Templates
24/7
Support
4.9
Rating