Google Sheets WORKDAY Google Sheets Formula Function: Syntax, Examples & Tips

The WORKDAY function calculates a date that is a specified number of working days from a start date, excluding weekends and holidays.

WORKDAY(start_date, num_days, [holidays])

Press ⌘+Enter to submit

Parameters

start_date:
The date from which to start counting the workdays. This can be a date value, a cell reference containing a date, or a formula that returns a date.

num_days:
The number of workdays to add to the start_date. This must be a positive or negative integer that indicates how many workdays to move forward or backward.

holidays:
An optional range of one or more dates to exclude from the workdays calculation. This can be a single date, a range of dates, or an array of dates that represent holidays.

What is a WORKDAY?

The WORKDAY function in Google Sheets is a useful tool for calculating a date that is a specified number of working days from a start date. This function is particularly valuable for project management, scheduling, and planning, as it allows users to account for weekends and holidays when determining deadlines or timelines.

In simpler terms, WORKDAY helps you find a future date by skipping over non-working days, ensuring that you only consider business days in your calculations.

A Practical Example

Imagine you are managing a project with a deadline that is based on working days:

Project Timeline:

TaskStart DateDuration (Days)
Task A2023-10-015
Task B2023-10-083

You want to determine the end date for each task, considering only working days.

WORKDAY Formula

To achieve this, you would use the WORKDAY function as follows:

=WORKDAY(B2, C2)

In this formula:

  • B2 is the cell containing the Start Date for the task.
  • C2 is the cell containing the Duration in working days.

Result of the Formula

When you apply the WORKDAY formula to the Project Timeline, the output would look like this:

TaskStart DateDuration (Days)End Date
Task A2023-10-0152023-10-08
Task B2023-10-0832023-10-11

In this case, Task A starts on October 1st and ends on October 8th, while Task B starts on October 8th and ends on October 11th.

Why Use WORKDAY?

WORKDAY is beneficial because it simplifies the process of calculating deadlines and timelines in project management. It automatically excludes weekends and can also be customized to exclude specific holidays, making it a powerful tool for accurate scheduling.

Key Takeaways:

  • WORKDAY: A function that calculates a future date based on a specified number of working days from a start date.
  • Excludes Non-Working Days: Automatically skips weekends and can be adjusted for holidays.
  • Common Use Cases: Ideal for project management, scheduling, and any scenario where working days need to be considered.

WORKDAY is an essential function for anyone involved in project planning and management, providing a straightforward way to enhance scheduling accuracy.

Happy planning!

Example Use Case

You have a project timeline in Column A with start dates. Use the WORKDAY formula in Column B to calculate the end date for each task, excluding weekends and holidays. This helps ensure accurate scheduling and resource allocation for project completion.

Explore All Google Sheets Formulas

Browse our complete library of Google Sheets formula guides

ABS

ABS Google Sheets Formula

The ABS function returns the absolute value of a number, removing any negative sign and providing the non-negative value.

ACCRI…

ACCRINT Google Sheets Formula

The ACCRINT function calculates the accrued interest for a security that pays periodic interest, based on specified parameters.

ACCRI…

ACCRINTM Google Sheets Formula

The ACCRINTM function calculates the accrued interest for a security that pays interest at maturity, based on specified parameters.

ACOS

ACOS Google Sheets Formula

The ACOS function returns the arccosine (inverse cosine) of a number, providing the angle in radians whose cosine is that number.

ACOSH

ACOSH Google Sheets Formula

The ACOSH function calculates the inverse hyperbolic cosine of a number, returning the angle whose hyperbolic cosine is that number.

ACOT

ACOT Google Sheets Formula

The ACOT function returns the arccotangent, or inverse cotangent, of a number, providing the angle whose cotangent is that number.

ACOTH

ACOTH Google Sheets Formula

The ACOTH function returns the inverse hyperbolic cotangent of a number, useful for mathematical calculations involving hyperbolic functions.

ADDRE…

ADDRESS Google Sheets Formula

The ADDRESS function returns the cell reference as a text string based on specified row and column numbers in Google Sheets.

AMORL…

AMORLINC Google Sheets Formula

The AMORLINC function calculates the linear depreciation of an asset over a specified period, considering the asset's cost and lifespan.

AND

AND Google Sheets Formula

The AND function checks if all specified conditions are true, returning TRUE if they are, and FALSE if any are not.

ARABIC

ARABIC Google Sheets Formula

The ARABIC function converts Roman numerals to their equivalent Arabic numeral values in Google Sheets.

ARRAY…

ARRAY_CONSTRAIN Google Sheets Formula

The ARRAY_CONSTRAIN function limits the size of an array by specifying the number of rows and columns to return from the original array.

ARRAY…

ARRAYFORMULA Google Sheets Formula

The ARRAYFORMULA function allows you to apply a formula to an entire range of cells, enabling bulk calculations without needing to drag formulas down.

ASC

ASC Google Sheets Formula

The ASC function converts full-width characters to half-width characters in Google Sheets, aiding in text normalization.

ASIN

ASIN Google Sheets Formula

The ASIN function returns the arcsine, or inverse sine, of a number in radians, useful for calculating angles from sine values.

ASINH

ASINH Google Sheets Formula

The ASINH function calculates the inverse hyperbolic sine of a number, useful for transforming data in statistical analysis.

ATAN

ATAN Google Sheets Formula

The ATAN function calculates the arctangent of a number, returning the angle in radians whose tangent is that number.

ATAN2

ATAN2 Google Sheets Formula

The ATAN2 function calculates the arctangent of the quotient of its arguments, returning the angle in radians between the positive x-axis and the point (x, y).

ATANH

ATANH Google Sheets Formula

The ATANH function calculates the inverse hyperbolic tangent of a number, returning the angle whose hyperbolic tangent is that number.

BASE

BASE Google Sheets Formula

The BASE function converts a number into a specified base (2 to 36), returning it as a text string for easier readability in different numeral systems.

BIN2D…

BIN2DEC Google Sheets Formula

The BIN2DEC function converts a binary number (in text format) to its decimal equivalent, facilitating numerical calculations in spreadsheets.

BIN2H…

BIN2HEX Google Sheets Formula

The BIN2HEX function converts a binary number (in text format) to its hexadecimal representation.

BIN2O…

BIN2OCT Google Sheets Formula

The BIN2OCT function converts a binary number to its octal equivalent, facilitating number base conversions in Google Sheets.

BITAND

BITAND Google Sheets Formula

The BITAND function computes the bitwise AND of two numbers, returning a number that has bits set to 1 where both inputs have bits set to 1.

BITLS…

BITLSHIFT Google Sheets Formula

The BITLSHIFT function shifts bits of a number to the left or right, effectively multiplying or dividing the number by powers of two.

BITOR

BITOR Google Sheets Formula

The BITOR function performs a bitwise OR operation on two numbers, returning a number that represents the combined bits of both inputs.

BITRS…

BITRSHIFT Google Sheets Formula

The BITRSHIFT keyword shifts the bits of a number to the right by a specified number of positions, effectively dividing the number by powers of two.

BITXOR

BITXOR Google Sheets Formula

The BITXOR function computes the bitwise XOR of two numbers, returning a value where bits are set if they differ between the inputs.

BYCOL

BYCOL Google Sheets Formula

The BYCOL function applies a specified operation to each column in a range, returning an array of results based on the applied function.

BYROW

BYROW Google Sheets Formula

The BYROW function applies a specified formula to each row of a given array, returning an array of results based on those calculations.

CEILI…

CEILING Google Sheets Formula

The CEILING function rounds a number up to the nearest specified multiple, helping to standardize values in calculations.

CEILI…

CEILING.MATH Google Sheets Formula

The CEILING.MATH function rounds a number up to the nearest integer or specified multiple, simplifying calculations in spreadsheets.

CEILI…

CEILING.PRECISE Google Sheets Formula

The CEILING.PRECISE function rounds a number up to the nearest integer or specified multiple, regardless of its decimal value.

CELL

CELL Google Sheets Formula

The CELL function retrieves information about a specific cell's formatting, location, or contents in a Google Sheets document.

CHAR

CHAR Google Sheets Formula

The CHAR function returns the character specified by a given numeric code, allowing for the insertion of special characters in text.

CHOOSE

CHOOSE Google Sheets Formula

The CHOOSE function selects a value from a list based on a given index number, allowing for dynamic data retrieval in a formula.

CHOOS…

CHOOSECOLS Google Sheets Formula

The CHOOSECOLS function selects specific columns from a range, allowing users to extract and display only the desired data.

CHOOS…

CHOOSEROWS Google Sheets Formula

The CHOOSEROWS function selects specific rows from a range based on given criteria, allowing for dynamic data extraction.

CLEAN

CLEAN Google Sheets Formula

The CLEAN function removes all non-printable characters from a text string in Google Sheets, ensuring the text is clean and readable.

CODE

CODE Google Sheets Formula

The CODE function returns the numeric Unicode value of the first character in a text string, useful for character analysis.

COLUMN

COLUMN Google Sheets Formula

The COLUMN function returns the column number of a specified cell or range, helping identify its position within a spreadsheet.

COLUM…

COLUMNS Google Sheets Formula

The COLUMNS function returns the number of columns in a specified range, helping to analyze data structure in Google Sheets.

COMBIN

COMBIN Google Sheets Formula

The COMBIN function calculates the number of combinations for a given number of items, selecting a specified number without regard to order.

COMBI…

COMBINA Google Sheets Formula

The COMBINA function calculates the number of combinations of a set, allowing for repetitions, based on the given number of items.

COMPL…

COMPLEX Google Sheets Formula

The COMPLEX function creates a complex number from real and imaginary parts, allowing for calculations involving complex numbers in Google Sheets.

CONCA…

CONCATENATE Google Sheets Formula

The CONCATENATE function combines multiple text strings into one string, allowing for the creation of longer text entries in a cell.

CONFI…

CONFIDENCE.NORM Google Sheets Formula

The CONFIDENCE.NORM function calculates the margin of error for a population mean based on a specified confidence level and standard deviation.

CONFI…

CONFIDENCE.T Google Sheets Formula

The CONFIDENCE.T function calculates the margin of error for a specified confidence level in a dataset with a t-distribution.

CORREL

CORREL Google Sheets Formula

The CORREL function calculates the correlation coefficient between two data sets, indicating the strength and direction of their linear relationship.

COS

COS Google Sheets Formula

The COS function returns the cosine of an angle given in radians, useful for trigonometric calculations in spreadsheets.

COSH

COSH Google Sheets Formula

The COSH function calculates the hyperbolic cosine of a given angle in radians, useful for mathematical and engineering applications.

COT

COT Google Sheets Formula

The COT function calculates the cotangent of an angle in radians, useful for trigonometric calculations in spreadsheets.

COTH

COTH Google Sheets Formula

The COTH function calculates the hyperbolic cotangent of a given angle in radians, returning a numerical value.

COUNT

COUNT Google Sheets Formula

The COUNT function counts the number of cells in a range that contain numeric values, helping to quantify data effectively.

COUNTA

COUNTA Google Sheets Formula

The COUNTA function counts the number of non-empty cells in a range, helping to determine how many entries exist in that range.

COUNT…

COUNTBLANK Google Sheets Formula

The COUNTBLANK function counts the number of empty cells in a specified range, helping to identify missing data in a dataset.

COUNT…

COUNTIF Google Sheets Formula

The COUNTIF function counts the number of cells that meet a specified condition within a given range.

COUNT…

COUNTIFS Google Sheets Formula

The COUNTIFS function counts the number of cells that meet multiple criteria across different ranges in a Google Sheets spreadsheet.

COUNT…

COUNTUNIQUE Google Sheets Formula

The COUNTUNIQUE function counts the number of distinct values in a specified range, ignoring duplicates.

COUPD…

COUPDAYBS Google Sheets Formula

The COUPDAYBS function calculates the number of days from the beginning of a coupon period to the settlement date for a bond.

COUPD…

COUPDAYS Google Sheets Formula

The COUPDAYS function calculates the number of days from the settlement date to the next coupon payment date for a bond.

COUPD…

COUPDAYSNC Google Sheets Formula

The COUPDAYSNC function calculates the number of days from the settlement date to the next coupon payment date for a bond.

COUPN…

COUPNCD Google Sheets Formula

The COUPNCD function returns the next coupon date for a security based on its settlement date and coupon frequency.

COUPN…

COUPNUM Google Sheets Formula

The COUPNUM function calculates the number of coupon payments remaining for a bond based on its settlement date and maturity date.

COUPP…

COUPPCD Google Sheets Formula

The COUPPCD function calculates the next coupon payment date for a security based on its settlement date and coupon frequency.

COVAR

COVAR Google Sheets Formula

The COVAR function calculates the covariance between two data sets, indicating how much they change together.

COVAR…

COVARIANCE.P Google Sheets Formula

The COVARIANCE.P function calculates the covariance between two sets of data, indicating how they change together in a population.

COVAR…

COVARIANCE.S Google Sheets Formula

The COVARIANCE.S function calculates the sample covariance between two data sets, indicating how they vary together.

CRITB…

CRITBINOM Google Sheets Formula

The CRITBINOM function calculates the smallest number of successes in a binomial distribution for a given probability and number of trials.

CSC

CSC Google Sheets Formula

The CSC function calculates the cosecant of an angle in radians, returning the reciprocal of the sine of that angle.

CSCH

CSCH Google Sheets Formula

The CSCH function calculates the hyperbolic cosecant of a given angle in radians, returning the reciprocal of the hyperbolic sine.

CUMIP…

CUMIPMT Google Sheets Formula

The CUMIPMT function calculates the cumulative interest paid on a loan over a specified period, based on constant payments and interest rates.

CUMPR…

CUMPRINC Google Sheets Formula

The CUMPRINC function calculates the cumulative principal paid on a loan between specified periods, helping track repayment progress.

DATE

DATE Google Sheets Formula

The DATE function creates a date value from year, month, and day inputs, allowing for date calculations and formatting in Google Sheets.

DATED…

DATEDIF Google Sheets Formula

The DATEDIF function calculates the difference between two dates in specified units (days, months, or years).

DATEV…

DATEVALUE Google Sheets Formula

The DATEVALUE function converts a date in text format into a serial number that Google Sheets recognizes as a date.

DAVER…

DAVERAGE Google Sheets Formula

The DAVERAGE function calculates the average of a specified column in a database that meets given criteria.

DAY

DAY Google Sheets Formula

The DAY function extracts the day of the month from a given date, returning it as a number between 1 and 31.

DAYS

DAYS Google Sheets Formula

The DAYS function calculates the number of days between two dates, returning the difference as a numeric value.

DAYS3…

DAYS360 Google Sheets Formula

The DAYS360 function calculates the number of days between two dates based on a 360-day year, useful for financial calculations.

DB

DB Google Sheets Formula

The DB function calculates the depreciation of an asset using the declining balance method over a specified period.

DCOUNT

DCOUNT Google Sheets Formula

The DCOUNT function counts the number of cells containing numeric data in a specified database column that meet given criteria.

DCOUN…

DCOUNTA Google Sheets Formula

The DCOUNTA function counts non-empty cells in a specified column of a database that meet given criteria.

DDB

DDB Google Sheets Formula

The DDB function calculates the depreciation of an asset using the double declining balance method over a specified period.

DEC2B…

DEC2BIN Google Sheets Formula

The DEC2BIN function converts a decimal number to its binary equivalent, allowing for easier representation of numerical data in binary form.

DEC2H…

DEC2HEX Google Sheets Formula

The DEC2HEX function converts a decimal number to its hexadecimal representation, useful for numerical data in base 16.

DEC2O…

DEC2OCT Google Sheets Formula

The DEC2OCT function converts a decimal number to its octal representation in Google Sheets.

DECIM…

DECIMAL Google Sheets Formula

The DECIMAL function converts a number in a specified base to its decimal equivalent, allowing for base conversions in calculations.

DEGRE…

DEGREES Google Sheets Formula

The DEGREES function converts radians to degrees, allowing for easier interpretation of angular measurements in degrees.

DELTA

DELTA Google Sheets Formula

The DELTA function checks if two values are equal, returning 1 for true and 0 for false, useful for comparisons in data analysis.

DETEC…

DETECTLANGUAGE Google Sheets Formula

The DETECTLANGUAGE function identifies the language of a given text string in Google Sheets, returning the language code.

DEVSQ

DEVSQ Google Sheets Formula

The DEVSQ function calculates the sum of the squared deviations of a dataset from its mean, useful for statistical analysis.

DGET

DGET Google Sheets Formula

The DGET function retrieves a single value from a database that matches specified criteria, based on a given field.

DISC

DISC Google Sheets Formula

The DISC function calculates the discounted cash flow for a series of cash flows based on a specified discount rate.

DMAX

DMAX Google Sheets Formula

The DMAX function returns the maximum value from a specified column in a database that meets given criteria.

DMIN

DMIN Google Sheets Formula

The DMIN function returns the smallest value from a specified column in a database that meets given criteria.

DOLLAR

DOLLAR Google Sheets Formula

The DOLLAR function formats a number as text in currency format, allowing customization of decimal places and currency symbols.

DOLLA…

DOLLARDE Google Sheets Formula

The DOLLARDE function converts a dollar-and-cent value expressed as a fraction into a decimal number.

DOLLA…

DOLLARFR Google Sheets Formula

The DOLLARFR function converts a dollar amount expressed as a fraction into a dollar amount expressed as a decimal.

DPROD…

DPRODUCT Google Sheets Formula

The DPRODUCT function multiplies values in a specified field of a database that meet given criteria.

DSTDEV

DSTDEV Google Sheets Formula

The DSTDEV function calculates the standard deviation of a set of values in a database that meet specified criteria.

DSTDE…

DSTDEVP Google Sheets Formula

The DSTDEVP function calculates the standard deviation of a population based on a specified field in a database, ignoring non-numeric values.

DSUM

DSUM Google Sheets Formula

The DSUM function calculates the sum of a specified column in a database that meets given criteria.

DURAT…

DURATION Google Sheets Formula

The DURATION function calculates the duration between two dates in a specified unit, returning the result as a decimal number.

DVAR

DVAR Google Sheets Formula

The DVAR function calculates the variance of a population based on a specified field and criteria, helping analyze data variability.

DVARP

DVARP Google Sheets Formula

The DVARP function calculates the variance of a population based on a specified set of values in a database.

EDATE

EDATE Google Sheets Formula

The EDATE function returns a date that is a specified number of months before or after a given start date.

EFFECT

EFFECT Google Sheets Formula

The EFFECT function calculates the effective annual interest rate based on a nominal rate and the number of compounding periods per year.

ENCOD…

ENCODEURL Google Sheets Formula

The ENCODEURL function encodes a text string as a valid URL, converting special characters into a format suitable for web use.

EOMON…

EOMONTH Google Sheets Formula

The EOMONTH function returns the last day of the month, a specified number of months before or after a given date.

EPOCH…

EPOCHTODATE Google Sheets Formula

The EPOCHTODATE function converts a Unix timestamp (epoch time) into a human-readable date format in Google Sheets.

ERF

ERF Google Sheets Formula

The ERF function calculates the error function, which is used in statistics to determine probabilities related to normal distributions.

ERF.P…

ERF.PRECISE Google Sheets Formula

The ERF.PRECISE function calculates the error function for a specified value, providing precise results for statistical analysis.

ERFC

ERFC Google Sheets Formula

The ERFC function calculates the complementary error function, useful for statistical analysis and probability calculations in data sets.

ERFC.…

ERFC.PRECISE Google Sheets Formula

The ERFC.PRECISE function calculates the complementary error function for a given value, providing precise results for statistical analysis.

ERROR…

ERROR.TYPE Google Sheets Formula

The ERROR.TYPE function returns a number corresponding to the type of error in a cell, helping identify specific error types in Google Sheets.

EVEN

EVEN Google Sheets Formula

The EVEN function rounds a number up to the nearest even integer, ensuring the result is always even.

EXACT

EXACT Google Sheets Formula

The EXACT function compares two text strings and returns TRUE if they are identical, or FALSE if they are not.

EXP

EXP Google Sheets Formula

The EXP function calculates the value of e raised to the power of a given number, useful for exponential growth calculations.

EXPON…

EXPON.DIST Google Sheets Formula

The EXPON.DIST function calculates the exponential distribution for a given value, rate, and cumulative flag, useful for modeling time until events.

EXPON…

EXPONDIST Google Sheets Formula

The EXPONDIST function calculates the exponential distribution for a given value, helping to model time until an event occurs.

F.DIST

F.DIST Google Sheets Formula

The F.DIST function calculates the cumulative distribution function for the F-distribution, useful for hypothesis testing.

F.DIS…

F.DIST.RT Google Sheets Formula

The F.DIST.RT function calculates the right-tailed F-distribution probability for given degrees of freedom and value.

F.INV

F.INV Google Sheets Formula

The F.INV function returns the inverse of the F-distribution for a specified probability and degrees of freedom, useful in statistical analysis.

F.INV…

F.INV.RT Google Sheets Formula

The F.INV.RT function returns the inverse of the right-tailed F probability distribution for given probability and degrees of freedom.

F.TEST

F.TEST Google Sheets Formula

The F.TEST function calculates the probability that two data sets have the same variance, aiding in hypothesis testing for statistical analysis.

FACT

FACT Google Sheets Formula

The FACT function returns the factorial of a given non-negative integer, calculating the product of all positive integers up to that number.

FACTD…

FACTDOUBLE Google Sheets Formula

The FACTDOUBLE function calculates the double factorial of a non-negative integer, returning the product of all odd integers up to that number.

FALSE

FALSE Google Sheets Formula

The IF function checks a condition and returns one value if true and another if false, enabling conditional logic in calculations.

FDIST

FDIST Google Sheets Formula

The FDIST function calculates the cumulative distribution function for the F-distribution, useful for statistical analysis of variance.

FILTER

FILTER Google Sheets Formula

The FILTER function retrieves a subset of data from a range based on specified criteria, allowing for dynamic data analysis.

FIND

FIND Google Sheets Formula

The FIND function locates the position of a substring within a string, returning the starting index of the first occurrence.

FINDB

FINDB Google Sheets Formula

The FINDB function returns the position of a substring within a text string, counting bytes instead of characters for double-byte languages.

FINV

FINV Google Sheets Formula

The FINV function returns the inverse of the F-distribution, useful for determining critical values in hypothesis testing.

FISHER

FISHER Google Sheets Formula

The FISHER function calculates the Fisher transformation of a value, converting correlation coefficients into a scale suitable for statistical analysis.

FISHE…

FISHERINV Google Sheets Formula

The FISHERINV function returns the inverse of the Fisher transformation, converting a value from the correlation scale back to the original scale.

FIXED

FIXED Google Sheets Formula

The FIXED function formats a number to a specified number of decimal places and returns it as text, optionally including or excluding commas.

FLATT…

FLATTEN Google Sheets Formula

The FLATTEN function converts a range or array into a single column, combining all values into one vertical list.

FLOOR

FLOOR Google Sheets Formula

The FLOOR function rounds a number down to the nearest multiple of a specified significance, useful for data analysis and calculations.

FLOOR…

FLOOR.MATH Google Sheets Formula

The FLOOR.MATH function rounds a number down to the nearest specified multiple, simplifying calculations in financial and statistical analysis.

FLOOR…

FLOOR.PRECISE Google Sheets Formula

The FLOOR.PRECISE function rounds a number down to the nearest integer or specified multiple, ignoring any fractional part.

FOREC…

FORECAST Google Sheets Formula

The FORECAST function predicts future values based on existing data trends, using linear regression to estimate outcomes.

FOREC…

FORECAST.LINEAR Google Sheets Formula

The FORECAST.LINEAR function predicts future values based on existing data using linear regression analysis.

FORMU…

FORMULATEXT Google Sheets Formula

The FORMULATEXT function displays the formula used in a specified cell, allowing users to view and share formulas easily.

FREQU…

FREQUENCY Google Sheets Formula

The FREQUENCY function counts how often values occur within a range, returning a distribution of counts for specified bins.

FTEST

FTEST Google Sheets Formula

The FTEST function calculates the F-test for two data sets to determine if their variances are significantly different.

FV

FV Google Sheets Formula

The FV function calculates the future value of an investment based on periodic cash flows and a constant interest rate.

FVSCH…

FVSCHEDULE Google Sheets Formula

The FVSCHEDULE function calculates the future value of an investment based on a series of compound interest rates over time.

GAMMA

GAMMA Google Sheets Formula

The GAMMA function calculates the gamma function of a given number, extending the factorial function to non-integer values.

GAMMA…

GAMMA.DIST Google Sheets Formula

The GAMMA.DIST function calculates the probability density or cumulative distribution of the gamma distribution for given parameters.

GAMMA…

GAMMA.INV Google Sheets Formula

The GAMMA.INV function returns the inverse of the gamma distribution for a specified probability, shape, and scale parameters.

GAMMA…

GAMMADIST Google Sheets Formula

The GAMMADIST function calculates the probability of a given value in a gamma distribution, useful for statistical analysis.

GAMMA…

GAMMAINV Google Sheets Formula

The GAMMAINV function returns the inverse of the gamma cumulative distribution for a specified probability, shape, and scale parameters.

GAMMA…

GAMMALN Google Sheets Formula

The GAMMALN function returns the natural logarithm of the gamma function for a given number, useful in statistical calculations.

GAMMA…

GAMMALN.PRECISE Google Sheets Formula

The GAMMALN.PRECISE function returns the natural logarithm of the gamma function for a given number, providing precise calculations.

GAUSS

GAUSS Google Sheets Formula

The GAUSS function returns the Gaussian (normal) distribution probability for a given value, helping analyze data trends and probabilities.

GCD

GCD Google Sheets Formula

The GCD function calculates the greatest common divisor of two or more numbers, helping to simplify fractions or find common factors.

GEOME…

GEOMEAN Google Sheets Formula

The GEOMEAN function calculates the geometric mean of a set of numbers, providing a measure of central tendency for multiplicative data.

GESTEP

GESTEP Google Sheets Formula

The GESTEP function checks if a value is greater than or equal to a specified threshold, returning TRUE or FALSE accordingly.

GETPI…

GETPIVOTDATA Google Sheets Formula

The GETPIVOTDATA function retrieves specific data from a pivot table, allowing users to extract and analyze summarized information easily.

GOOGL…

GOOGLEFINANCE Google Sheets Formula

The GOOGLEFINANCE function retrieves real-time financial data, such as stock prices and historical market information, directly into Sheets.

GOOGL…

GOOGLETRANSLATE Google Sheets Formula

The GOOGLETRANSLATE function translates text from one language to another using Google Translate's API within Google Sheets.

GROWTH

GROWTH Google Sheets Formula

The GROWTH function predicts exponential growth by calculating future values based on existing data points and a specified range.

HARME…

HARMEAN Google Sheets Formula

The HARMEAN function calculates the harmonic mean of a set of numbers, providing a measure of central tendency for rates or ratios.

HEX2B…

HEX2BIN Google Sheets Formula

The HEX2BIN function converts a hexadecimal number (base 16) into its binary equivalent (base 2) in Google Sheets.

HEX2D…

HEX2DEC Google Sheets Formula

The HEX2DEC function converts a hexadecimal number (base 16) into its decimal equivalent (base 10) in Google Sheets.

HEX2O…

HEX2OCT Google Sheets Formula

The HEX2OCT function converts a hexadecimal number to its octal equivalent in Google Sheets.

HLOOK…

HLOOKUP Google Sheets Formula

The HLOOKUP function searches for a value in the first row of a table and returns a value in the same column from a specified row.

HOUR

HOUR Google Sheets Formula

The HOUR function extracts the hour from a given time value, returning it as a number between 0 and 23.

HSTACK

HSTACK Google Sheets Formula

The HSTACK function combines multiple ranges or arrays horizontally into a single array, aligning them side by side.

HYPER…

HYPERLINK Google Sheets Formula

The HYPERLINK function creates a clickable link in a cell, directing users to a specified URL or email address.

HYPGE…

HYPGEOM.DIST Google Sheets Formula

The HYPGEOM.DIST function calculates the hypergeometric distribution probability for a given sample size, successes, and population size.

HYPGE…

HYPGEOMDIST Google Sheets Formula

The HYPGEOMDIST function calculates the probability of a given number of successes in a hypergeometric distribution.

IF

IF Google Sheets Formula

The IF keyword checks a condition and returns one value if true and another if false, allowing for conditional logic in calculations.

IFERR…

IFERROR Google Sheets Formula

The IFERROR function returns a specified value if a formula results in an error, otherwise it returns the formula's result.

IFNA

IFNA Google Sheets Formula

The IFNA function returns a specified value if a formula results in an #N/A error, otherwise it returns the formula's result.

IFS

IFS Google Sheets Formula

The IFS function evaluates multiple conditions and returns a value corresponding to the first true condition, simplifying nested IF statements.

IMABS

IMABS Google Sheets Formula

The IMABS function returns the absolute value of a complex number, removing any negative sign from its magnitude.

IMAGE

IMAGE Google Sheets Formula

The IMAGE function displays an image in a cell, allowing you to embed pictures from a URL or a local file within your Google Sheets.

IMAGI…

IMAGINARY Google Sheets Formula

The IMAGINARY function extracts the imaginary part of a complex number, returning it as a real number.

IMARG…

IMARGUMENT Google Sheets Formula

The IMARGUMENT function returns the imaginary coefficient of a complex number, helping to extract its imaginary part for calculations.

IMCON…

IMCONJUGATE Google Sheets Formula

The IMCONJUGATE function returns the conjugate of a complex number, changing the sign of its imaginary part.

IMCOS

IMCOS Google Sheets Formula

The IMCOS function returns the complex cosine of a complex number, helping in calculations involving complex numbers in Google Sheets.

IMCOSH

IMCOSH Google Sheets Formula

The IMCOSH function calculates the inverse hyperbolic cosine of a given number, returning a complex number if necessary.

IMCOT

IMCOT Google Sheets Formula

The IMCOT function returns the imaginary cotangent of a complex number, helping to perform calculations with complex numbers in Google Sheets.

IMCOTH

IMCOTH Google Sheets Formula

The IMCOTH function returns the imaginary coefficient of a complex number in a specified format, useful for complex number calculations.

IMCSC

IMCSC Google Sheets Formula

The IMCSC function retrieves data from a specified cell in an external spreadsheet, allowing for dynamic data linking between sheets.

IMCSCH

IMCSCH Google Sheets Formula

The IMCSCH function retrieves the schedule of a specified course from the Google Classroom, displaying class times and details.

IMDIV

IMDIV Google Sheets Formula

The IMDIV keyword divides two complex numbers in Google Sheets, returning the result as a complex number.

IMEXP

IMEXP Google Sheets Formula

The IMEXP function calculates the exponential of a complex number, returning the result as a complex number in Google Sheets.

IMLN

IMLN Google Sheets Formula

The IMLN function calculates the natural logarithm of a number, returning the power to which e must be raised to equal that number.

IMLOG

IMLOG Google Sheets Formula

The IMLOG function returns the logarithm of a complex number, allowing calculations with complex numbers in Google Sheets.

IMLOG…

IMLOG10 Google Sheets Formula

The IMLOG10 function calculates the base-10 logarithm of a complex number in Google Sheets.

IMLOG2

IMLOG2 Google Sheets Formula

The IMLOG2 function converts a complex number to its logarithm base 2, returning the result as a complex number.

IMPOR…

IMPORTDATA Google Sheets Formula

The IMPORTDATA function imports data from a given URL in CSV or TSV format into a Google Sheets spreadsheet.

IMPOR…

IMPORTFEED Google Sheets Formula

The IMPORTFEED function fetches and displays RSS or ATOM feed data in Google Sheets, allowing real-time updates from web sources.

IMPOR…

IMPORTHTML Google Sheets Formula

The IMPORTHTML function retrieves data from a specified HTML table or list on a webpage, allowing users to import web data into Sheets.

IMPOR…

IMPORTRANGE Google Sheets Formula

The IMPORTRANGE function imports data from one Google Sheets document to another, allowing users to access and analyze external data easily.

IMPOR…

IMPORTXML Google Sheets Formula

The IMPORTXML function retrieves structured data from web pages using XPath queries, allowing users to import data directly into Google Sheets.

IMPOW…

IMPOWER Google Sheets Formula

The IMPOWER function raises a complex number to a specified power, returning the result as a complex number in Google Sheets.

IMPRO…

IMPRODUCT Google Sheets Formula

The IMPRODUCT function multiplies corresponding elements in given arrays and returns the sum of those products, useful for weighted calculations.

IMREAL

IMREAL Google Sheets Formula

The IMREAL function extracts the real part of a complex number in Google Sheets, returning it as a numeric value.

IMSEC

IMSEC Google Sheets Formula

The IMSEC function returns the secant of an angle given in radians, useful for trigonometric calculations in Google Sheets.

IMSECH

IMSECH Google Sheets Formula

The IMSECH function calculates the hyperbolic secant of a complex number, returning a complex result based on the input value.

IMSIN

IMSIN Google Sheets Formula

The IMSIN function returns the sine of a complex number in the form "a + bi", helping to perform calculations with complex numbers.

IMSINH

IMSINH Google Sheets Formula

The IMSINH function calculates the hyperbolic sine of a complex number, returning the result as a complex number in Google Sheets.

IMSQRT

IMSQRT Google Sheets Formula

The IMSQRT function calculates the square root of a complex number in the form "a + bi" or "a + bj".

IMSUB

IMSUB Google Sheets Formula

The IMSUB function subtracts one complex number from another, returning the result as a complex number in Google Sheets.

IMSUM

IMSUM Google Sheets Formula

The IMSUM function adds complex numbers in the form of "a+bi" together, returning their sum as a complex number.

IMTAN

IMTAN Google Sheets Formula

The IMTAN function returns the inverse tangent (arctangent) of a given value, providing the angle in radians.

IMTANH

IMTANH Google Sheets Formula

The IMTANH function calculates the hyperbolic tangent of a complex number in Google Sheets, returning a complex result.

INDEX

INDEX Google Sheets Formula

The INDEX function retrieves a value from a specified row and column within a given range, allowing for dynamic data referencing.

INDIR…

INDIRECT Google Sheets Formula

The INDIRECT function returns the value of a cell specified by a text string, allowing dynamic cell references in formulas.

INT

INT Google Sheets Formula

The INT function rounds a number down to the nearest integer, removing any decimal places for cleaner data representation.

INTER…

INTERCEPT Google Sheets Formula

The INTERCEPT function calculates the y-intercept of a linear regression line based on given x and y data points in Google Sheets.

INTRA…

INTRATE Google Sheets Formula

The INTRATE function calculates the interest rate for a fully invested security based on its redemption value, purchase price, and term.

IPMT

IPMT Google Sheets Formula

The IPMT function calculates the interest portion of a payment for a specific period in an investment or loan, based on constant payments and interest rate.

IRR

IRR Google Sheets Formula

The IRR function calculates the internal rate of return for a series of cash flows, helping assess investment profitability over time.

ISBLA…

ISBLANK Google Sheets Formula

The ISBLANK function checks if a specified cell is empty, returning TRUE if it is and FALSE if it contains any value.

ISDATE

ISDATE Google Sheets Formula

The ISDATE function checks if a given value is a valid date, returning TRUE for valid dates and FALSE otherwise.

ISEMA…

ISEMAIL Google Sheets Formula

The ISEMAIL function checks if a given text string is a valid email address format, returning TRUE or FALSE.

ISERR

ISERR Google Sheets Formula

The ISERR function checks if a value results in an error, returning TRUE for errors except for the #N/A error, and FALSE otherwise.

ISERR…

ISERROR Google Sheets Formula

The ISERROR function checks if a value results in an error, returning TRUE if it does and FALSE if it doesn't.

ISEVEN

ISEVEN Google Sheets Formula

The ISEVEN function checks if a number is even, returning TRUE for even numbers and FALSE for odd numbers.

ISFOR…

ISFORMULA Google Sheets Formula

The ISFORMULA function checks if a specified cell contains a formula, returning TRUE if it does and FALSE if it doesn't.

ISLOG…

ISLOGICAL Google Sheets Formula

The ISLOGICAL function checks if a value is a logical TRUE or FALSE and returns TRUE if it is, otherwise it returns FALSE.

ISNA

ISNA Google Sheets Formula

The ISNA function checks if a value is the #N/A error, returning TRUE if it is, and FALSE otherwise, useful for error handling in formulas.

ISNON…

ISNONTEXT Google Sheets Formula

The ISNONTEXT function checks if a value is not text, returning TRUE for non-text values and FALSE for text values.

ISNUM…

ISNUMBER Google Sheets Formula

The ISNUMBER function checks if a value is a number, returning TRUE if it is and FALSE if it isn't, useful for data validation.

ISO.C…

ISO.CEILING Google Sheets Formula

The ISO.CEILING function rounds a number up to the nearest integer or specified multiple, following ISO standards for rounding.

ISODD

ISODD Google Sheets Formula

The ISODD function checks if a given number is odd, returning TRUE for odd numbers and FALSE for even numbers.

ISOWE…

ISOWEEKNUM Google Sheets Formula

The ISOWEEKNUM function returns the ISO week number of a given date, helping to identify the week of the year according to ISO standards.

ISPMT

ISPMT Google Sheets Formula

The ISPMT function calculates the interest paid during a specific period of an investment based on the principal, rate, and number of periods.

ISREF

ISREF Google Sheets Formula

The ISREF function checks if a given reference is a valid cell reference in Google Sheets, returning TRUE or FALSE.

ISTEXT

ISTEXT Google Sheets Formula

The ISTEXT function checks if a specified cell contains text, returning TRUE if it does and FALSE if it doesn't.

ISURL

ISURL Google Sheets Formula

The ISURL function checks if a given text string is a valid URL, returning TRUE for valid URLs and FALSE otherwise.

JOIN

JOIN Google Sheets Formula

The JOIN function combines multiple text strings from a range or array into a single string, using a specified delimiter between them.

KURT

KURT Google Sheets Formula

The KURT function calculates the kurtosis of a data set, measuring the "tailedness" of the distribution compared to a normal distribution.

LAMBDA

LAMBDA Google Sheets Formula

The LAMBDA function creates custom functions in Google Sheets, allowing users to define reusable formulas with parameters.

LARGE

LARGE Google Sheets Formula

The LARGE function returns the k-th largest value in a dataset, allowing users to identify high-ranking numbers easily.

LCM

LCM Google Sheets Formula

The LCM function calculates the least common multiple of given numbers, helping to find the smallest multiple shared by them.

LEFT

LEFT Google Sheets Formula

The LEFT function extracts a specified number of characters from the beginning of a text string in Google Sheets.

LEFTB

LEFTB Google Sheets Formula

The LEFTB function extracts a specified number of bytes from the beginning of a text string, useful for handling multi-byte characters.

LEN

LEN Google Sheets Formula

The LEN function calculates the number of characters in a text string, including spaces and punctuation, returning the total length.

LENB

LENB Google Sheets Formula

The LENB function returns the number of bytes used by a string, useful for measuring text length in languages with double-byte characters.

LET

LET Google Sheets Formula

The LET function allows you to define named variables for calculations, improving readability and efficiency in your formulas.

LINEST

LINEST Google Sheets Formula

The LINEST function calculates the statistics for a linear regression model, providing slope, intercept, and other regression metrics.

LN

LN Google Sheets Formula

The LN function calculates the natural logarithm of a number, returning the power to which e (approximately 2.718) must be raised.

LOG

LOG Google Sheets Formula

The LOG function calculates the logarithm of a number with a specified base, useful for mathematical analysis and data transformation.

LOG10

LOG10 Google Sheets Formula

The LOG10 function calculates the base-10 logarithm of a given number, returning the exponent to which 10 must be raised to obtain that number.

LOGEST

LOGEST Google Sheets Formula

The LOGEST function calculates the exponential curve that best fits a set of data points, returning coefficients for the exponential equation.

LOGINV

LOGINV Google Sheets Formula

The LOGINV function returns the inverse of the lognormal distribution for a specified probability, mean, and standard deviation.

LOGNO…

LOGNORM.DIST Google Sheets Formula

The LOGNORM.DIST function calculates the log-normal distribution for a given value, mean, and standard deviation, useful for modeling skewed data.

LOGNO…

LOGNORM.INV Google Sheets Formula

The LOGNORM.INV function returns the inverse of the lognormal distribution for a specified probability, mean, and standard deviation.

LOGNO…

LOGNORMDIST Google Sheets Formula

The LOGNORMDIST function calculates the probability that a log-normally distributed random variable is less than or equal to a specified value.

LOOKUP

LOOKUP Google Sheets Formula

The LOOKUP function searches for a value in a range and returns a corresponding value from another range, useful for finding data.

LOWER

LOWER Google Sheets Formula

The LOWER function converts all text in a cell to lowercase, ensuring uniformity in text formatting for data analysis.

MAKEA…

MAKEARRAY Google Sheets Formula

The MAKEARRAY function creates an array by specifying the number of rows and columns, along with a custom formula to populate each cell.

MAP

MAP Google Sheets Formula

The MAP function applies a specified function to each element in an array, returning a new array with the results.

MARGI…

MARGINOFERROR Google Sheets Formula

The MARGINOFERROR function calculates the uncertainty in survey results, providing a range for the true population parameter.

MATCH

MATCH Google Sheets Formula

The MATCH keyword is used to find the position of a specified value within a range, returning its relative index.

MAX

MAX Google Sheets Formula

The MAX function returns the highest value from a specified range of numbers in Google Sheets.

MAXA

MAXA Google Sheets Formula

The MAXA function returns the largest value in a set of values, including numbers, text, and logical values (TRUE/FALSE).

MAXIFS

MAXIFS Google Sheets Formula

The MAXIFS function returns the maximum value from a range based on specified criteria, allowing for conditional analysis of data.

MDETE…

MDETERM Google Sheets Formula

The MDETERM function calculates the determinant of a given square matrix in Google Sheets, helping analyze linear equations.

MDURA…

MDURATION Google Sheets Formula

The MDURATION function calculates the modified duration of a bond, reflecting its sensitivity to interest rate changes.

MEDIAN

MEDIAN Google Sheets Formula

The MEDIAN function calculates the middle value of a dataset, providing a measure of central tendency that is less affected by outliers.

MID

MID Google Sheets Formula

The MID function extracts a specific number of characters from a text string, starting at a designated position.

MIDB

MIDB Google Sheets Formula

The MIDB function extracts a specified number of bytes from a text string, starting at a given position, useful for handling binary data.

MIN

MIN Google Sheets Formula

The MIN function returns the smallest value from a set of numbers or a range of cells in Google Sheets.

MINA

MINA Google Sheets Formula

The MINA function returns the smallest value in a set of values, treating text as zero and ignoring logical values.

MINIFS

MINIFS Google Sheets Formula

The MINIFS function returns the smallest value in a range that meets specified criteria, allowing for conditional minimum calculations.

MINUTE

MINUTE Google Sheets Formula

The MINUTE function extracts the minute component from a given time value in Google Sheets, returning it as a number between 0 and 59.

MINVE…

MINVERSE Google Sheets Formula

The MINVERSE function calculates the inverse of a given matrix, returning a new matrix that, when multiplied with the original, yields the identity matrix.

MIRR

MIRR Google Sheets Formula

The MIRR function calculates the modified internal rate of return for a series of cash flows, considering financing and reinvestment rates.

MMULT

MMULT Google Sheets Formula

The MMULT function multiplies two arrays or matrices, returning the sum of products for corresponding elements, useful for linear algebra calculations.

MOD

MOD Google Sheets Formula

The MOD function returns the remainder after dividing one number by another, useful for determining even/odd values or periodicity.

MODE

MODE Google Sheets Formula

The MODE function returns the most frequently occurring value in a dataset, helping identify trends or common values in your data.

MODE.…

MODE.MULT Google Sheets Formula

The MODE.MULT function returns the most frequently occurring values in a dataset, allowing for multiple modes to be identified.

MODE.…

MODE.SNGL Google Sheets Formula

The MODE.SNGL function returns the most frequently occurring value in a dataset, helping identify trends or common values.

MONTH

MONTH Google Sheets Formula

The MONTH function extracts the month number (1-12) from a given date in Google Sheets.

MROUND

MROUND Google Sheets Formula

The MROUND function rounds a number to the nearest specified multiple, helping to simplify calculations or adjust values to desired increments.

MULTI…

MULTINOMIAL Google Sheets Formula

The MULTINOMIAL function calculates the factorial of the sum of arguments divided by the product of the factorials of each argument.

MUNIT

MUNIT Google Sheets Formula

The MUNIT function creates a square matrix with 1s on the diagonal and 0s elsewhere, useful for matrix calculations in Google Sheets.

N

N Google Sheets Formula

The N function converts non-numeric values to numbers, returning 0 for non-numeric inputs, useful for calculations in Google Sheets.

NA

NA Google Sheets Formula

The NA function returns the #N/A error, indicating that a value is not available or not applicable in a dataset.

NEGBI…

NEGBINOM.DIST Google Sheets Formula

The NEGBINOM.DIST function calculates the probability of a specified number of successes in a negative binomial distribution.

NEGBI…

NEGBINOMDIST Google Sheets Formula

The NEGBINOMDIST function calculates the probability of a specified number of successes in a negative binomial distribution.

NETWO…

NETWORKDAYS Google Sheets Formula

The NETWORKDAYS function calculates the number of working days between two dates, excluding weekends and specified holidays.

NETWO…

NETWORKDAYS.INTL Google Sheets Formula

The NETWORKDAYS.INTL function calculates the number of working days between two dates, excluding weekends and specified holidays.

NOMIN…

NOMINAL Google Sheets Formula

The NOMINAL function converts an effective interest rate to a nominal interest rate, based on the number of compounding periods per year.

NORM.…

NORM.DIST Google Sheets Formula

The NORM.DIST function calculates the probability of a value in a normal distribution, given the mean and standard deviation.

NORM.…

NORM.INV Google Sheets Formula

The NORM.INV function returns the inverse of the normal distribution for a specified mean and standard deviation, useful for statistical analysis.

NORM.…

NORM.S.DIST Google Sheets Formula

The NORM.S.DIST function calculates the standard normal distribution's probability for a given z-score, returning the cumulative probability.

NORM.…

NORM.S.INV Google Sheets Formula

The NORM.S.INV function returns the z-score for a given probability in a standard normal distribution, useful for statistical analysis.

NORMD…

NORMDIST Google Sheets Formula

The NORMDIST function calculates the probability of a value in a normal distribution, given the mean and standard deviation.

NORMI…

NORMINV Google Sheets Formula

The NORMINV function returns the value of the inverse of the normal distribution for a specified probability, mean, and standard deviation.

NORMS…

NORMSDIST Google Sheets Formula

The NORMSDIST function returns the cumulative distribution function for a standard normal distribution, giving the probability of a value.

NORMS…

NORMSINV Google Sheets Formula

The NORMSINV function returns the z-score for a given probability in a standard normal distribution, useful for statistical analysis.

NOT

NOT Google Sheets Formula

The NOT function returns the opposite of a logical value, converting TRUE to FALSE and vice versa, useful for negating conditions.

NOW

NOW Google Sheets Formula

The NOW function returns the current date and time, updating automatically whenever the spreadsheet recalculates.

NPER

NPER Google Sheets Formula

The NPER function calculates the number of periods required to pay off a loan or investment based on constant payments and a fixed interest rate.

NPV

NPV Google Sheets Formula

The NPV function calculates the net present value of an investment by discounting future cash flows to their present value.

OCT2B…

OCT2BIN Google Sheets Formula

The OCT2BIN function converts an octal number (base 8) into its binary equivalent (base 2) in Google Sheets.

OCT2D…

OCT2DEC Google Sheets Formula

The OCT2DEC function converts an octal number (base 8) to its decimal equivalent (base 10) in Google Sheets.

OCT2H…

OCT2HEX Google Sheets Formula

The OCT2HEX function converts an octal number (base 8) into its hexadecimal representation (base 16) in Google Sheets.

ODD

ODD Google Sheets Formula

The ODD function rounds a number up to the nearest odd integer, ensuring the result is always an odd value.

OFFSET

OFFSET Google Sheets Formula

The OFFSET function returns a range that is a specified number of rows and columns from a starting cell, allowing dynamic data referencing.

OR

OR Google Sheets Formula

The OR function checks if any of the given conditions are true, returning TRUE if at least one is true, otherwise FALSE.

PDURA…

PDURATION Google Sheets Formula

The PDURATION function calculates the number of periods required for an investment to reach a specified future value at a given interest rate.

PEARS…

PEARSON Google Sheets Formula

The PEARSON function calculates the Pearson correlation coefficient between two data sets, measuring their linear relationship strength.

PERCE…

PERCENTILE Google Sheets Formula

The PERCENTILE function calculates the value below which a given percentage of data falls in a specified range of numbers.

PERCE…

PERCENTILE.EXC Google Sheets Formula

The PERCENTILE.EXC function calculates the k-th percentile of a dataset, excluding the endpoints, where k is between 0 and 1.

PERCE…

PERCENTILE.INC Google Sheets Formula

The PERCENTILE.INC function calculates the k-th percentile of a dataset, including the endpoints, where k is between 0 and 1.

PERCE…

PERCENTRANK Google Sheets Formula

The PERCENTRANK function calculates the relative rank of a value within a data set, returning its percentile rank between 0 and 1.

PERCE…

PERCENTRANK.EXC Google Sheets Formula

The PERCENTRANK.EXC function calculates the relative rank of a value in a dataset, excluding the lowest and highest values.

PERCE…

PERCENTRANK.INC Google Sheets Formula

The PERCENTRANK.INC function calculates the relative rank of a value within a dataset, returning its percentile rank.

PERMUT

PERMUT Google Sheets Formula

The PERMUT function calculates the number of possible arrangements of a set of items, given a specific number of selections.

PERMU…

PERMUTATIONA Google Sheets Formula

The PERMUTATIONA function calculates the number of ways to arrange a set of items, allowing for repetitions, based on given values.

PHI

PHI Google Sheets Formula

The PHI function calculates the cumulative distribution function for the standard normal distribution, providing probabilities for z-scores.

PI

PI Google Sheets Formula

The PI function returns the value of π (pi), approximately 3.14159, useful for calculations involving circles and trigonometry.

PMT

PMT Google Sheets Formula

The PMT function calculates the periodic payment for a loan based on constant payments and a constant interest rate.

POISS…

POISSON Google Sheets Formula

The POISSON function calculates the probability of a given number of events occurring in a fixed interval, based on a known average rate.

POISS…

POISSON.DIST Google Sheets Formula

The POISSON.DIST function calculates the probability of a given number of events occurring in a fixed interval, based on a Poisson distribution.

POWER

POWER Google Sheets Formula

The POWER function raises a number to the exponent of another number, calculating the result of base^exponent in Google Sheets.

PPMT

PPMT Google Sheets Formula

The PPMT function calculates the principal payment for a specific period of an investment or loan based on constant payments and interest rate.

PRICE

PRICE Google Sheets Formula

The PRICE function calculates the price of a bond based on its face value, coupon rate, yield, and maturity date.

PRICE…

PRICEDISC Google Sheets Formula

The PRICEDISC function calculates the discounted price of a security based on its face value, discount rate, and number of periods.

PRICE…

PRICEMAT Google Sheets Formula

The PRICEMAT function calculates the price of a security based on its cash flows, interest rates, and payment periods.

PROB

PROB Google Sheets Formula

The PROB function calculates the probability of a value falling within a specified range based on given data and corresponding probabilities.

PRODU…

PRODUCT Google Sheets Formula

The PRODUCT keyword multiplies all specified numbers or cell ranges together, returning the total product of those values.

PROPER

PROPER Google Sheets Formula

The PROPER function capitalizes the first letter of each word in a text string, ensuring proper formatting for names or titles.

PV

PV Google Sheets Formula

The PV function calculates the present value of an investment based on a series of future cash flows and a specified discount rate.

QUART…

QUARTILE Google Sheets Formula

The QUARTILE function calculates the specified quartile (0-4) of a data set, helping to analyze data distribution and variability.

QUART…

QUARTILE.EXC Google Sheets Formula

The QUARTILE.EXC function calculates the specified quartile of a dataset, excluding the median value for accurate statistical analysis.

QUART…

QUARTILE.INC Google Sheets Formula

The QUARTILE.INC function calculates the specified quartile of a dataset, including the minimum and maximum values.

QUERY

QUERY Google Sheets Formula

The QUERY function retrieves specific data from a range based on criteria, allowing for filtering, sorting, and aggregating results.

QUOTI…

QUOTIENT Google Sheets Formula

The QUOTIENT keyword divides two numbers and returns the integer portion of the result, discarding any remainder.

RADIA…

RADIANS Google Sheets Formula

The RADIANS function converts degrees to radians, which is useful for trigonometric calculations in Google Sheets.

RAND

RAND Google Sheets Formula

The RAND function generates a random decimal number between 0 and 1 each time the sheet recalculates.

RANDA…

RANDARRAY Google Sheets Formula

The RANDARRAY function generates an array of random numbers between specified minimum and maximum values, with defined rows and columns.

RANDB…

RANDBETWEEN Google Sheets Formula

The RANDBETWEEN function generates a random integer between two specified values, inclusive, for use in calculations or simulations.

RANK

RANK Google Sheets Formula

The RANK function assigns a rank to a number in a dataset, based on its value relative to others, allowing for ties in ranking.

RANK.…

RANK.AVG Google Sheets Formula

The RANK.AVG function calculates the average rank of a number in a dataset, accounting for ties by averaging their ranks.

RANK.…

RANK.EQ Google Sheets Formula

The RANK.EQ function assigns a rank to a number in a dataset, with equal values receiving the same rank.

RATE

RATE Google Sheets Formula

The RATE function calculates the interest rate per period of an investment or loan based on constant payments and a present value.

RECEI…

RECEIVED Google Sheets Formula

The RECEIVED function counts the number of cells that contain a specific value, helping to track occurrences in a dataset.

REDUCE

REDUCE Google Sheets Formula

The REDUCE function applies a specified operation across a range, accumulating a single result by iteratively processing each element.

REGEX…

REGEXEXTRACT Google Sheets Formula

The REGEXEXTRACT function retrieves a specific substring from a text string based on a defined regular expression pattern.

REGEX…

REGEXMATCH Google Sheets Formula

The REGEXMATCH function checks if a text string matches a specified regular expression pattern, returning TRUE or FALSE.

REGEX…

REGEXREPLACE Google Sheets Formula

The REGEXREPLACE function replaces text in a string that matches a regular expression with a specified replacement string.

REPLA…

REPLACE Google Sheets Formula

The REPLACE function is used to substitute part of a text string with another text string, based on specified position and length.

REPLA…

REPLACEB Google Sheets Formula

The REPLACEB function replaces part of a text string with another string, based on specified byte positions.

REPT

REPT Google Sheets Formula

The REPT function repeats a text string a specified number of times, useful for creating visual patterns or formatting in cells.

RIGHT

RIGHT Google Sheets Formula

The RIGHT function extracts a specified number of characters from the end of a text string in Google Sheets.

RIGHTB

RIGHTB Google Sheets Formula

The RIGHTB function extracts a specified number of bytes from the end of a text string, useful for handling multi-byte characters.

ROMAN

ROMAN Google Sheets Formula

The ROMAN function converts an Arabic numeral to its Roman numeral equivalent, allowing for easier representation of numbers in Roman format.

ROUND

ROUND Google Sheets Formula

The ROUND function is used to round a number to a specified number of digits, simplifying numerical data for easier interpretation.

ROUND…

ROUNDDOWN Google Sheets Formula

The ROUNDDOWN function is used to round a number down towards zero to a specified number of decimal places.

ROUND…

ROUNDUP Google Sheets Formula

The ROUNDUP function rounds a number up to the nearest integer or specified decimal place, regardless of the value's decimal.

ROW

ROW Google Sheets Formula

The ROW function returns the row number of a specified cell or the current row if no cell is referenced.

ROWS

ROWS Google Sheets Formula

The ROWS function counts the number of rows in a specified range, helping to determine the size of data sets in Google Sheets.

RRI

RRI Google Sheets Formula

The RRI function calculates the equivalent interest rate for an investment based on the number of periods and the start and end values.

RSQ

RSQ Google Sheets Formula

The RSQ function calculates the square of the Pearson product-moment correlation coefficient for two data sets, indicating their linear relationship.

SCAN

SCAN Google Sheets Formula

The SCAN function generates a cumulative array by applying a specified function to each element, building on previous results iteratively.

SEARCH

SEARCH Google Sheets Formula

The SEARCH function locates a substring within a text string and returns its position, or an error if not found.

SEARC…

SEARCHB Google Sheets Formula

The SEARCHB function locates a substring within a text string, returning the position of the first character of the substring.

SEC

SEC Google Sheets Formula

The SEC function calculates the secant of an angle in radians, useful for trigonometric calculations in spreadsheets.

SECH

SECH Google Sheets Formula

The SECH function calculates the hyperbolic secant of a given angle in radians, returning a numerical value.

SECOND

SECOND Google Sheets Formula

The SECOND function extracts the second component from a given time value in Google Sheets, returning it as a numeric value.

SEQUE…

SEQUENCE Google Sheets Formula

The SEQUENCE function generates a list of sequential numbers in a specified range, allowing for easy data organization and manipulation.

SERIE…

SERIESSUM Google Sheets Formula

The SERIESSUM function calculates the sum of a power series based on coefficients, powers, and a variable, useful for polynomial evaluations.

SIGN

SIGN Google Sheets Formula

The SIGN function returns -1 for negative numbers, 0 for zero, and 1 for positive numbers, helping to determine the sign of a value.

SIN

SIN Google Sheets Formula

The SIN function calculates the sine of an angle given in radians, returning a value between -1 and 1 based on trigonometric principles.

SINH

SINH Google Sheets Formula

The SINH function calculates the hyperbolic sine of a given angle in radians, useful in mathematical and engineering applications.

SKEW

SKEW Google Sheets Formula

The SKEW function calculates the asymmetry of a data distribution, indicating whether data is skewed left or right.

SKEW.P

SKEW.P Google Sheets Formula

The SKEW.P function calculates the skewness of a population dataset, indicating the asymmetry of its distribution.

SLN

SLN Google Sheets Formula

The SLN function calculates the straight-line depreciation of an asset over its useful life, providing annual depreciation expense.

SLOPE

SLOPE Google Sheets Formula

The SLOPE function calculates the slope of the linear regression line through a set of x and y values, indicating the relationship's steepness.

SMALL

SMALL Google Sheets Formula

The SMALL function returns the k-th smallest value in a data set, allowing users to find specific ranked values easily.

SORT

SORT Google Sheets Formula

The SORT function arranges data in a specified order, either ascending or descending, based on one or more columns in a range.

SORTN

SORTN Google Sheets Formula

The SORTN function returns a specified number of rows from a sorted range, allowing for filtering and deduplication of data.

SPARK…

SPARKLINE Google Sheets Formula

The SPARKLINE function creates a miniature chart within a cell to visualize data trends and patterns from a specified range.

SPLIT

SPLIT Google Sheets Formula

The SPLIT function divides text into separate cells based on a specified delimiter, allowing for easier data manipulation and analysis.

SQRT

SQRT Google Sheets Formula

The SQRT function calculates the square root of a given number, returning the value that, when multiplied by itself, equals the original number.

SQRTPI

SQRTPI Google Sheets Formula

The SQRTPI function returns the square root of the product of pi and a given number, useful for mathematical calculations involving circles.

STAND…

STANDARDIZE Google Sheets Formula

The STANDARDIZE function calculates a normalized value from a dataset, using the mean and standard deviation to adjust for scale.

STDEV

STDEV Google Sheets Formula

The STDEV function calculates the standard deviation of a set of values, measuring the amount of variation or dispersion in the data.

STDEV…

STDEV.P Google Sheets Formula

The STDEV.P function calculates the standard deviation of a population, measuring data dispersion from the mean in a dataset.

STDEV…

STDEV.S Google Sheets Formula

The STDEV.S function calculates the standard deviation of a sample dataset, measuring how much values deviate from the mean.

STDEVA

STDEVA Google Sheets Formula

The STDEVA function calculates the standard deviation of a dataset, including text and logical values, treating them as 0 or 1.

STDEVP

STDEVP Google Sheets Formula

The STDEVP function calculates the standard deviation of a population based on the entire dataset provided, measuring data variability.

STDEV…

STDEVPA Google Sheets Formula

The STDEVPA function calculates the standard deviation of a dataset, including text and logical values, treating them as numeric.

STEYX

STEYX Google Sheets Formula

The STEYX function calculates the standard error of the predicted y-values for a linear regression, based on known x and y values.

SUBST…

SUBSTITUTE Google Sheets Formula

The SUBSTITUTE function replaces specific text within a string with new text, allowing for easy text modification in cells.

SUBTO…

SUBTOTAL Google Sheets Formula

The SUBTOTAL function calculates a specified aggregate (like SUM or AVERAGE) for a range, allowing for filtered data to be included or excluded.

SUM

SUM Google Sheets Formula

The SUM function calculates the total of a range of numbers, adding them together to provide a single cumulative value.

SUMIF

SUMIF Google Sheets Formula

The SUMIF function adds up values in a range that meet specified criteria, allowing for conditional summation based on defined conditions.

SUMIFS

SUMIFS

Adds up values in a range that meet multiple conditions.

SUMPR…

SUMPRODUCT Google Sheets Formula

The SUMPRODUCT function multiplies corresponding elements in given arrays and returns the sum of those products, useful for weighted calculations.

SUMX2…

SUMX2MY2 Google Sheets Formula

The SUMX2MY2 function calculates the sum of the squares of two arrays' differences, providing a measure of variance between them.

SUMX2…

SUMX2PY2 Google Sheets Formula

The SUMX2PY2 function calculates the sum of the products of corresponding values in two arrays, useful for weighted calculations.

SUMXM…

SUMXMY2 Google Sheets Formula

The SUMXMY2 function calculates the sum of the squares of differences between two sets of values, useful for statistical analysis.

SWITCH

SWITCH Google Sheets Formula

The SWITCH function evaluates an expression against a list of values and returns the corresponding result for the first match found.

SYD

SYD Google Sheets Formula

The SYD function calculates the sum-of-years' digits depreciation for an asset over its useful life, reflecting accelerated depreciation.

T

T Google Sheets Formula

The T function transposes a range or array, converting rows to columns and vice versa, while preserving the original data structure.

T.DIST

T.DIST Google Sheets Formula

The T.DIST function calculates the cumulative distribution function for the Student's t-distribution, useful for hypothesis testing.

T.DIS…

T.DIST.2T Google Sheets Formula

The T.DIST.2T function calculates the two-tailed probability of the t-distribution for a given t-value and degrees of freedom.

T.DIS…

T.DIST.RT Google Sheets Formula

The T.DIST.RT function calculates the right-tailed probability of the t-distribution for a given t-value and degrees of freedom.

T.INV

T.INV Google Sheets Formula

The T.INV function returns the t-value for a specified probability and degrees of freedom, useful for statistical analysis.

T.INV…

T.INV.2T Google Sheets Formula

The T.INV.2T function returns the t-value for a two-tailed test based on a specified probability and degrees of freedom.

T.TEST

T.TEST Google Sheets Formula

The T.TEST function calculates the probability that two sets of data have different means, helping to determine statistical significance.

TBILL…

TBILLEQ Google Sheets Formula

The TBILLEQ function calculates the equivalent annual yield of a Treasury bill based on its discount rate and days to maturity.

TBILL…

TBILLPRICE Google Sheets Formula

The TBILLPRICE function calculates the price of a Treasury bill based on its discount rate, maturity date, and face value.

TBILL…

TBILLYIELD Google Sheets Formula

The TBILLYIELD function calculates the annualized yield of a Treasury bill based on its discount rate and days to maturity.

TDIST

TDIST Google Sheets Formula

The TDIST function calculates the probability of a t-distribution for a given value, degrees of freedom, and tails.

TEXT

TEXT Google Sheets Formula

The TEXT function formats a number or date into a specified text format, allowing for customized display in Google Sheets.

TEXTJ…

TEXTJOIN Google Sheets Formula

The TEXTJOIN function combines text from multiple cells into one string, using a specified delimiter to separate the values.

TIME

TIME Google Sheets Formula

The TIME function creates a time value from specified hours, minutes, and seconds, allowing for time calculations in Google Sheets.

TIMEV…

TIMEVALUE Google Sheets Formula

The TIMEVALUE function converts a time represented as text into a decimal number that Google Sheets recognizes as a time value.

TINV

TINV Google Sheets Formula

The TINV function returns the t-value for a specified probability and degrees of freedom, useful for statistical analysis in hypothesis testing.

TOCOL

TOCOL Google Sheets Formula

The TOCOL function converts a range or array into a single column, simplifying data organization and analysis in Google Sheets.

TODAY

TODAY Google Sheets Formula

The TODAY function returns the current date, automatically updating each day when the spreadsheet is opened or recalculated.

TOROW

TOROW Google Sheets Formula

The TOROW function converts a specified range or array into a single row, simplifying data manipulation and analysis in Google Sheets.

TRANS…

TRANSPOSE Google Sheets Formula

The TRANSPOSE function switches rows and columns in a range, converting horizontal data to vertical and vice versa.

TREND

TREND Google Sheets Formula

The TREND function predicts future values based on existing data trends, using linear regression to calculate the best-fit line.

TRIM

TRIM Google Sheets Formula

The TRIM function removes extra spaces from text, leaving only single spaces between words and eliminating leading or trailing spaces.

TRIMM…

TRIMMEAN Google Sheets Formula

The TRIMMEAN function calculates the mean of a dataset while excluding a specified percentage of the highest and lowest values.

TRUE

TRUE Google Sheets Formula

The IF function checks a condition and returns one value if true and another if false, enabling conditional logic in calculations.

TTEST

TTEST Google Sheets Formula

The TTEST function calculates the probability that two sets of data have different means, helping to assess statistical significance.

TYPE

TYPE Google Sheets Formula

The TYPE function returns the data type of a value, indicating whether it's a number, text, boolean, error, or an array.

UNICH…

UNICHAR Google Sheets Formula

The UNICHAR function returns the Unicode character that corresponds to a specified numeric code, enabling the display of special symbols.

UNICO…

UNICODE Google Sheets Formula

The UNICODE function returns the Unicode value of the first character in a given text string, helping to identify character encoding.

UNIQUE

UNIQUE Google Sheets Formula

The UNIQUE function returns a list of unique values from a specified range, eliminating duplicates for clearer data analysis.

UPPER

UPPER Google Sheets Formula

The UPPER function converts all lowercase letters in a text string to uppercase, ensuring uniformity in text formatting.

VALUE

VALUE Google Sheets Formula

The VALUE function converts text that appears in a recognized format (like numbers or dates) into a numeric value for calculations.

VAR

VAR Google Sheets Formula

The VAR keyword defines a variable in Google Sheets, allowing you to store and reuse values or calculations within a formula for efficiency.

VAR.P

VAR.P Google Sheets Formula

The VAR.P function calculates the variance of a population dataset, measuring how much values differ from the mean.

VAR.S

VAR.S Google Sheets Formula

The VAR.S function calculates the variance of a sample dataset, measuring how much the values differ from the sample mean.

VARA

VARA Google Sheets Formula

The VARA function checks a range for numeric and text values, returning the first non-error value, ignoring empty cells and errors.

VARP

VARP Google Sheets Formula

The VARP function calculates the variance of a population based on a set of values, providing a measure of data dispersion.

VARPA

VARPA Google Sheets Formula

The VARPA function calculates the variance of a dataset, including text and logical values, treating them as 0 and 1, respectively.

VDB

VDB Google Sheets Formula

The VDB function calculates the depreciation of an asset for a specified period using the variable declining balance method.

VLOOK…

VLOOKUP Google Sheets Formula

The VLOOKUP function searches for a value in the first column of a range and returns a corresponding value from a specified column.

VSTACK

VSTACK Google Sheets Formula

The VSTACK function vertically combines multiple ranges or arrays into a single column, stacking them on top of each other.

WEEKD…

WEEKDAY Google Sheets Formula

The WEEKDAY function returns the day of the week as a number (1-7) for a given date, helping to identify specific weekdays.

WEEKN…

WEEKNUM Google Sheets Formula

The WEEKNUM function returns the week number of a specific date, helping to identify the week of the year for scheduling or analysis.

WEIBU…

WEIBULL Google Sheets Formula

The WEIBULL function calculates the probability of a random variable following a Weibull distribution, useful for reliability analysis.

WEIBU…

WEIBULL.DIST Google Sheets Formula

The WEIBULL.DIST function calculates the probability of a value in a Weibull distribution, useful for reliability analysis and modeling.

WORKD…

WORKDAY.INTL Google Sheets Formula

The WORKDAY.INTL function calculates a date that is a specified number of workdays from a start date, considering custom weekends.

WRAPC…

WRAPCOLS Google Sheets Formula

The WRAPCOLS function arranges a single-column range into multiple columns, wrapping values into new rows as needed.

WRAPR…

WRAPROWS Google Sheets Formula

The WRAPROWS function organizes a single-column range into multiple rows, wrapping values into specified row lengths for better readability.

XIRR

XIRR Google Sheets Formula

The XIRR function calculates the internal rate of return for a series of cash flows occurring at irregular intervals.

XLOOK…

XLOOKUP Google Sheets Formula

The XLOOKUP function searches for a value in a range and returns a corresponding value from another range, replacing older lookup functions.

XNPV

XNPV Google Sheets Formula

The XNPV function calculates the net present value of cash flows at irregular intervals, considering specific dates for each cash flow.

XOR

XOR Google Sheets Formula

The XOR function returns TRUE if an odd number of its arguments are TRUE, and FALSE if an even number of arguments are TRUE.

YEAR

YEAR Google Sheets Formula

The YEAR function extracts the year from a given date, returning it as a four-digit number for easy analysis and calculations.

YEARF…

YEARFRAC Google Sheets Formula

The YEARFRAC function calculates the fraction of the year represented by the number of whole days between two dates.

YIELD

YIELD Google Sheets Formula

The YIELD function calculates the annual yield of a security based on its price, coupon payments, and maturity date.

YIELD…

YIELDDISC Google Sheets Formula

The YIELDDISC function calculates the annual yield of a discounted security based on its face value, purchase price, and maturity date.

YIELD…

YIELDMAT Google Sheets Formula

The YIELDMAT function calculates the annual yield of a security that pays interest at maturity, based on settlement date and maturity date.

Z.TEST

Z.TEST Google Sheets Formula

The Z.TEST function calculates the one-tailed P-value of a z-test for a sample mean, comparing it to a hypothesized population mean.

ZTEST

ZTEST Google Sheets Formula

The ZTEST function calculates the z-score for a sample mean, comparing it to a population mean, useful for hypothesis testing.

Still not sure that Formula Bot is right for you?

Let ChatGPT, Claude, or Perplexity do the thinking for you. Click a button and see what your favorite AI says about Formula Bot.

Need More Help with Google Sheets Formulas?

Sign up for Formula Bot and get unlimited AI-powered formula generation, explanations, and advanced data analysis.