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 detailsACOS
=ACOS(0.5)
Calculating the inverse cosine (arccos) of a number, useful for trigonometry and angle calculations in Google Sheets.
View formula detailsACOSH
=ACOSH(10)
Calculating the inverse hyperbolic cosine of a number, useful for advanced mathematical and engineering applications in Google Sheets.
View formula detailsASIN
=ASIN(0.5)
Calculating the inverse sine (arcsin) of a number, useful in trigonometry and angle calculations in Google Sheets.
View formula detailsATAN2
=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 detailsATANH
=ATANH(0.5)
Calculating the inverse hyperbolic tangent of a number, useful for advanced mathematical and engineering applications in Google Sheets.
View formula detailsCEILING
=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 detailsCOMBIN
=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 detailsCOS
=COS(30)
Calculating the cosine of an angle in Google Sheets, typically used in trigonometry, physics, and engineering calculations.
View formula detailsCOSH
=COSH(2)
Calculating the hyperbolic cosine of a number in Google Sheets, useful in advanced mathematical and engineering applications.
View formula detailsDEGREES
=DEGREES(PI())
Converts radians to degrees in Google Sheets, useful for trigonometric and mathematical conversions.
View formula detailsEVEN
=EVEN(7)
Rounds a number up to the nearest even integer in Google Sheets, often used for data formatting and rounding operations.
View formula detailsEXP
=EXP(1)
Calculates e raised to the power of a number in Google Sheets, commonly used in exponential growth models and mathematics.
View formula detailsFACT
=FACT(5)
Calculates the factorial of a number in Google Sheets, useful in combinatorics and probability calculations.
View formula detailsFACTDOUBLE
=FACTDOUBLE(7)
Calculates the double factorial of a number in Google Sheets, often used in advanced mathematical computations.
View formula detailsFLOOR
=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 detailsGCD
=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 detailsINT
=INT(8.9)
Rounds a number down to the nearest integer in Google Sheets, useful for truncating decimal values.
View formula detailsLCM
=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 detailsLN
=LN(2.71828)
Calculates the natural logarithm of a number in Google Sheets, essential for growth rate analysis and scientific calculations.
View formula detailsLOG
=LOG(100, 10)
Calculates the logarithm of a number with a specified base in Google Sheets, useful for custom logarithmic scales.
View formula detailsLOG10
=LOG10(100)
Calculates the base-10 logarithm of a number in Google Sheets, commonly used in scientific and engineering calculations.
View formula detailsMDETERM
=MDETERM(A1:B2)
Calculates the determinant of a square matrix in Google Sheets, useful in linear algebra and matrix operations.
View formula detailsMINVERSE
=MINVERSE(A1:B2)
Calculates the inverse of a square matrix in Google Sheets, used in linear algebra for solving systems of equations.
View formula detailsMMULT
=MMULT(A1:B2, C1:D2)
Performs matrix multiplication in Google Sheets, essential for advanced linear algebra operations.
View formula detailsMOD
=MOD(10, 3)
Returns the remainder after division in Google Sheets, useful for cyclic patterns or conditional formatting.
View formula detailsMROUND
=MROUND(10, 3)
Rounds a number to the nearest multiple of a specified value in Google Sheets, useful for standardized rounding.
View formula detailsMULTINOMIAL
=MULTINOMIAL(2, 3, 4)
Calculates the multinomial coefficient of a set of numbers in Google Sheets, used in probability and combinatorics.
View formula detailsODD
=ODD(4)
Rounds a number up to the nearest odd integer in Google Sheets, useful for specific formatting or data adjustments.
View formula detailsPI
=PI()
Returns the value of π (pi) in Google Sheets, essential for trigonometric and geometric calculations.
View formula detailsPOWER
=POWER(2, 3)
Raises a number to a specified power in Google Sheets, useful for exponential calculations.
View formula detailsPRODUCT
=PRODUCT(2, 3, 4)
Multiplies a range of numbers in Google Sheets, useful for calculating total products of values.
View formula detailsQUOTIENT
=QUOTIENT(10, 3)
Returns the integer portion of a division in Google Sheets, useful for division without remainders.
View formula detailsRADIANS
=RADIANS(180)
Converts degrees to radians in Google Sheets, essential for trigonometric functions.
View formula detailsRAND
=RAND()
Generates a random number between 0 and 1 in Google Sheets, useful for simulations and random sampling.
View formula detailsRANDBETWEEN
=RANDBETWEEN(1, 10)
Generates a random integer between two specified values in Google Sheets, useful for simulations or random selections.
View formula detailsROMAN
=ROMAN(2025)
Converts a number into Roman numerals in Google Sheets, useful for outlines or decorative formatting.
View formula detailsROUND
=ROUND(3.14159, 2)
Rounds a number to a specified number of decimal places in Google Sheets, useful for precision control.
View formula detailsROUNDDOWN
=ROUNDDOWN(3.14159, 2)
Rounds a number down to a specified number of decimal places in Google Sheets, useful for conservative estimates.
View formula detailsROUNDUP
=ROUNDUP(3.14159, 2)
Rounds a number up to a specified number of decimal places in Google Sheets, useful for generous estimates.
View formula detailsSEC
=SEC(0)
Calculates the secant of an angle (in radians) in Google Sheets, used in trigonometric applications.
View formula detailsSECH
=SECH(0)
Calculates the hyperbolic secant of a number in Google Sheets, used in hyperbolic function applications.
View formula detailsSIGN
=SIGN(-5)
Returns the sign of a number in Google Sheets (1, 0, or -1), useful for determining positivity or negativity.
View formula detailsSIN
=SIN(1.5708)
Calculates the sine of an angle provided in radians in Google Sheets, commonly used in trigonometry and mathematical modeling.
View formula detailsSINH
=SINH(1)
Calculates the hyperbolic sine of a number in Google Sheets, often used in advanced mathematics and physics.
View formula detailsSQRT
=SQRT(16)
Calculates the square root of a number in Google Sheets, useful for mathematical and statistical operations.
View formula detailsSQRTPI
=SQRTPI(2)
Calculates the square root of a number multiplied by π (pi) in Google Sheets, often used in mathematical formulas.
View formula detailsSUBTOTAL
=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 detailsSUM
=SUM(A1:A5)
Adds all numbers in a range or list in Google Sheets, a basic tool for totaling data.
View formula detailsSUMIF
=SUMIF(A1:A5, ">10")
Sums numbers in a range that meet a single criterion in Google Sheets, useful for conditional totaling.
View formula detailsSUMIFS
=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 detailsSUMPRODUCT
=SUMPRODUCT(A1:A3, B1:B3)
Multiplies corresponding elements in arrays and sums the results in Google Sheets, useful for weighted sums.
View formula detailsSUMSQ
=SUMSQ(A1:A3)
Sums the squares of numbers in a range in Google Sheets, useful in statistical calculations like variance.
View formula detailsTAN
=TAN(0.7854)
Calculates the tangent of an angle in radians in Google Sheets, used in trigonometry and slope calculations.
View formula detailsTANH
=TANH(1)
Calculates the hyperbolic tangent of a number in Google Sheets, used in hyperbolic function applications.
View formula detailsTRUNC
=TRUNC(3.14159, 2)
Truncates a number to a specified number of decimal places in Google Sheets, removing the fractional part.
View formula detailsAVERAGE
=AVERAGE(A1:A5)
Calculates the arithmetic mean of a range of numbers in Google Sheets, a basic statistical tool.
View formula detailsAVERAGEA
=AVERAGEA(A1:A3)
Calculates the mean of a range in Google Sheets, treating text as 0, unlike AVERAGE.
View formula detailsAVERAGEIF
=AVERAGEIF(A1:A5, ">10")
Calculates the average of a range based on a single criterion in Google Sheets, useful for conditional averaging.
View formula detailsAVERAGEIFS
=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 detailsCOUNT
=COUNT(A1:A5)
Counts the number of cells with numeric values in a range in Google Sheets, useful for tallying numbers.
View formula detailsCOUNTA
=COUNTA(A1:A5)
Counts non-empty cells in a range in Google Sheets, including text and numbers, useful for tracking filled entries.
View formula detailsCOUNTBLANK
=COUNTBLANK(A1:A5)
Counts the number of blank cells in a range in Google Sheets, useful for identifying missing data.
View formula detailsCOUNTIF
=COUNTIF(A1:A5, ">10")
Counts cells in a range that meet a single criterion in Google Sheets, useful for conditional counting.
View formula detailsCOUNTIFS
=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 detailsMAX
=MAX(A1:A5)
Returns the maximum numeric value in a range in Google Sheets, useful for finding peaks.
View formula detailsMAXA
=MAXA(A1:A5)
Returns the maximum value in a range in Google Sheets, treating text as 0, unlike MAX.
View formula detailsMEDIAN
=MEDIAN(A1:A5)
Returns the median (middle value) of a range of numbers in Google Sheets, useful for central tendency.
View formula detailsMIN
=MIN(A1:A5)
Returns the minimum numeric value in a range in Google Sheets, useful for finding lows.
View formula detailsMINA
=MINA(A1:A5)
Returns the minimum value in a range in Google Sheets, treating text as 0, unlike MIN.
View formula detailsMODE
=MODE(A1:A5)
Returns the most frequently occurring value in a range in Google Sheets, useful for identifying trends.
View formula detailsPERCENTILE
=PERCENTILE(A1:A5, 0.75)
Returns the value at a specified percentile in a range in Google Sheets, useful for statistical ranking.
View formula detailsQUARTILE
=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 detailsRANK
=RANK(A1, A1:A5)
Returns the rank of a number within a range in Google Sheets, useful for ordering data.
View formula detailsSTDEV
=STDEV(A1:A5)
Calculates the sample standard deviation of a range in Google Sheets, measuring data spread.
View formula detailsSTDEVA
=STDEVA(A1:A5)
Calculates the sample standard deviation in Google Sheets, treating text as 0, unlike STDEV.
View formula detailsSTDEVP
=STDEVP(A1:A5)
Calculates the population standard deviation of a range in Google Sheets, for entire datasets.
View formula detailsSTDEVPA
=STDEVPA(A1:A5)
Calculates the population standard deviation in Google Sheets, treating text as 0, unlike STDEVP.
View formula detailsVAR
=VAR(A1:A5)
Calculates the sample variance of a range in Google Sheets, measuring data dispersion.
View formula detailsVARA
=VARA(A1:A5)
Calculates the sample variance in Google Sheets, treating text as 0, unlike VAR.
View formula detailsVARP
=VARP(A1:A5)
Calculates the population variance of a range in Google Sheets, for entire datasets.
View formula detailsVARPA
=VARPA(A1:A5)
Calculates the population variance in Google Sheets, treating text as 0, unlike VARP.
View formula detailsCHAR
=CHAR(65)
Returns the character specified by a numeric code in Google Sheets, based on the ASCII table.
View formula detailsCLEAN
=CLEAN("Hello\nWorld")
Removes non-printable characters from text in Google Sheets, useful for cleaning imported data.
View formula detailsCODE
=CODE("A")
Returns the numeric ASCII code of the first character in a text string in Google Sheets.
View formula detailsCONCAT
=CONCAT("Hello", " World")
Combines two text strings into one in Google Sheets, useful for simple text concatenation.
View formula detailsDOLLAR
=DOLLAR(1234.56)
Formats a number as a currency string with a dollar sign in Google Sheets, useful for financial displays.
View formula detailsEXACT
=EXACT("hello", "Hello")
Compares two text strings for exact equality in Google Sheets, case-sensitive, useful for validation.
View formula detailsFIND
=FIND("l", "hello")
Returns the position of a text string within another string in Google Sheets, case-sensitive.
View formula detailsFIXED
=FIXED(1234.567, 2)
Formats a number with a fixed number of decimals and optional commas in Google Sheets.
View formula detailsLEFT
=LEFT("Hello", 2)
Extracts a specified number of characters from the start of a text string in Google Sheets.
View formula detailsLEN
=LEN("Hello")
Returns the length of a text string in Google Sheets, counting all characters including spaces.
View formula detailsLOWER
=LOWER("HELLO")
Converts a text string to lowercase in Google Sheets, useful for standardizing text.
View formula detailsMID
=MID("Hello", 2, 3)
Extracts a substring from the middle of a text string in Google Sheets, based on position and length.
View formula detailsPROPER
=PROPER("hello world")
Capitalizes the first letter of each word in a text string in Google Sheets, useful for formatting names.
View formula detailsREPLACE
=REPLACE("Hello", 2, 3, "xyz")
Replaces part of a text string with new text in Google Sheets, based on position and length.
View formula detailsREPT
=REPT("x", 3)
Repeats a text string a specified number of times in Google Sheets, useful for creating patterns.
View formula detailsRIGHT
=RIGHT("Hello", 2)
Extracts a specified number of characters from the end of a text string in Google Sheets.
View formula detailsSEARCH
=SEARCH("l", "hello")
Returns the position of a text string within another string in Google Sheets, case-insensitive.
View formula detailsSUBSTITUTE
=SUBSTITUTE("Hello", "l", "x")
Replaces specific text within a string with new text in Google Sheets, useful for text editing.
View formula detailsTEXT
=TEXT(1234.56, "$#,##0.00")
Formats a number as text using a specified format in Google Sheets, useful for custom displays.
View formula detailsTEXTJOIN
=TEXTJOIN(", ", TRUE, A1:A3)
Combines multiple text strings with a delimiter in Google Sheets, useful for bulk concatenation.
View formula detailsTRIM
=TRIM(" Hello World ")
Removes extra spaces from text in Google Sheets, leaving single spaces between words.
View formula detailsUPPER
=UPPER("hello")
Converts a text string to uppercase in Google Sheets, useful for standardization.
View formula detailsVALUE
=VALUE("123.45")
Converts a text string that represents a number into a numeric value in Google Sheets.
View formula detailsAND
=AND(A1>5, B1<10)
Returns TRUE if all conditions are true in Google Sheets, useful for logical tests.
View formula detailsFALSE
=FALSE()
Returns the logical value FALSE in Google Sheets, used in logical expressions.
View formula detailsIF
=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 detailsIFERROR
=IFERROR(1/0, "Error")
Returns a custom value if a formula results in an error in Google Sheets, useful for error handling.
View formula detailsIFNA
=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 detailsIFS
=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 detailsNOT
=NOT(A1>5)
Reverses the logical value of its argument in Google Sheets, useful for negating conditions.
View formula detailsOR
=OR(A1>5, B1<10)
Returns TRUE if any condition is true in Google Sheets, useful for multiple possibilities.
View formula detailsSWITCH
=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 detailsTRUE
=TRUE()
Returns the logical value TRUE in Google Sheets, used in logical expressions.
View formula detailsXOR
=XOR(A1>5, B1<10)
Returns TRUE if an odd number of conditions are true in Google Sheets, useful for exclusive logic.
View formula detailsADDRESS
=ADDRESS(2, 3)
Creates a cell reference as text based on row and column numbers in Google Sheets.
View formula detailsCHOOSE
=CHOOSE(2, "Apple", "Banana", "Orange")
Selects a value from a list based on an index number in Google Sheets.
View formula detailsCOLUMN
=COLUMN(B1)
Returns the column number of a specified cell in Google Sheets.
View formula detailsCOLUMNS
=COLUMNS(A1:C5)
Returns the number of columns in a specified range in Google Sheets.
View formula detailsHLOOKUP
=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 detailsINDEX
=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 detailsINDIRECT
=INDIRECT("A" & 2)
Returns a reference specified by a text string in Google Sheets, enabling dynamic cell references.
View formula detailsLOOKUP
=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 detailsMATCH
=MATCH(5, A1:A5, 0)
Returns the relative position of a value in a range in Google Sheets, useful for lookups.
View formula detailsOFFSET
=OFFSET(A1, 2, 1)
Returns a range reference shifted by a specified number of rows and columns in Google Sheets.
View formula detailsROW
=ROW(B3)
Returns the row number of a specified cell in Google Sheets.
View formula detailsROWS
=ROWS(A1:A5)
Returns the number of rows in a specified range in Google Sheets.
View formula detailsTRANSPOSE
=TRANSPOSE(A1:C2)
Flips a range of cells from rows to columns or vice versa in Google Sheets.
View formula detailsVLOOKUP
=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 detailsXLOOKUP
=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 detailsXMATCH
=XMATCH(5, A1:A5)
Returns the relative position of a value in a range with advanced options in Google Sheets.
View formula detailsDATE
=DATE(2025, 2, 25)
Creates a date from year, month, and day values in Google Sheets.
View formula detailsDATEDIF
=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 detailsDATEVALUE
=DATEVALUE("2025-02-25")
Converts a date string into a serial number representing the date in Google Sheets.
View formula detailsDAY
=DAY("2025-02-25")
Extracts the day of the month from a date in Google Sheets.
View formula detailsDAYS
=DAYS("2025-02-25", "2025-01-01")
Calculates the number of days between two dates in Google Sheets.
View formula detailsDAYS360
=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 detailsEDATE
=EDATE("2025-02-25", 3)
Returns a date a specified number of months before or after a start date in Google Sheets.
View formula detailsEOMONTH
=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 detailsHOUR
=HOUR("14:30")
Extracts the hour from a time value in Google Sheets.
View formula detailsISOWEEKNUM
=ISOWEEKNUM("2025-02-25")
Returns the ISO week number of a given date in Google Sheets.
View formula detailsMINUTE
=MINUTE("14:45")
Extracts the minute from a time value in Google Sheets.
View formula detailsMONTH
=MONTH("2025-02-25")
Extracts the month from a date in Google Sheets.
View formula detailsNETWORKDAYS
=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 detailsNOW
=NOW()
Returns the current date and time in Google Sheets.
View formula detailsSECOND
=SECOND("14:30:45")
Extracts the seconds from a time value in Google Sheets.
View formula detailsTIME
=TIME(14, 30, 0)
Creates a time value from hour, minute, and second components in Google Sheets.
View formula detailsTIMEVALUE
=TIMEVALUE("14:30")
Converts a time string into a decimal representing the time fraction of a day in Google Sheets.
View formula detailsTODAY
=TODAY()
Returns the current date in Google Sheets.
View formula detailsWEEKDAY
=WEEKDAY("2025-02-25")
Returns the day of the week as a number for a given date in Google Sheets.
View formula detailsWEEKNUM
=WEEKNUM("2025-02-25")
Returns the week number of a given date in Google Sheets.
View formula detailsWORKDAY
=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 detailsYEAR
=YEAR("2025-02-25")
Extracts the year from a date in Google Sheets.
View formula detailsYEARFRAC
=YEARFRAC("2025-01-01", "2025-02-25")
Calculates the fraction of a year between two dates in Google Sheets.
View formula detailsARRAYFORMULA
=ARRAYFORMULA(A1:A3 + B1:B3)
Applies a formula to an entire range of cells in Google Sheets, enabling array operations.
View formula detailsFILTER
=FILTER(A1:B5, A1:A5 > 10)
Extracts rows from a range that meet specified criteria in Google Sheets.
View formula detailsFLATTEN
=FLATTEN(A1:B2)
Converts a range or multiple ranges into a single column in Google Sheets.
View formula detailsIMPORTDATA
=IMPORTDATA("https://example.com/data.csv")
Imports data from a URL in CSV or TSV format into Google Sheets.
View formula detailsIMPORTRANGE
=IMPORTRANGE("spreadsheet_url", "Sheet1!A1:B5")
Imports a range of cells from another Google Sheets document.
View formula detailsIMPORTXML
=IMPORTXML("https://example.com", "//h1")
Imports data from an XML or HTML source using an XPath query in Google Sheets.
View formula detailsIMPORTHTML
=IMPORTHTML("https://example.com", "table", 1)
Imports data from an HTML table or list on a webpage into Google Sheets.
View formula detailsQUERY
=QUERY(A1:B5, "SELECT A WHERE B > 10")
Runs a SQL-like query on a range of data in Google Sheets.
View formula detailsSPLIT
=SPLIT("A,B,C", ",")
Divides a text string into separate columns based on a delimiter in Google Sheets.
View formula detailsSORT
=SORT(A1:B5, 1, TRUE)
Sorts a range of data based on one or more columns in Google Sheets.
View formula detailsSORTN
=SORTN(A1:B5, 3, 0, 1, TRUE)
Sorts a range and returns the top N rows in Google Sheets.
View formula detailsUNIQUE
=UNIQUE(A1:A5)
Returns unique rows or values from a range in Google Sheets.
View formula detailsSPARKLINE
=SPARKLINE(A1:A5)
Creates a miniature chart within a single cell in Google Sheets.
View formula detailsREGEXEXTRACT
=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 detailsREGEXMATCH
=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 detailsREGEXREPLACE
=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 detailsGOOGLETRANSLATE
=GOOGLETRANSLATE("Hello", "en", "es")
Translates text from one language to another using Google Translate in Google Sheets.
View formula detailsIMAGE
=IMAGE("https://example.com/image.jpg")
Embeds an image from a URL into a cell in Google Sheets.
View formula detailsHYPERLINK
=HYPERLINK("https://example.com", "Visit Site")
Creates a clickable link with custom text in Google Sheets.
View formula detailsENCODEURL
=ENCODEURL("Hello World")
Encodes a text string into a URL-safe format in Google Sheets.
View formula detailsERROR.TYPE
=ERROR.TYPE(#DIV/0!)
Returns a number corresponding to an error type in Google Sheets.
View formula detailsISBLANK
=ISBLANK(A1)
Checks if a cell is empty in Google Sheets, returning TRUE or FALSE.
View formula detailsISERR
=ISERR(#DIV/0!)
Checks if a value is an error other than #N/A in Google Sheets, returning TRUE or FALSE.
View formula detailsISERROR
=ISERROR(#DIV/0!)
Checks if a value is any error in Google Sheets, returning TRUE or FALSE.
View formula detailsISEVEN
=ISEVEN(4)
Checks if a number is even in Google Sheets, returning TRUE or FALSE.
View formula detailsISFORMULA
=ISFORMULA(A1)
Checks if a cell contains a formula in Google Sheets, returning TRUE or FALSE.
View formula detailsISLOGICAL
=ISLOGICAL(TRUE)
Checks if a value is a logical value (TRUE or FALSE) in Google Sheets.
View formula detailsISNA
=ISNA(#N/A)
Checks if a value is the #N/A error in Google Sheets, returning TRUE or FALSE.
View formula detailsISNONTEXT
=ISNONTEXT(5)
Checks if a value is not text in Google Sheets, returning TRUE or FALSE.
View formula detailsISNUMBER
=ISNUMBER(5)
Checks if a value is a number in Google Sheets, returning TRUE or FALSE.
View formula detailsISODD
=ISODD(7)
Checks if a number is odd in Google Sheets, returning TRUE or FALSE.
View formula detailsISREF
=ISREF(A1)
Checks if a value is a valid cell reference in Google Sheets, returning TRUE or FALSE.
View formula detailsISTEXT
=ISTEXT("Hello")
Checks if a value is text in Google Sheets, returning TRUE or FALSE.
View formula detailsN
=N("5")
Converts a value to a number in Google Sheets, with specific rules for different types.
View formula detailsNA
=NA()
Returns the #N/A error value in Google Sheets.
View formula detailsTYPE
=TYPE(5)
Returns a number indicating the data type of a value in Google Sheets.
View formula detailsBIN2DEC
=BIN2DEC("1010")
Converts a binary number to decimal in Google Sheets.
View formula detailsBIN2HEX
=BIN2HEX("1010")
Converts a binary number to hexadecimal in Google Sheets.
View formula detailsBIN2OCT
=BIN2OCT("1010")
Converts a binary number to octal in Google Sheets.
View formula detailsCOMPLEX
=COMPLEX(3, 4)
Creates a complex number from real and imaginary parts in Google Sheets.
View formula detailsCONVERT
=CONVERT(5, "kg", "g")
Converts a number from one unit to another in Google Sheets.
View formula detailsDEC2BIN
=DEC2BIN(10)
Converts a decimal number to binary in Google Sheets.
View formula detailsDEC2HEX
=DEC2HEX(10)
Converts a decimal number to hexadecimal in Google Sheets.
View formula detailsDEC2OCT
=DEC2OCT(10)
Converts a decimal number to octal in Google Sheets.
View formula detailsHEX2BIN
=HEX2BIN("A")
Converts a hexadecimal number to binary in Google Sheets.
View formula detailsHEX2DEC
=HEX2DEC("A")
Converts a hexadecimal number to decimal in Google Sheets.
View formula detailsHEX2OCT
=HEX2OCT("A")
Converts a hexadecimal number to octal in Google Sheets.
View formula detailsIMABS
=IMABS("3+4i")
Returns the absolute value (modulus) of a complex number in Google Sheets.
View formula detailsIMAGINARY
=IMAGINARY("3+4i")
Extracts the imaginary coefficient of a complex number in Google Sheets.
View formula detailsIMARGUMENT
=IMARGUMENT("3+4i")
Returns the argument (angle in radians) of a complex number in Google Sheets.
View formula detailsIMCONJUGATE
=IMCONJUGATE("3+4i")
Returns the complex conjugate of a complex number in Google Sheets.
View formula detailsIMDIV
=IMDIV("3+4i", "1+2i")
Divides one complex number by another in Google Sheets.
View formula detailsIMEXP
=IMEXP("1+i")
Returns the exponential of a complex number in Google Sheets.
View formula detailsIMLN
=IMLN("3+4i")
Returns the natural logarithm of a complex number in Google Sheets.
View formula detailsIMLOG10
=IMLOG10("3+4i")
Returns the base-10 logarithm of a complex number in Google Sheets.
View formula detailsIMLOG2
=IMLOG2("3+4i")
Returns the base-2 logarithm of a complex number in Google Sheets.
View formula detailsIMPOWER
=IMPOWER("1+i", 2)
Raises a complex number to a specified power in Google Sheets.
View formula detailsIMPRODUCT
=IMPRODUCT("1+i", "2+3i")
Multiplies a series of complex numbers in Google Sheets.
View formula detailsIMREAL
=IMREAL("3+4i")
Extracts the real coefficient of a complex number in Google Sheets.
View formula detailsIMSIN
=IMSIN("1+i")
Returns the sine of a complex number in Google Sheets.
View formula detailsIMSQRT
=IMSQRT("3+4i")
Returns the square root of a complex number in Google Sheets.
View formula detailsIMSUB
=IMSUB("3+4i", "1+2i")
Subtracts one complex number from another in Google Sheets.
View formula detailsIMTAN
=IMTAN("1+i")
Returns the tangent of a complex number in Google Sheets.
View formula detailsOCT2BIN
=OCT2BIN("12")
Converts an octal number to binary in Google Sheets.
View formula detailsOCT2DEC
=OCT2DEC("12")
Converts an octal number to decimal in Google Sheets.
View formula detailsOCT2HEX
=OCT2HEX("12")
Converts an octal number to hexadecimal in Google Sheets.
View formula detailsDAVERAGE
=DAVERAGE(A1:C5, "Score", A1:C2)
Calculates the average of a column in a database range based on criteria in Google Sheets.
View formula detailsDCOUNT
=DCOUNT(A1:C5, "Score", A1:C2)
Counts numeric values in a column of a database range based on criteria in Google Sheets.
View formula detailsDCOUNTA
=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 detailsDGET
=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 detailsDMAX
=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 detailsDMIN
=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 detailsDSUM
=DSUM(A1:C5, "Score", A1:C2)
Sums a column in a database range based on criteria in Google Sheets.
View formula detailsFormula 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
Transform Your Spreadsheet Experience
Join thousands of users revolutionizing their data workflows. Get access to premium tools and expert knowledge.