Excel Functions


ABS

The ABS function returns the absolute value of a number, disregarding any negative or positive sign. It converts the number to its positive equivalent. Use this function when only the magnitude of a value is needed.

ACCRINT

The ACCRINT function calculates the accrued interest for a security that pays periodic interest. It is used in financial analysis and accounting to determine interest earned on bonds, notes, or other fixed-income investments.

ACCRINTM

The ACCRINTM function calculates the accrued interest for a security that pays interest at maturity. It is used for analyzing fixed income investments like zero-coupon bonds or Treasury bills. Interest is calculated at maturity rather than periodically.

ACOS

The ACOS function returns the arccosine, or inverse cosine, of a number. It is used to find the angle whose cosine is the specified number. This function is particularly useful in trigonometry and geometry.

ACOSH

The ACOSH function calculates the inverse hyperbolic cosine of a number. It is used in mathematical and statistical calculations to find the hyperbolic arc cosine of a value.

ACOT

The ACOT function returns the arccotangent, or inverse cotangent, of a number. This function is useful for calculating angles in trigonometric analysis. It can also determine phase shifts in wave analysis.

ACOTH

The ACOTH function returns the inverse hyperbolic cotangent of a number. It is used for calculations in trigonometry, statistics, and other mathematical analyses.

ADDRESS

The ADDRESS function creates a cell address as text based on specified row and column numbers. It is useful when you need to dynamically refer to a specific cell in a formula or a macro.

AGGREGATE

The AGGREGATE function performs calculations on ranges of data using pre-defined functions. It allows you to ignore hidden rows or error values within the range.

AMORDEGRC

The AMORDEGRC function calculates the prorated depreciation of an asset for a specified accounting period using the coefficient method. It is used in accounting and financial analysis to determine depreciation expense over time.

AMORLINC

The AMORLINC function calculates prorated depreciation for an asset in a specific accounting period using the linear method. It considers asset cost, purchase date, and end of period. Useful for financial analysis and asset management.

AND

The AND function checks if all arguments evaluate to TRUE. It returns TRUE if all are TRUE; otherwise, it returns FALSE. This function is used to test multiple conditions in Excel formulas.

ARABIC

The ARABIC function converts a Roman numeral to an Arabic (decimal) number. It is useful for transforming historical or traditional numerical notations into modern decimal equivalents.

AREAS

The AREAS function counts the number of areas in a reference. It helps identify the total number of non-contiguous ranges within a selected range. This function is often used alongside other functions and formulas.

ARRAYTOTEXT

The ARRAYTOTEXT function converts an array of values into a text string. This can be helpful for creating readable summaries or reports from array data.

ASC

The ASC function returns the ASCII value of a character. It is useful for finding the ASCII code of a specific character in programming and data tasks.

ASIN

The ASIN function returns the arcsine, or inverse sine, of a number. It is used to calculate angles from sine values in trigonometric operations. This function is applicable in fields like mathematics and engineering.

ASINH

The ASINH function calculates the inverse hyperbolic sine of a number. It is used in trigonometry and mathematical calculations involving hyperbolic functions.

ATAN

The ATAN function returns the arctangent, or inverse tangent, of a number. It is used in trigonometry to calculate angles based on the tangent of a right-angled triangle's sides.

ATAN2

The ATAN2 function returns the arctangent of specified x- and y-coordinates. It represents the angle in radians between the positive x-axis and the point (x, y) on the Cartesian plane.

ATANH

The ATANH function returns the hyperbolic arctangent of a number. It is used in mathematical calculations, particularly in fields like engineering and physics. This function requires input values between -1 and 1, excluding -1 and 1.

AVEDEV

The AVEDEV function calculates the average of the absolute deviations of data points from their mean. It helps analyze the variability or dispersion of a dataset. This function provides insights into the data's consistency.

AVERAGE

The AVERAGE function calculates the average of a set of values in Excel. It is useful for determining the central tendency of a dataset. Commonly used in data analysis and reporting.

AVERAGEA

The AVERAGEA function calculates the average of a set of values, including numbers, text, logical values (TRUE or FALSE), and empty cells. It considers all non-blank cells in the specified range.

AVERAGEIF

The AVERAGEIF function calculates the average of a range of cells that meet a specified condition. It is used to find the average of values in a range based on a given criterion.

AVERAGEIFS

The AVERAGEIFS function calculates the average of a range of values based on multiple criteria. It lets you specify one or more sets of criteria to find the average of cells meeting all specified conditions.

BAHTTEXT

The BAHTTEXT function converts a number into Thai text representation in the baht currency format. It is useful for financial documents or applications needing amounts in Thai Baht words.

BASE

The BASE function converts a number to a text representation in a specified base, using characters 0-9 and A-Z. It allows representation of numbers in bases up to 36, such as binary, octal, or hexadecimal.

BESSELI

The BESSELI function in Excel calculates the modified Bessel function I(n, x). It is often used in statistical analysis, engineering, and physics. This function helps solve differential equations and model various physical phenomena.

BESSELJ

The BESSELJ function calculates the Bessel function Jn(x). It is used in mathematical, engineering, and physical applications to describe oscillating phenomena. Examples include waves, vibrations, and diffraction patterns.

BESSELK

The BESSELK function returns the modified Bessel function of the second kind. This function is often used in fields like signal processing, heat conduction, and vibration analysis. It computes values based on given order and input parameters.

BESSELY

The BESSELY function calculates the Y Bessel function of the second kind for a specified complex number. It is used in complex mathematical and engineering calculations. Input the complex number to receive the corresponding Bessel function value.

BETA.DIST

The BETA.DIST function calculates the probability density or cumulative distribution function for a beta distribution. It is often used in statistical analysis to model uncertainty and risk. This function is applicable in fields like finance, engineering, and social sciences.

BETA.INV

The BETA.INV function returns the inverse of the cumulative beta distribution for a given probability. It is useful in statistical analysis for examining variabilities in percentages. Input parameters include probability, alpha, beta, and optionally, lower and upper bounds.

BETADIST

The BETADIST function calculates the beta cumulative distribution function (CDF) at a specified value between 0 and 1. It is used in statistical analysis and risk assessment to model uncertainty or variability of data within a range.

BETAINV

The BETAINV function returns the inverse of the cumulative beta probability density function. It is useful in statistical analysis for estimating the inverse value for a given beta distribution probability.

BIN2DEC

The BIN2DEC function converts a binary number to its decimal equivalent. It is useful for handling binary numbers and performing conversions in Excel.

BIN2HEX

The BIN2HEX function converts a binary number to its hexadecimal equivalent. It is useful for representing binary data in a hexadecimal format.

BIN2OCT

The BIN2OCT function converts a binary number to an octal number in Excel. It is useful for representing binary numbers in the octal numeral system.

BINOM.DIST

The BINOM.DIST function calculates the probability of a specific number of successes in a set number of independent trials, each with a constant probability of success.

BINOM.DIST.RANGE

The BINOM.DIST.RANGE function calculates the probability of a specific number of successful events within a range of trials in a binomial distribution. It is useful for statistical analysis and decision-making.

BINOM.INV

The BINOM.INV function returns the smallest value for which the cumulative binomial distribution is less than or equal to a specified criteria. It is used in statistical analysis to determine the probability of a certain number of successful trials. This is based on a fixed number of trials.

BINOMDIST

The BINOMDIST function calculates the probability of a specified number of successes in a set number of trials. Each trial must have the same probability of success. This function is useful in statistical analysis.

BITAND

The BITAND function performs a bitwise AND operation on two numbers. It compares each bit of the numbers and returns a new number representing the bitwise AND. This function is useful for tasks involving binary data manipulation.

BITLSHIFT

The BITLSHIFT function shifts the bits of a specified number to the left by a given number of positions. It is often used to manipulate binary representations of numbers.

BITOR

The BITOR function performs a bitwise OR operation between two numbers in Excel. It is used to manipulate and compare binary data. This function is useful in computer programming and digital logic design.

BITRSHIFT

The BITRSHIFT function performs a bitwise right shift on a number, moving its binary representation right by a specified number of bits. This function helps manipulate binary data efficiently. It is useful for tasks requiring binary arithmetic operations.

BITXOR

The BITXOR function performs a bitwise XOR operation on two numbers. It is useful for manipulating binary data or performing bitwise operations in Excel.

CALL

The CALL function in Excel executes a dynamic array formula or an array of defined names and returns the result. It is often used for advanced calculations and operations. Proper syntax and parameters are required for it to work correctly.

CEILING

The CEILING function rounds a number up to the nearest multiple of a specified significance. It is used in financial modeling, data analysis, and mathematical computations to align values with specific criteria. This helps ensure consistency with predefined constraints.

CEILING.MATH

The CEILING.MATH function rounds a number up to the nearest multiple of a specified significance. It is useful for rounding numbers up to a specific multiple, such as in pricing or quantity constraints.

CEILING.PRECISE

The CEILING.PRECISE function rounds a number up to the nearest specified multiple. It ensures upward rounding for positive numbers, always rounding away from zero.

CELL

The CELL function retrieves information about the formatting, location, or contents of a cell. It helps analyze specific cell characteristics within a worksheet.

CHAR

The CHAR function returns the character associated with a specified number. It's useful for text manipulation in Excel.

CHIDIST

The CHIDIST function returns the one-tailed probability of the chi-squared distribution given a value and the degrees of freedom. It is often used in hypothesis testing. The function requires a numeric value and degrees of freedom as inputs.

CHIINV

The CHIINV function calculates the inverse of the one-tailed probability of the chi-squared distribution. It is used in statistical analysis to find critical values associated with the chi-squared distribution.

CHISQ.DIST

The CHISQ.DIST function calculates the probability of a chi-squared distribution. It is used in statistical analysis to assess the likelihood of observed data differing from expected data. This function is helpful in hypothesis testing and model fitting.

CHISQ.DIST.RT

The CHISQ.DIST.RT function returns the right-tailed probability of the chi-squared distribution. It is used in statistical analysis to find the likelihood of observing a chi-squared value or higher. This function is helpful for hypothesis testing.

CHISQ.INV

The CHISQ.INV function calculates the inverse of the chi-squared cumulative distribution function. It is used in statistical analysis to find the value at which the chi-squared distribution has a specified probability.

CHISQ.INV.RT

The CHISQ.INV.RT function returns the inverse of the right-tailed probability of the chi-squared distribution. It is used to find critical values in statistical analysis.

CHISQ.TEST

The CHISQ.TEST function calculates the significance of the chi-squared statistic. It is used in statistical analysis to determine the probability that the observed data fits a specified distribution.

CHITEST

The CHITEST function performs the chi-squared test of independence in Excel. It is used to assess the association between two categorical variables. This function helps determine if there is a significant relationship between them.

CHOOSE

The CHOOSE function returns a value from a list based on a specified index number. It is useful for retrieving a specific value from a list using a given position.

CLEAN

The CLEAN function removes non-printable characters from a text string. It is useful for cleaning text data that includes unwanted non-visible characters. This function helps ensure data consistency and readability.

CODE

The CODE function returns a numeric code for the first character in a text string. It is useful for extracting the numeric code of a character within a text string. This can aid in data manipulation and analysis tasks.

COLUMN

The COLUMN function returns the column number of a specified cell reference. It helps in obtaining the column number for a given cell. This is useful when creating dynamic formulas or references.

COLUMNS

The COLUMNS function returns the number of columns in a reference or array in Excel. It helps calculate the width or size of a data range. This is useful in scenarios involving dynamic referencing or array manipulation.

COMBIN

The COMBIN function calculates the number of combinations for a specified number of items selected from a set without regard to order. It is useful in statistics, probability, and combinatorics. Use this function to determine combinations of elements in a set.

COMBINA

The COMBINA function calculates the number of combinations with repetitions for a specified number of items. It is useful when determining the number of ways to combine a set of items, allowing for duplicates.

COMPLEX

The COMPLEX function converts real and imaginary coefficients into a complex number in the format a + bi or a + bj. This is useful for creating complex numbers for mathematical or engineering calculations.

CONCAT

The CONCAT function combines multiple strings or cell references into a single string. It is used to join text in Excel without complex formulas or operators.

CONCATENATE

The CONCATENATE function combines multiple strings or cell values into a single string. It is used for merging text data within a worksheet.

CONFIDENCE

The CONFIDENCE function calculates the confidence interval for a population mean using a sample. It helps estimate the range in which the true population mean is likely to fall. Input parameters include significance level, standard deviation, and sample size.

CONFIDENCE.NORM

The CONFIDENCE.NORM function calculates the confidence interval for a population mean with a normal distribution. It requires the significance level, standard deviation, and sample size. Use this function to estimate the precision of your mean.

CONFIDENCE.T

The CONFIDENCE.T function calculates the confidence interval for a Student's t-distribution. It is used in statistics to estimate the range within which the true population parameter is likely to fall.

CONVERT

The CONVERT function changes a measurement from one unit to another within the same system. It is useful in fields like engineering and science for unit conversions.

CORREL

The CORREL function calculates the correlation coefficient between two data sets in Excel. It is used in statistical analysis to measure the strength and direction of a linear relationship between two variables.

COS

The COS function calculates the cosine of an angle given in radians. It is used in mathematical and trigonometric calculations. This function is useful for modeling and analysis tasks in spreadsheets.

COSH

The COSH function returns the hyperbolic cosine of a number. It is used in calculations involving exponential growth or decay. Applicable in fields like mathematics, physics, engineering, and finance.

COT

The COT function returns the cotangent of an angle provided in radians.

COTH

The COTH function returns the hyperbolic cotangent of a given number. It is useful in trigonometric calculations. This function can be used in mathematical and engineering contexts.

COUNT

The COUNT function counts the number of cells in a range that contain numbers. It ignores empty cells and cells with non-numeric data. Use it to determine how many numeric entries are in a specified range.

COUNTA

The COUNTA function counts non-empty cells within a specified range. It determines the total count of cells containing any data type, including text, numbers, errors, and logical values.

COUNTBLANK

The COUNTBLANK function counts the number of empty cells in a specified range. It helps identify gaps in data. Use it to ensure data completeness.

COUNTIF

The COUNTIF function counts the number of cells within a range that meet specific criteria. It helps analyze data based on specified conditions.

COUNTIFS

The COUNTIFS function counts the number of cells in a range that meet multiple criteria. It allows users to specify conditions for each criterion that must be met for a cell to be counted.

COUPDAYBS

The COUPDAYBS function calculates the number of days from the start of the coupon period to the settlement date for a security with periodic interest payments. It is useful in financial analysis for bond valuation and investment scenarios.

COUPDAYS

The COUPDAYS function calculates the number of days in the coupon period that includes the settlement date. It is used in financial analysis to determine the number of days for interest calculations. This function helps in accounting for interest payments on bonds.

COUPDAYSNC

The COUPDAYSNC function calculates the number of days from the settlement date to the next coupon date. It uses the actual number of days in each period without adjusting for leap years. This function is useful for bond coupon calculations.

COUPNCD

The COUPNCD function calculates the next coupon date for a security that pays periodic interest. It is commonly used in financial analysis to determine the upcoming coupon payment date for bonds or fixed income investments.

COUPNUM

The COUPNUM function calculates the number of interest payments between a security's settlement date and maturity date. It is used in finance to determine periodic coupon payments. Commonly applied in accounting for interest payment schedules.

COUPPCD

The COUPPCD function calculates the previous coupon date before the settlement date for a security that pays periodic interest. It is used in financial analysis to determine the last coupon payment date before the settlement date. This is helpful for bonds or other fixed income investments.

COVAR

The COVAR function calculates the covariance between two sets of values. It is used in statistics and financial analysis to measure how two variables move together.

COVARIANCE.P

The COVARIANCE.P function calculates the population covariance between two sets of values. It measures the relationship or degree of interdependence between two variables in statistics and data analysis.

COVARIANCE.S

The COVARIANCE.S function calculates the sample covariance between two sets of data. It measures how two variables change together, useful in statistics and data analysis. This function can assess relationships between investment assets, economic variables, or experimental results.

CRITBINOM

The CRITBINOM function returns the smallest value for which the cumulative binomial distribution is less than or equal to a specified criterion. It is useful for statistical analysis to determine the probability of a specific number of successes in a set number of trials.

CSC

The CSC function returns the cosecant of an angle specified in radians. It calculates the reciprocal of the sine function. The result represents the ratio of the hypotenuse to the opposite side in a right-angled triangle.

CSCH

The CSCH function returns the hyperbolic cosecant of a number. It calculates the hyperbolic cosecant of an angle in Excel.

CUBEKPIMEMBER

The CUBEKPIMEMBER function retrieves a key performance indicator (KPI) from a cube in an OLAP database. It is useful for accessing specific KPIs in business intelligence and data analysis. This function works with multi-dimensional databases.

CUBEMEMBER

The CUBEMEMBER function retrieves a member or tuple from a cube in an OLAP database. It's useful in Excel for analyzing multidimensional data and creating interactive reports.

CUBEMEMBERPROPERTY

The CUBEMEMBERPROPERTY function retrieves a specified property of a member in a cube. It is useful when working with multidimensional data analysis and OLAP cubes in Excel.

CUBERANKEDMEMBER

The CUBERANKEDMEMBER function ranks members in a specified set from OLAP data sources based on a given measure. It is useful for organizing and analyzing complex data. This function requires a connection to an OLAP data source.

CUBESET

The CUBESET function creates a calculated set of members or tuples by sending a set expression to a cube on an external Analysis Services server. It is useful for working with data models in Excel that connect to OLAP cubes. The function helps in analyzing complex data sets efficiently.

CUBESETCOUNT

The CUBESETCOUNT function counts the number of items in a set within a cube. It is part of Excel's Cube functions, used for multidimensional analysis with data stored in OLAP cubes.

CUBEVALUE

The CUBEVALUE function retrieves data from a cube, which is a set of data organized into a multidimensional structure. It is used in Excel with OLAP cubes to extract specific data points based on given criteria.

CUMIPMT

The CUMIPMT function calculates the cumulative interest paid between two specified periods for a loan or investment. It helps analyze the interest components of payment schedules. This function aids in understanding the cost of borrowing or investing over time.

CUMPRINC

The CUMPRINC function calculates the principal portion of a loan payment during a specified period. It helps analyze the distribution of loan payments between principal and interest. Use it to understand the principal repayment over the loan term.

DATE

The DATE function creates a date by specifying the year, month, and day. It is useful for constructing a date value from individual components.

DATEDIF

The DATEDIF function calculates the difference between two dates in days, months, or years. It is useful for determining the duration between two dates in various date units.

DATEVALUE

The DATEVALUE function converts a date stored as text into a serial number that represents the date in Excel's date-time format. This function is useful for performing calculations or analysis on dates in text format.

DAVERAGE

The DAVERAGE function calculates the average of values in a database that meet specific criteria. It is useful for extracting average values based on certain conditions or filters. This function is helpful in managing large datasets.

DAY

The DAY function extracts the day value from a date in Excel. It returns a number from 1 to 31 representing the day of the month. Use it to retrieve the day from a specific date.

DAYS

The DAYS function calculates the number of days between two dates. It helps determine the duration between specific points in time.

DAYS360

The DAYS360 function calculates the number of days between two dates based on a 360-day year with twelve 30-day months. It is commonly used in financial calculations where a simplified day count convention is needed.

DB

The DB function calculates the depreciation of an asset for a specified period using the fixed-declining balance method. This method assumes the asset loses value at a constant rate each period. It is commonly used in accounting for depreciation.

DBCS

The DBCS function checks if a text string contains double-byte characters, often used in languages like Japanese, Chinese, and Korean. It returns TRUE if double-byte characters are present and FALSE if not.

DCOUNT

The DCOUNT function counts the number of cells in a database that meet specific criteria. It is useful for filtering and extracting data from large datasets in Excel.

DCOUNTA

The DCOUNTA function counts non-blank cells in a database or list based on specified criteria. It is useful for determining the number of records meeting certain conditions within a dataset.

DDB

The DDB function calculates the depreciation of an asset for a specified period using the double-declining balance method. It is used in accounting to track asset value decrease over time.

DEC2BIN

The DEC2BIN function converts a decimal number into a binary number. It is useful for converting numbers to binary format for various applications.

DEC2HEX

The DEC2HEX function converts a decimal number to its hexadecimal equivalent. This function can handle numbers from -549,755,813,888 to 549,755,813,887. It is useful for applications requiring base conversions.

DEC2OCT

The DEC2OCT function converts a decimal number to its octal representation. You can specify the number of characters to use, if needed. It is useful for number system conversions in Excel.

DECIMAL

The DECIMAL function converts a text representation of a number in a specified base into its decimal equivalent. It is useful for transforming numbers from different numeral systems into base 10. This function requires two arguments: the text string and the base.

DEGREES

The DEGREES function converts radians to degrees. It is useful when working with trigonometry or geometry calculations.

DELTA

The DELTA function tests whether two values are equal. It returns 1 if they are equal, and 0 if not. Use it for comparing values and applying conditional logic.

DEVSQ

The DEVSQ function calculates the sum of squares of deviations from the mean of a data set. It is used in statistical analysis to measure variability within a set of values.

DGET

The DGET function extracts a single value from a database based on specific criteria. It retrieves information that meets certain conditions. Use it to find a particular entry in a database.

DISC

The DISC function calculates the discount rate for a security. It helps determine the rate at which an investment is discounted relative to its face value or purchase price.

DMAX

DMAX finds the maximum value in a database or list that meets specified criteria. It is useful for data analysis and filtering within Excel databases.

DMIN

The DMIN function returns the smallest value in a database based on specified criteria. It extracts the minimum value from records that meet specific conditions within a database.

DOLLAR

The DOLLAR function converts a number to text in currency format with the currency symbol and commas. It is useful for displaying numeric data in financial reports or invoices. The function helps present numbers in a clear and readable format.

DOLLARDE

The DOLLARDE function converts a dollar price expressed as a fraction into a decimal number. It is often used in financial modeling and monetary calculations.

DOLLARFR

The DOLLARFR function converts a dollar price expressed as a decimal number into a fraction representation. It is useful for financial calculations that require fractional dollar prices.

DPRODUCT

The DPRODUCT function multiplies values in a database that meet specified criteria. It is useful for calculating products based on defined conditions.

DSTDEV

The DSTDEV function calculates the standard deviation of a population based on a sample. It is useful for estimating variability within a dataset. This function is commonly used in statistical analysis.

DSTDEVP

The DSTDEVP function calculates the standard deviation of an entire population. It is used when the dataset represents the whole population. This function assumes a normal distribution.

DSUM

DSUM calculates the sum of a range of cells in a database that meets specific criteria. It is useful for analyzing structured data sets. The function helps filter and sum data based on defined conditions.

DURATION

The DURATION function calculates the Macaulay duration of a security. It measures the weighted average time for an investment to recover its price through cash flows. This includes periodic interest payments and principal repayment.

DVAR

The DVAR function calculates the variance of a population sample using a specified field and criteria. It evaluates the data in a database that meets certain conditions. This function is useful for statistical analysis.

DVARP

The DVARP function calculates the population variance of a database using a specified field and criteria. It helps in analyzing data sets where you need the variance of an entire population. This function is part of Excel's database functions.

EDATE

The EDATE function adds or subtracts a specified number of months to a given date and returns the resulting date. It is useful for calculating future or past dates relative to a given date.

EFFECT

The EFFECT function computes the annual effective interest rate from a nominal rate and the number of compounding periods per year. It helps determine the actual interest rate for investments or loans.

ENCODEURL

The ENCODEURL function encodes a text string for use as a valid URL parameter. It is useful for handling web-related data in Excel. This function aids in creating dynamic hyperlinks or URLs within spreadsheets.

EOMONTH

The EOMONTH function calculates the end date of a month a specified number of months before or after a given date. It is useful in financial modeling, project planning, and date-related calculations.

ERF

The ERF function calculates the error function, which describes the probability of an event occurring within a certain range. It is used in mathematics, engineering, and statistical analysis.

ERF.PRECISE

ERF.PRECISE returns the error function integrated between the limits of 0 and x. It is part of Excel's statistical functions and is useful for mathematical and statistical calculations.

ERFC

The ERFC function calculates the complementary error function for a given value. It is used in statistics, engineering, and mathematical modeling. Common applications include analyzing probability distributions and signal processing.

ERFC.PRECISE

The ERFC.PRECISE function calculates the complementary error function of a number. It represents the integral of the Gaussian distribution from x to infinity.

ERROR.TYPE

The ERROR.TYPE function returns a number corresponding to the error value of a cell. It helps identify specific errors for troubleshooting. The function is useful in error handling within formulas.

EUROCONVERT

The EUROCONVERT function converts a currency amount from one European currency to another. It uses specified exchange rates for conversion. This function is useful for financial calculations involving different European currencies.

EVEN

The EVEN function rounds a number up to the nearest even integer. It is useful for calculations requiring even-number increments.

EXACT

The EXACT function compares two text strings for exact equality, including letter case. It returns TRUE if the strings are identical and FALSE if they differ.

EXP

The EXP function returns the constant e raised to the power of a given number. It calculates the exponential value of a specified exponent.

EXPON.DIST

The EXPON.DIST function calculates the probability density or cumulative distribution for an exponential distribution. It is used in statistics to model the time between events occurring continuously at a constant average rate.

EXPONDIST

The EXPONDIST function calculates the exponential distribution for a given x-value with a specified lambda parameter. It is used to model the time between independent events occurring at a constant rate. This function is useful in statistical analysis.

F.DIST

The F.DIST function calculates the cumulative probability of a specific F-statistic using the F-distribution. It is commonly used in analysis of variance (ANOVA) tests. The function requires the F-statistic value and degrees of freedom as inputs.

F.DIST.RT

The F.DIST.RT function calculates the right-tailed F probability distribution. It is used in statistical analysis to determine the probability that a random variable falls within a specified range.

F.INV

The F.INV function calculates the inverse of the F probability distribution. It is used in statistical analysis to find the value at which the cumulative distribution function of an F-distribution equals a specified probability.

F.INV.RT

The F.INV.RT function calculates the inverse of the F probability distribution. It returns the value where a given F-distribution cumulative probability is achieved.

F.TEST

The F.TEST function returns the result of an F-test. It is used in statistical analysis to compare the variances of two data sets.

FACT

The FACT function calculates the factorial of a number, which is the product of all positive integers up to that number. It is used in mathematics and statistics for permutations and combinations.

FACTDOUBLE

The FACTDOUBLE function returns the double factorial of a number. It computes the product of every second number up to the given number. Use it to calculate double factorials efficiently in Excel.

FALSE

The FALSE function returns the logical value 'FALSE'. It represents a negative outcome or condition of falsity. This function is often used in logical tests.

FDIST

The FDIST function calculates the two-tailed F probability density function. It is used in statistical analysis to find the probability of a specific F-statistic in an F-test.

FILTER

The FILTER function extracts data from a range based on given criteria, returning only rows that meet specified conditions. It helps filter relevant information from a larger dataset without altering the original data.

FILTERXML

The FILTERXML function extracts specific data from XML content in Excel. It allows you to parse and filter XML data to retrieve desired information. This helps in managing XML files and data within Excel spreadsheets.

FIND

The FIND function locates the position of a substring within a text string. It returns the starting position, allowing for text extraction and manipulation.

FINDB

The FINDB function returns the starting position of a specified substring within a text string. It is useful for locating specific text within a larger body of text.

FINV

The FINV function calculates the inverse of the F probability distribution. It returns the F value for a given probability in the left tail of the distribution.

FISHER

The FISHER function calculates the Fisher transformation of a specified value. It is commonly used in statistical analysis. The function requires a numeric input and returns a transformed result.

FISHERINV

The FISHERINV function calculates the inverse Fisher transformation on a given value. It is useful in statistical analyses involving correlation coefficients or transformed data.

FIXED

The FIXED function formats a number as text with a specified number of decimal places. It is useful for displaying numbers in a consistent format, such as currency or percentages.

FLOOR

The FLOOR function rounds a number down to the nearest specified multiple of significance. It is useful for truncating numbers to specific intervals or multiples. This function helps in calculations or formatting.

FLOOR.MATH

The FLOOR.MATH function rounds a number down towards zero to the nearest multiple of a specified significance.

FLOOR.PRECISE

The FLOOR.PRECISE function rounds numbers down to the nearest specified multiple. The result is always less than or equal to the original number. It is useful for precise downward rounding in calculations.

FORECAST

The FORECAST function predicts a future value based on existing values. It is often used in financial modeling and data analysis to estimate trends. This function helps in making accurate forecasts.

FORECAST.ETS

The FORECAST.ETS function predicts a future value or trend based on existing data points. It is useful for forecasting trends, patterns, or future values in time series data. Common applications include sales figures, stock prices, or weather patterns.

FORECAST.ETS.CONFINT

The FORECAST.ETS.CONFINT function calculates the confidence interval for a forecasted value in a time series. It estimates the range within which the actual value is likely to fall, considering data volatility and uncertainty.

FORECAST.ETS.SEASONALITY

The FORECAST.ETS.SEASONALITY function estimates the seasonality of a time series data set. It's useful in forecasting models to identify and account for seasonal patterns. This aids in making accurate predictions.

FORECAST.ETS.STAT

The FORECAST.ETS.STAT function predicts a future value based on a series of existing values. It is useful for forecasting trends in data sets. This function helps in making informed projections for various scenarios.

FORECAST.LINEAR

The FORECAST.LINEAR function predicts a future value along a linear trend based on existing values. It is used in data analysis and forecasting to estimate trends and make projections.

FORMULATEXT

The FORMULATEXT function returns the formula in a cell as text. Use it to display or refer to the formula itself within another cell. This can help in auditing or documenting your spreadsheet.

FREQUENCY

The FREQUENCY function calculates the frequency distribution of data points in a set of values. It helps in analyzing data distribution and identifying patterns or outliers.

FTEST

The FTEST function returns the result of an F-test, comparing the variances of two data arrays. It helps determine if two sample variances are significantly different.

FV

The FV function calculates the future value of an investment with periodic, constant payments and a fixed interest rate. It is used in financial planning to determine the future worth of investments or savings over time.

FVSCHEDULE

The FVSCHEDULE function calculates the future value of an initial principal after applying a series of compound interest rates over multiple periods. It helps in financial forecasting by considering different interest rates for different time intervals. The function returns the accumulated amount after all periods.

GAMMA

The GAMMA function returns the gamma value for a given number. It extends the factorial function to non-integer values. Use it for advanced mathematical calculations.

GAMMA.DIST

The GAMMA.DIST function calculates the gamma distribution probability for a given value. It is used in statistics and probability analysis to model continuous random variables.

GAMMA.INV

The GAMMA.INV function returns the inverse of the gamma cumulative distribution for a given probability. It requires the probability, alpha, and beta parameters. Use it to find a value corresponding to a specific probability in a gamma distribution.

GAMMADIST

The GAMMADIST function calculates the gamma distribution probability for a specified value. It is used in statistical analysis to model continuous random variables with positive skewness.

GAMMAINV

The GAMMAINV function calculates the inverse of the gamma cumulative distribution function for a specified probability and input parameters. It is used in statistics and probability analysis to find the input value corresponding to a given probability in a gamma distribution.

GAMMALN

The GAMMALN function returns the natural logarithm of the absolute value of the gamma function for a given numeric value. It's used in statistical analysis and mathematical calculations.

GAMMALN.PRECISE

The GAMMALN.PRECISE function returns the natural logarithm of the gamma function for a specified number. It is useful in statistical calculations where the gamma function is required. The input must be a positive number.

GAUSS

The GAUSS function returns the probability that a standard normal random variable is less than a specified value. It calculates the area under the normal distribution curve to the left of the given number. Use it to assess probabilities in a normal distribution model.

GCD

The GCD function returns the greatest common divisor of two or more integers. It is useful for simplifying fractions and determining aspect ratios. This function can also assist in solving mathematical problems involving integer divisions.

GEOMEAN

The GEOMEAN function calculates the geometric mean of a set of numbers. It is useful for finding the average growth rate of values over time.

GESTEP

The GESTEP function checks if a number is greater than or equal to a specified threshold. It returns 1 if the number meets or exceeds the threshold, and 0 if it does not.

GETPIVOTDATA

The GETPIVOTDATA function extracts data stored in a pivot table based on specific criteria. It retrieves summarized information from a pivot table without manually referencing cells within the table.

GROWTH

The GROWTH function predicts exponential growth from existing data points. It calculates the predicted growth rate of known y-values against known x-values. This function is used in statistical analysis, forecasting, and trend analysis.

HARMEAN

The HARMEAN function calculates the harmonic mean of a set of values. It is useful for averaging rates or ratios, giving more weight to lower values. Use it when the data set involves rates or ratios.

HEX2BIN

The HEX2BIN function converts a hexadecimal number to a binary number. It is useful for working with different number systems and performing conversions.

HEX2DEC

The HEX2DEC function converts a hexadecimal number to a decimal number in Excel. It is useful for calculations or conversions involving hexadecimal values.

HEX2OCT

The HEX2OCT function converts a hexadecimal number to its octal equivalent. It is useful for conversions between number systems. Input a valid hexadecimal number to get the octal result.

HLOOKUP

The HLOOKUP function searches for a value in the top row of a table or array and returns a value in the same column from a specified row. It is useful for looking up data in horizontal headers.

HOUR

The HOUR function returns the hour component of a given time as a number between 0 and 23.

HYPERLINK

The HYPERLINK function creates a clickable link in a cell. It directs users to a website, file, email address, or a cell reference within the spreadsheet.

HYPGEOM.DIST

The HYPGEOM.DIST function calculates the hypergeometric distribution in Excel. It is used in statistical analysis to find the probability of a certain number of successes in a sample drawn without replacement.

HYPGEOMDIST

The HYPGEOMDIST function returns the probability of a given number of successes in a sample drawn from a finite population without replacement. It is used in statistical analysis to calculate hypergeometric distribution probabilities. This function is useful for scenarios where sampling is done without replacement.

IF

The IF function performs actions based on a specified condition. It is used for logical operations, allowing Excel to decide based on a criteria. Use it to return different results when conditions are met or not.

IFERROR

The IFERROR function handles errors in Excel formulas by replacing them with a specified value or expression. It prevents error messages from appearing in calculations and displays custom outputs when errors occur.

IFNA

The IFNA function replaces #N/A errors in Excel with a specified value. It is useful for handling formulas that might produce errors, such as when performing lookups or calculations.

IFS

The IFS function in Excel evaluates multiple conditions and returns a value based on the first condition met. It allows users to set up a series of logical tests with corresponding outcomes. This function streamlines decision-making processes.

IMABS

The IMABS function returns the absolute value (magnitude) of a complex number in the form x + yi.

IMAGINARY

The IMAGINARY function returns the imaginary coefficient of a complex number. It helps extract the imaginary part of a complex number in Excel.

IMARGUMENT

The IMARGUMENT function in Excel returns the angle (or argument) of a complex number in radians. It is useful for calculations involving the polar coordinate representation of complex numbers.

IMCONJUGATE

The IMCONJUGATE function returns the complex conjugate of a specified complex number. It is useful in calculations involving complex numbers, such as in engineering or mathematics.

IMCOS

The IMCOS function returns the cosine of a complex number in the form of x + yi. It is useful for calculations involving complex numbers.

IMCOSH

The IMCOSH function returns the hyperbolic cosine of a complex number in Excel. It calculates the hyperbolic cosine for complex values.

IMCOT

The IMCOT function returns the cotangent of a complex number in the form x + yi. It is useful for performing calculations involving complex numbers. Ensure the input is in the correct format for accurate results.

IMCSC

The IMCSC function returns the imaginary coefficient of a complex number in the form i * Im + Real. 'Real' is the real coefficient and 'Im' is the imaginary coefficient.

IMCSCH

The IMCSCH function returns the hyperbolic cosecant of a complex number. It is used to perform calculations involving complex numbers. Input the complex number in the form of x + yi.

IMDIV

The IMDIV function divides two complex numbers in Excel. It returns the result of dividing the first complex number by the second. The function requires both numbers as inputs.

IMEXP

The IMEXP function calculates the exponential of a complex number. It returns the result in the form of a complex number. This function is useful in engineering and scientific calculations.

IMLN

The IMLN function calculates the natural logarithm of the absolute value of a complex number. It is useful in mathematical and engineering applications where logarithmic calculations with complex numbers are needed.

IMLOG10

The IMLOG10 function calculates the base-10 logarithm of a complex number in Excel. It is useful for mathematical and engineering calculations involving complex numbers.

IMLOG2

The IMLOG2 function calculates the base-2 logarithm of a complex number in Excel. It is used in mathematical computations involving complex numbers. This function provides a way to determine the logarithm of a complex input.

IMPOWER

The IMPOWER function raises a number to the power of another number in Excel. It is used for performing exponential calculations within a spreadsheet.

IMPRODUCT

The IMPRODUCT function calculates the product of complex numbers in Excel. It multiplies multiple complex numbers and returns the result as a complex number.

IMREAL

The IMREAL function in Excel returns the real component of a complex number. It is useful for calculations involving both real and imaginary components.

IMSEC

The IMSEC function formats a value as a security identifier according to the ISIN standard. It is useful for financial data referencing. It ensures the identifier is immutable.

IMSECH

The IMSECH function calculates the hyperbolic secant of a complex number in Excel. It is useful for calculations with complex numbers in trigonometry and engineering. This function is applicable in various mathematical applications.

IMSIN

The IMSIN function returns the sine of a complex number in the form x + yi. It is used in trigonometry and calculations involving complex numbers.

IMSINH

The IMSINH function returns the hyperbolic sine of a complex number in the form x + yi. It is useful for trigonometric hyperbolic functions in complex number calculations.

IMSQRT

The IMSQRT function returns the square root of a complex number. It is used in various scientific and engineering calculations.

IMSUB

The IMSUB function subtracts complex numbers in Excel. It is useful for calculations involving imaginary numbers or complex arithmetic in various fields.

IMSUM

The IMSUM function returns the sum of complex numbers in the form of a + bi or a + bj.

IMTAN

The IMTAN function returns the inverse tangent of a complex number in the form x + yi. It is useful when working with complex numbers in Excel.

INDEX

The INDEX function returns the value of a cell in a table or array based on specified row and column numbers. It is used for looking up values within a range or array.

INDIRECT

The INDIRECT function returns the reference specified by a text string. Use it to dynamically reference cells or ranges based on the content of another cell.

INFO

The INFO function retrieves information about the current operating environment or settings within Excel. It provides details like file names, paths, and versions. This can help users understand their Excel environment.

INT

The INT function rounds a number down to the nearest integer by truncating the decimal part. It always rounds towards zero. Use this function to discard the fractional part of a number.

INTERCEPT

The INTERCEPT function calculates the point where a line intersects the y-axis based on given x and y values. It is used in statistical analysis to find the y-value when x is zero in a linear regression model.

INTRATE

The INTRATE function calculates the interest rate for a fully invested security over a specified period. It requires the settlement date, maturity date, investment amount, and redemption amount as inputs. This function is useful for determining the interest rate earned on investments.

IPMT

The IPMT function calculates the interest portion of a loan payment for a specific period. It helps in understanding the breakdown of loan payments between principal and interest.

IRR

The IRR function calculates the internal rate of return for a series of cash flows. It is used to determine the annualized percentage return from an investment. This function helps in evaluating the profitability of potential investments.

ISBLANK

The ISBLANK function checks if a specified cell is empty. It returns TRUE if the cell is blank and FALSE if it contains any content.

ISERR

The ISERR function checks if a value is an error other than #N/A. It returns TRUE for any error except #N/A and FALSE otherwise.

ISERROR

The ISERROR function checks if a value is an error and returns TRUE for error values like #VALUE!, #REF!, #DIV/0!. It returns FALSE for any other type of value.

ISEVEN

The ISEVEN function checks if a number is even. It returns TRUE if the number is even and FALSE if it is not. Use this function to evaluate numerical data.

ISFORMULA

The ISFORMULA function checks if a cell contains a formula. It helps distinguish between cells with manually entered data and those with computed values.

ISLOGICAL

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

ISNA

The ISNA function checks if a value is a #N/A error and returns TRUE if it is, otherwise FALSE. It is used to handle error values and perform conditional checks based on error outputs.

ISNONTEXT

The ISNONTEXT function checks if a value is not a text string. It returns TRUE for non-text values and FALSE for text strings.

ISNUMBER

The ISNUMBER function checks if a value is numeric. It returns TRUE if the value is a number and FALSE otherwise.

ISO.CEILING

The ISO.CEILING function rounds a number up to the nearest integer or multiple of significance according to the ISO standard. It is useful for financial calculations and compliance with specific international standards. This function ensures rounding rules are followed accurately.

ISODD

The ISODD function checks if a given number is odd. It returns TRUE if the number is odd and FALSE otherwise.

ISPMT

The ISPMT function calculates the interest portion of a loan payment for a specific period with a fixed interest rate. It requires the rate, period for which the interest is calculated, total number of periods, and present value of the loan. Use it to assess interest payments at any point in a loan's term.

ISREF

The ISREF function checks if a value is a reference in Excel. It returns TRUE if the value is a reference and FALSE otherwise.

ISTEXT

The ISTEXT function checks if a value is a text string. It returns TRUE if the value is text, and FALSE if it is not.

JIS

The JIS function converts a text string from full-width (double-byte) characters to half-width (single-byte) characters in Japanese encoding. It is useful for manipulating text in Japanese that may contain mixed character types.

KURT

The KURT function calculates the kurtosis of a data set to measure the sharpness of the peak or flatness of the tails compared to a normal distribution. It aids in understanding the shape of the data distribution.

LARGE

The LARGE function returns the nth largest value from a range of data. It can help identify top values within a dataset or array.

LCM

The LCM function in Excel calculates the least common multiple of one or more integers. It helps identify the smallest integer that is a multiple of specified numbers.

LEFT

The LEFT function extracts a specified number of characters from the beginning of a text string. Use this function to retrieve a portion of text from the left side of a larger string.

LEFTB

Returns a specified number of bytes from the start of a text string. Useful for multibyte character sets or languages with characters represented by multiple bytes.

LEN

The LEN function counts the number of characters in a text string. It is useful for determining the length of a cell's content. This includes spaces and punctuation.

LENB

The LENB function returns the number of bytes used to represent a text string. It is useful for languages that use double-byte characters, like Chinese, Japanese, or Korean.

LINEST

The LINEST function calculates statistics for a line that best fits a set of data points by minimizing differences between the data and the regression line. It's used for linear regression analysis in statistics and data projects.

LN

The LN function calculates the natural logarithm of a number, using the base e. It is commonly used in mathematical and scientific calculations.

LOG

The LOG function calculates the logarithm of a number to a specified base. It is used to determine the power to which a given base must be raised to produce a specified number.

LOG10

The LOG10 function calculates the base 10 logarithm of a number. It is useful for converting numbers into logarithmic form with a base of 10. This function is commonly used in scientific and mathematical calculations.

LOGEST

The LOGEST function calculates an exponential curve that best fits your data points. It is commonly used in statistics and data analysis to predict trends. This function uses a set of known data points for forecasting.

LOGINV

The LOGINV function returns the inverse of the log-normal cumulative distribution function for a given probability and parameters. It is useful in statistical analysis and modeling with log-normal distributions. This function helps determine the data point corresponding to a specific probability.

LOGNORM.DIST

The LOGNORM.DIST function returns the probability density function or the cumulative distribution function for a lognormal distribution. It is used to model data that is positively skewed. Choose between calculating the probability density or cumulative distribution.

LOGNORM.INV

The LOGNORM.INV function returns the inverse of the lognormal cumulative distribution for a specified mean and standard deviation. It is used to analyze data that has been logarithmically transformed. This function can help in assessing probabilities in log-normal distributions.

LOGNORMDIST

The LOGNORMDIST function returns the probability density function of a log-normal distribution for a specified value. It is useful in statistics and finance for modeling skewed data that follows a log-normal pattern.

LOOKUP

The LOOKUP function searches for a value in a range or array and returns a corresponding value. It returns the first match found. Useful for quickly finding values in a list.

LOWER

The LOWER function converts text to lowercase in Excel. It is useful for standardizing text or making it more uniform for comparison purposes.

MATCH

The MATCH function searches for a specified item in a range and returns its relative position. It helps find a value's position within a list or array. This function is useful for data lookup and comparison tasks.

MAX

The MAX function returns the largest numeric value in a specified range or array. It helps identify the maximum value within a dataset. This function is useful for data analysis and comparisons.

MAXA

The MAXA function returns the largest value in a range, considering numbers, dates, times, errors, and text representations of numbers. It evaluates all data types except for empty cells. Use it to find the maximum value even when data types vary.

MAXIFS

The MAXIFS function returns the maximum value from a range of cells that meets multiple criteria. Use this function to find the highest value in a dataset based on specified conditions.

MDETERM

The MDETERM function calculates the matrix determinant of an array in Excel. It is useful for performing linear algebra operations. This function analyzes data sets represented as matrices.

MDURATION

The MDURATION function calculates the Macaulay duration of a security, indicating the weighted average time to receive cash flows. It considers both the timing and amount of those flows. This function helps measure the interest rate risk of a bond or fixed-income security.

MEDIAN

The MEDIAN function returns the median value in a set of numbers. It helps find the middle data point in a dataset. This function is useful for statistical analysis and data processing tasks.

MID

The MID function extracts a specified number of characters from a text string, beginning at a given start position. It is useful for manipulating text data in Excel.

MIDB

The MIDB function returns a specific number of characters from the middle of a text string, starting at a specified position. It is used to extract substrings from larger text strings in Excel.

MIN

The MIN function finds the smallest value in a set of values. It's used to determine the minimum numerical value within a range of cells or an array.

MINA

The MINA function returns the minimum numeric value from a set of supplied arguments. It helps in finding the smallest number within a range or list of values in Excel.

MINIFS

The MINIFS function returns the smallest numeric value in a range that meets multiple criteria.

MINUTE

The MINUTE function extracts the minute from a time value. It returns an integer from 0 to 59. Use it to analyze minute-level data from time values.

MINVERSE

The MINVERSE function calculates the multiplicative inverse of a given square matrix in Excel. It is used for matrix algebra operations. This function is useful in engineering, mathematics, and data analysis applications.

MIRR

The MIRR function calculates the modified internal rate of return for a series of cash flows with different reinvestment and finance rates. It is used in financial analysis to evaluate investment returns under varying conditions.

MMULT

The MMULT function multiplies two matrices and returns the matrix product.

MOD

The MOD function returns the remainder after dividing a number by a divisor. It is useful for calculating cyclic repetitions or identifying patterns in data.

MODE

The MODE function returns the most frequently occurring number in a range of values. Use it to find the number that appears most often in a dataset.

MODE.MULT

The MODE.MULT function in Excel returns an array of the most frequently occurring values in a dataset. It is useful for identifying multiple modes in statistical analysis. This function helps in recognizing common occurrences within the data.

MODE.SNGL

The MODE.SNGL function returns the most frequently occurring number in a dataset. It helps identify the value that appears most often in a range of numbers.

MONTH

The MONTH function returns the month of a given date as an integer from 1 (January) to 12 (December). It is useful for extracting the month component of a date in Excel formulas.

MROUND

The MROUND function rounds a number to the nearest multiple specified by the user. It is useful for adjusting values to specific increments or multiples.

MULTINOMIAL

The MULTINOMIAL function calculates the multinomial coefficient for a specified set of numbers. It is useful in combinatorial mathematics to compute the number of ways to choose a sequence of items without regard to order.

MUNIT

The MUNIT function returns a unit matrix of a specified size. It is a square matrix where all elements are zero except for the diagonal elements, which are one.

N

The N function in Excel converts a non-numeric value to a number, returning 0 for non-numeric values. If the value is already numeric, it returns the value unchanged. It is used for compatibility with other spreadsheet applications.

NA

The NA function returns the #N/A error value, indicating that the requested value is not available. It is used to mark empty cells or missing data. This can be useful for testing or error handling in formulas.

NEGBINOM.DIST

The NEGBINOM.DIST function calculates the negative binomial distribution. It models the number of failures before a specified number of successes in a series of independent Bernoulli trials.

NEGBINOMDIST

The NEGBINOMDIST function calculates the probability of a specified number of failures before achieving a target number of successes, using a negative binomial distribution. It is used in statistical analysis to model scenarios where outcomes occur repeatedly until a certain number of successes is reached.

NETWORKDAYS

The NETWORKDAYS function calculates the number of working days between two dates, excluding weekends and optional holidays. It is useful for scheduling and project management tasks.

NETWORKDAYS.INTL

The NETWORKDAYS.INTL function calculates the number of workdays between two dates, considering specified weekend days and holidays. It is useful for project management, tracking timelines, and managing work schedules.

NOMINAL

The NOMINAL function converts an effective interest rate to a nominal interest rate. It's used in financial calculations for analyzing interest rates on loans or investments.

NORM.DIST

The NORM.DIST function calculates the probability that a value falls within a specific range in a normal distribution. It is used in statistics and probability analysis to determine the likelihood of an outcome based on a normal distribution of data.

NORM.INV

The NORM.INV function calculates the inverse of the standard normal cumulative distribution. It is used to find the value that corresponds to a specified probability in a standard normal distribution. This function is helpful in statistics and data analysis.

NORM.S.DIST

The NORM.S.DIST function calculates the standard normal cumulative distribution function for a specified value. It is used to determine the probability of a value being less than or equal to a given standard normal random variable. This function is helpful in statistical analysis and probability calculations.

NORM.S.INV

The NORM.S.INV function calculates the inverse of the standard normal cumulative distribution for a specified probability. It is used in statistics to find the value at which the standard normal distribution reaches a given probability.

NORMDIST

The NORMDIST function returns the cumulative probability of a normal distribution at a specified value or the probability density function. It requires a given mean and standard deviation as inputs. Use it for statistical analysis involving normal distributions.

NORMINV

The NORMINV function returns the inverse of the normal cumulative distribution for a specified probability. It's useful in statistics and finance for finding a value associated with a given probability in a normal distribution.

NORMSDIST

The NORMSDIST function calculates the standard normal cumulative distribution function for a specified value. It is used in statistical analysis to find the probability that a value falls below a certain point in a standard normal distribution.

NORMSINV

The NORMSINV function returns the inverse of the standard normal cumulative distribution. It calculates the Z-score corresponding to a specified probability in a standard normal distribution.

NOT

The NOT function reverses the logical value of a given expression. It returns TRUE if the expression is FALSE and FALSE if it is TRUE.

NOW

The NOW function returns the current date and time as a serial number. It updates automatically whenever the worksheet is recalculated. This function does not take any arguments.

NPER

The NPER function calculates the number of periods for an investment or loan based on regular fixed payments and a constant interest rate. It helps determine the term required to pay off a loan or reach a financial goal. This function is useful in financial planning and analysis.

NPV

The NPV function calculates the net present value of an investment by discounting future cash flows at a specified rate. It is used in financial analysis to evaluate investment profitability.

NUMBERVALUE

The NUMBERVALUE function converts text representations of numbers into numeric values in Excel. It is useful when text data needs to be converted to numerical format for calculations or analysis.

OCT2BIN

The OCT2BIN function converts a number from octal (base 8) format to binary (base 2) format. It is useful for representing octal numbers in binary for calculations or comparisons.

OCT2DEC

The OCT2DEC function converts an octal number to a decimal number in Excel. It is useful for converting numbers from octal to decimal for calculations or analysis.

OCT2HEX

The OCT2HEX function converts a number from octal (base 8) to hexadecimal (base 16) representation in Excel. It allows you to specify the number of characters in the result. This function can handle both positive and negative numbers.

ODD

The ODD function rounds a number up to the nearest odd integer. Use it when working with odd numbers in calculations or formatting.

ODDFPRICE

The ODDFPRICE function calculates the price per $100 face value of a security with odd interest payment frequencies. It is useful for valuing bonds with irregular payment schedules.

ODDFYIELD

The ODDFYIELD function calculates the yield of a security with an odd (irregular) first period. It is used when the first period of a bond does not conform to the normal interest payment schedule. This function is helpful for bonds with unusual payment structures.

ODDLPRICE

ODDLPRICE calculates the price per $100 face value of a security with an odd first period. This function is useful for securities with irregular initial payment schedules. It requires details like settlement date, maturity date, and interest rate.

ODDLYIELD

The ODDLYIELD function calculates the yield of a security with an odd first period. It is useful for securities like T-bills with a short or long initial coupon period. This function helps in financial analysis by determining yield accurately.

OFFSET

The OFFSET function returns a reference to a range that is a specified number of rows and columns from a starting reference. It is useful for dynamic data analysis and creating flexible formulas.

OR

The OR function checks if any of the specified conditions are TRUE. It returns TRUE if at least one condition is met, otherwise it returns FALSE.

PDURATION

The PDURATION function calculates the time needed for an investment to reach a specified future value, given a present value and a constant interest rate. It is useful for determining the duration of investments with periodic payments. This function is commonly used in financial analysis.

PEARSON

The PEARSON function calculates the Pearson correlation coefficient between two sets of values. It is used in statistics to determine the strength and direction of a linear relationship. This function is helpful in data analysis tasks.

PERCENTILE

The PERCENTILE function calculates the k-th percentile of a data set. It is used to determine the value below which a given percentage of data falls. This is helpful in data analysis and statistics.

PERCENTILE.EXC

The PERCENTILE.EXC function calculates the k-th percentile for a given data set, excluding logical values and text. It helps determine the value below which a certain percentage of data points fall.

PERCENTILE.INC

The PERCENTILE.INC function returns the kth percentile of values in a range, with k being a value between 0 and 1. This function includes the endpoints of the range in the calculation. It is useful for statistical analysis.

PERCENTRANK

The PERCENTRANK function returns the relative standing of a specified value in a data set as a percentage. It shows how the value compares to other values in the set. This function is useful for understanding data distribution.

PERCENTRANK.EXC

The PERCENTRANK.EXC function calculates the rank of a value in a data set as a percentage, excluding 0 and 1 from the calculation. It is used to determine the relative standing of a value within a dataset.

PERCENTRANK.INC

The PERCENTRANK.INC function calculates the rank of a value in a dataset as a percentage. It includes the first and last values in the ranking. This function is useful for determining the relative standing of a value within a dataset.

PERMUT

The PERMUT function calculates the number of permutations for a set of objects, considering a specific number of elements in each permutation. It is used in combinatorial mathematics and statistical analysis. This function helps determine possible arrangements.

PERMUTATIONA

The PERMUTATIONA function calculates the number of permutations for a specified number of objects taken from a set, allowing repetitions. It returns the total permutations where order matters and objects can repeat. This function is useful for scenarios with repeated selections.

PHI

The PHI function in Excel returns the value of the Gaussian function for a specified value. It is used in statistics and probability calculations to analyze data sets and determine probabilities in normal distributions.

PHONETIC

The PHONETIC function converts a text string into its phonetic equivalent in English. It aids in pronouncing difficult or unfamiliar words. This function is useful for language learners and text-to-speech applications.

PI

The PI function returns the mathematical constant pi (π), representing the ratio of a circle's circumference to its diameter. It is used in calculations involving circles and trigonometry.

PMT

The PMT function calculates the periodic payment for a loan or investment based on constant payments and a constant interest rate. It is used in financial modeling to determine regular payments needed to repay a loan over a specific period.

POISSON

The POISSON function calculates the Poisson distribution, showing the likelihood of a given number of events occurring in a fixed interval. It is often used to model event occurrences over time or space.

POISSON.DIST

The POISSON.DIST function calculates the Poisson probability mass function. It represents the probability of a given number of events occurring in a fixed interval. Events occur with a known constant mean rate and independently of the time since the last event.

POWER

The POWER function raises a number to a given exponent. It returns the result of the base number raised to the power. Use it to perform exponential calculations in your worksheet.

PPMT

The PPMT function calculates the principal payment for a specific period of a loan or investment. It requires constant periodic payments and a fixed interest rate. Use it to determine the part of a payment that goes towards the principal balance.

PRICE

The PRICE function calculates the price per $100 face value of a security that pays periodic interest. It is used in financial analysis and accounting to determine the price of bonds or other fixed income investments.

PRICEDISC

The PRICEDISC function calculates the price of a discounted security that pays interest at maturity. It helps determine the purchase price of short-term, discount-bearing instruments. This function is useful in financial analysis.

PRICEMAT

The PRICEMAT function calculates the price per $100 face value of a security that pays interest at maturity. It helps determine the price of a security that accrues interest until maturity. This function is useful in financial analysis.

PROB

The PROB function calculates the probability that values in a range are within specified limits or that a single result equals a particular value. It is used in statistics and data analysis to determine event likelihoods.

PRODUCT

The PRODUCT function multiplies a set of values and returns the result. It takes multiple number arguments and calculates their product.

PROPER

The PROPER function capitalizes the first letter of each word in a text string and converts the rest to lowercase. It helps standardize and improve the presentation of text data.

PV

Calculates the present value of an investment or loan based on a constant interest rate.

QUARTILE

The QUARTILE function in Excel returns the quartile of a dataset, dividing it into four equal parts. It helps in identifying the 25th, 50th (median), or 75th percentile. This function is useful for statistical analysis.

QUARTILE.EXC

The QUARTILE.EXC function calculates the quartile of a dataset at a specified percentile. It is useful in statistics and data analysis for dividing a dataset into four equal parts.

QUARTILE.INC

QUARTILE.INC calculates quartiles, which divide a data set into four equal parts. It is useful for understanding the distribution and spread of values. This function is commonly used in statistics and data analysis.

QUOTIENT

The QUOTIENT function returns the integer portion of a division, discarding any remainder. It is useful when you need only the whole number result.

RADIANS

The RADIANS function converts angles from degrees to radians in Excel. It is used in trigonometry and geometry calculations where trigonometric functions require angle inputs in radians.

RAND

The RAND function generates a random decimal number between 0 and 1. It is used to produce random values for simulations, spreadsheets, and statistical analysis.

RANDARRAY

The RANDARRAY function generates an array of random numbers between 0 and 1. It is useful for creating datasets for simulation or testing. You can also use it to randomly populate cells in Excel.

RANDBETWEEN

The RANDBETWEEN function generates a random integer between two specified values. It is useful for tasks like random selection or simulation. Common applications include creating test data or simulating outcomes.

RANK

The RANK function determines the rank of a specified value in a list of values. It is useful for ranking items based on numerical or logical order.

RANK.AVG

The RANK.AVG function assigns a rank to a specified value within a list. It handles ties by assigning the average rank to each tied value. Use this function to determine the relative standing of a value.

RANK.EQ

The RANK.EQ function assigns a rank to a specified value within a list of values, with equal values receiving the same rank. It is used to determine the relative position of a value compared to others in a dataset.

RATE

The RATE function calculates the interest rate per period of an annuity investment. It solves for the rate in the formula used to calculate the present value of an annuity. This function is useful for evaluating loans or investments with regular payments.

RECEIVED

The RECEIVED function calculates the amount received at maturity for an investment, such as a bond. It is based on a discounted rate or yield.

REGISTER.ID

The REGISTER.ID function assigns a unique sequential identification number to each unique value in a range. It helps create unique identifiers for data entries or manage databases. This function is useful for organizing and tracking data efficiently.

REPLACE

The REPLACE function replaces a specific number of characters in a text string, starting at a given position. It takes the original text, the starting position, the number of characters to replace, and the new text. Use it to modify parts of a text string efficiently.

REPLACEB

The REPLACEB function replaces characters in a text string based on byte positions. It specifies the starting byte position for replacement and the number of bytes to be replaced.

REPT

The REPT function repeats a text string a specified number of times. It is useful for creating visual elements or formatting, such as adding separators, creating borders, or emphasizing text.

RIGHT

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

RIGHTB

The RIGHTB function returns a specified number of bytes from the end of a text string. It is useful for multibyte character sets where characters may occupy multiple bytes, such as Chinese, Japanese, or Korean.

ROMAN

The ROMAN function converts an Arabic numeral into a Roman numeral. It is useful for displaying numbers in a traditional Roman numeral format. This can be helpful for specific reports or presentations.

ROUND

The ROUND function rounds a number to a specified number of digits. It is useful in financial modeling, data analysis, and mathematical calculations to simplify values. This function can enhance the readability of numerical data.

ROUNDDOWN

The ROUNDDOWN function rounds a number down towards zero to a specified number of digits. It requires the number to round and the number of digits as arguments. This function is useful for truncating values without rounding up.

ROUNDUP

The ROUNDUP function rounds a number up, away from zero, to a specified number of digits. It ensures the result is always rounded up, regardless of the number's sign.

ROW

The ROW function returns the row number of a reference. It is useful for dynamic referencing and data manipulation in Excel.

ROWS

The ROWS function in Excel counts the number of rows in a specified range or array. It helps determine the total rows in a data set or range.

RRI

The RRI function in Excel is used to calculate the internal rate of return for an investment based on a series of periodic cash flows. It is commonly utilized in financial modeling and analysis to assess the feasibility and profitability of investments.

RSQ

The RSQ function in Excel is used to calculate the square of the Pearson product-moment correlation coefficient. This function is commonly used in statistical analysis to measure the strength and direction of a linear relationship between two sets of data.

RTD

The RTD function is used to retrieve real-time data from a program that supports COM automation. It is commonly used for dynamic data updates in Excel, such as stock prices, weather information, or other live data feeds.

SEARCH

The SEARCH function is used to find the position of a substring within a text string. This function is commonly used to locate a specific character or word within a larger body of text.

SEARCHB

The SEARCHB function is used to find the starting position of a substring within a text string, considering double-byte characters. This function is especially useful when working with languages that contain multi-byte characters, such as Asian languages.

SEC

The SEC function in Excel is used to calculate the annual interest rate of a security based on its settlement date, maturity date, and price per $100 face value.

SECH

The SECH function returns the hyperbolic secant of an angle in radians. It is useful in mathematical calculations involving hyperbolic functions.

SECOND

The SECOND function in Excel is used to extract the second component (seconds) of a given time value. It is particularly handy when you only need to work with the seconds part of a time value and want to isolate or manipulate it separately.

SEQUENCE

The SEQUENCE function generates a sequence of numbers in an array, providing a convenient way to create a series of values with specified properties.

SERIESSUM

The SERIESSUM function in Excel is used to return the sum of a power series based on the formula: a * power( x, 1 ) + b * power( x, 2 ) + ...

SHEET

The SHEET function is used to return the sheet number of a referenced sheet in a workbook. This function is helpful for identifying the position of a specific sheet within the workbook for organizational and referencing purposes.

SHEETS

The SHEETS function is used to count the number of sheets in a reference.

SIGN

The SIGN function is used to determine the sign of a number. It returns 1 if the number is positive, -1 if the number is negative, and 0 if the number is zero.

SIN

The SIN function returns the sine of an angle provided in radians. It is commonly used in trigonometry and geometry calculations.

SINH

The SINH function calculates the hyperbolic sine of a given number. It is a mathematical function that is particularly useful in scenarios involving exponential growth or decay.

SKEW

The SKEW function calculates the skewness of a distribution based on a sample of data. Skewness measures the asymmetry of the distribution in a dataset.

SKEW.P

The SKEW.P function calculates the skewness of a dataset. Skewness is a measure of the asymmetry of the distribution of values in the dataset.

SLN

The SLN function calculates the straight-line depreciation of an asset for a single period. It is commonly used in accounting and financial analysis to determine the consistent depreciation amount for each period of an asset's useful life.

SQRT

The SQRT function returns the square root of a number.

SQRTPI

The SQRTPI function calculates the square root of the product of a number and pi (π). It is a simple mathematical function in Excel that combines the square root and pi constants in a single operation.

STANDARDIZE

The STANDARDIZE function is used to normalize a given value by adjusting it based on the mean and standard deviation of a distribution. This function is commonly used in statistics to standardize data points and compare them on a common scale.

STDEV

The STDEV function calculates the standard deviation of a sample set of data. It is commonly used to measure the amount of variation or dispersion of a set of values from the mean.

STDEV.P

The STDEV.P function calculates the standard deviation based on the entire population provided as arguments. It is used to measure the dispersion of values within a dataset and is widely utilized in statistical analysis to assess variability.

STDEV.S

The STDEV.S function calculates the standard deviation for a sample set of data. It is commonly used in statistics to measure the amount of variation or dispersion in a set of values.

STDEVA

The STDEVA function calculates the standard deviation based on a sample, including numbers, text, and logical values, treating text and logical values as zero.

STDEVP

The STDEVP function calculates the standard deviation based on the entire population given as arguments. It is used to measure the dispersion of a dataset relative to its mean, providing insights into the data's variability and distribution.

STDEVPA

STDEVPA is an Excel function used to calculate the standard deviation based on the entire population given as arguments. It is applied when the data provided represents the entire population, including all elements within it.

STEYX

The STEYX function calculates the standard error of the predicted y-values for each x in the regression of a dataset.

STOCKHISTORY

The STOCKHISTORY function retrieves historical stock data, including opening price, high price, low price, closing price, and volume, for a specified stock or security symbol from an online source.

SUBSTITUTE

The SUBSTITUTE function is used to replace occurrences of a specific substring within a text string with a new substring. It's handy for making text substitutions or modifications in Excel.

SUM

The SUM function in Excel is used to add up a range of numbers or cells. It is one of the most commonly used functions for basic arithmetic calculations and totaling values in a spreadsheet.

SUMIF

The SUMIF function in Excel is used to add up numbers in a range that meet specified criteria. It is commonly used to calculate totals based on specific conditions or criteria.

SUMIFS

The SUMIFS function in Excel is used to sum values in a range that meet multiple criteria. It allows you to specify one or more criteria ranges and corresponding criteria to determine the cells to be added.

SUMPRODUCT

The SUMPRODUCT function in Excel multiplies corresponding values in the given arrays or ranges and then sums the results. So the first value of the first array is multiplied with the first value of the second array. Then, the second values of the arrays are multiplied, etc. Finally, all multiplication results are summed. The resulting value is returned. It is commonly used for various calculations like weighted averages, total revenue calculations, and more.

SUMSQ

The SUMSQ function calculates the sum of the squares of a set of numbers. This function is handy for quickly finding the total of squared values in Excel.

SUMX2MY2

The SUMX2MY2 function in Excel is used to calculate the sum of squares of differences between corresponding arrays in two datasets. This function is helpful for analyzing the deviations between paired data points and is commonly used in statistical analysis and scientific research.

SUMX2PY2

The SUMX2PY2 function calculates the sum of the squares of corresponding values from two arrays.

SUMXMY2

The SUMXMY2 function calculates the sum of the squares of differences between corresponding values in two arrays. It is useful for determining the total squared differences between two sets of data points.

SWITCH

The SWITCH function allows you to evaluate an expression against a list of values and return a corresponding result based on the first matching value. It simplifies nested IF formulas and enhances readability by offering a compact way to handle multiple conditions within a single function.

SYD

The SYD function calculates the depreciation of an asset for a specific period using the Sum of Years' Digits method. It is commonly used in accounting and financial analysis to determine the depreciation expense for an asset over its useful life.

T

The T function in Excel is used to calculate the Student's t-distribution two-tailed probability.

T.DIST

The T.DIST function calculates the probability of a Student's t-distribution, which is commonly used in hypothesis testing and confidence interval calculations.

T.DIST.2T

The T.DIST.2T function calculates the two-tailed probability of a Student's t-distribution. This function is used in statistics to determine the probability that a value falls within a specified range for a Student's t-distribution.

T.DIST.RT

The T.DIST.RT function calculates the one-tailed probability of the Student's t-distribution. It is useful in statistics for analyzing data sets and making inferences about unknown population parameters based on sample statistics.

T.INV

The T.INV function is used to calculate the two-tailed inverse of the Student's t-distribution. It is commonly utilized in statistical analysis to determine the critical value at a given probability level for a specific degrees of freedom.

T.INV.2T

The T.INV.2T function calculates the two-tailed inverse of the Student's t-distribution. It is useful in statistics for estimating critical values in hypothesis testing and confidence intervals.

T.TEST

The T.TEST function is used to calculate the probability associated with the t-statistic in hypothesis testing. This function is commonly used in statistical analysis to determine if two samples are likely to have come from the same population.

TAN

The TAN function is used to calculate the tangent of an angle specified in radians. It is commonly used in trigonometry and geometry to find the slope or angle of a line.

TANH

The TANH function calculates the hyperbolic tangent of a given angle, where the angle is expressed in radians. It is useful in mathematical and scientific calculations involving exponential curves or hyperbolic functions.

TBILLEQ

The TBILLEQ function calculates the equivalent annualized yield for a US Treasury bill, providing a means to analyze and compare the return rates of these short-term government securities.

TBILLPRICE

The TBILLPRICE function is used to calculate the price per $100 face value for a Treasury bill based on discount rate.

TBILLYIELD

The TBILLYIELD function is used to calculate the yield of a US Treasury Bill based on its price. This function is commonly utilized in financial analysis to assess the return on investment for Treasury Bills, which are short-term government securities.

TDIST

The TDIST function calculates the two-tailed probability of the t-distribution for a given value and degrees of freedom. It is commonly used in statistics to analyze the significance of the difference between sample means.

TEXT

The TEXT function allows you to format a number and convert it to text, using a specified number format. This function is handy for customizing the appearance of numeric values in cells or creating dynamic text labels based on numerical data in Excel.

TEXTJOIN

The TEXTJOIN function is used to combine multiple text strings into one string, with a specified delimiter separating each text value. It's super handy for merging a bunch of cells into a single cell efficiently.

TIME

The TIME function is used to create a valid Excel time from individual hour, minute, and second components. This function is helpful for constructing time values to use in calculations or formatting within Excel spreadsheets.

TIMEVALUE

The TIMEVALUE function in Excel converts a text string that represents a time into a decimal number, which Excel recognizes as a valid time value. It is useful when you need to perform calculations or formatting based on time values provided in text format.

TINV

The TINV function calculates the inverse of the Student's T-Distribution. It is commonly used in statistical analysis to find the critical value for a specified probability and degrees of freedom.

TODAY

The TODAY function returns the current date in Excel. It is a dynamic function that automatically updates to display the current date whenever the Excel sheet is recalculated or opened.

TRANSPOSE

The TRANSPOSE function in Excel converts a vertical range of cells into a horizontal range, or vice versa. It allows you to change the orientation of your data, which can be particularly useful when working with large datasets or when rearranging information for better visualization or analysis.

TREND

The TREND function in Excel is used to predict future values based on existing data points. It calculates the linear trend line that best fits your data, allowing you to forecast or estimate values beyond your existing dataset.

TRIM

Trim removes extra spaces from text, leaving only single spaces between words. It is useful when dealing with text data that may contain leading, trailing, or extra spaces that are not needed.

TRIMMEAN

The TRIMMEAN function is used to calculate the mean (average) of a dataset after excluding a percentage of data points from the top and bottom ends of the dataset. This function helps in obtaining a more robust average by reducing the impact of outliers or extreme values.

TRUE

The TRUE function in Excel returns the logical value TRUE, which represents the boolean value of 'true' or 'yes'. It is used when you need to set a condition to be true.

TRUNC

The TRUNC function is used to truncate a number to a specified number of digits after the decimal point. It is handy when you want to simplify or round down a number to a specific precision.

TTEST

The TTEST function is used to calculate the probability associated with the t-test for independent samples. This statistical test is helpful in determining if there is a significant difference between the means of two groups.

TYPE

The TYPE function in Excel is used to determine the data type of a given value. It returns a number that corresponds to the type of data being assessed, allowing users to identify whether a value is a number, text, logical value, error, or other data type.

UNICHAR

The UNICHAR function is used to return the Unicode character that corresponds to the specified numerical value. It is handy for working with special characters, symbols, and emojis in Excel.

UNICODE

The UNICODE function returns the Unicode value of the first character in a text string. It is commonly used to convert characters to their corresponding Unicode values for various purposes, such as programming, data manipulation, and language processing.

UNIQUE

The UNIQUE function is used to extract unique values from a range or array in Excel. It eliminates duplicate values and returns only the distinct values present in the input data.

UPPER

The UPPER function converts all lowercase letters in a text string to uppercase. It is useful for standardizing text or making text uniform in Excel.

VALUE

The VALUE function converts a text string that represents a number to a numeric value in Excel. It is particularly useful when dealing with data imported from external sources or when numbers are formatted as text.

VAR

The VAR function in Excel is used to calculate the variance based on a sample of data. Variance measures the variability or dispersion of a set of values from their mean, providing insights into the spread of the data points.

VAR.P

The VAR.P function in Excel is used to calculate the variance of a population based on the entire population data set. It is commonly used in statistical analysis to measure the dispersion or variability of a set of values.

VAR.S

The VAR.S function is used to calculate the variance of a sample dataset. It is commonly used in statistical analysis to measure the dispersion of data points around their mean.

VARA

The VARA function is used in Excel to calculate the variance of a sample of numbers. It is helpful in statistical analysis to measure the dispersion or spread of data points from the mean value.

VARP

The VARP function calculates the variance of a population based on the entire dataset. It is commonly used in statistics to measure the dispersion or spread of values in a dataset relative to the mean.

VARPA

The VARPA function calculates the variance of a population sample in Excel. It is used to measure the dispersion of values in a dataset relative to the mean value.

VDB

The VDB function calculates the depreciation of an asset for a specific accounting period using the double-declining balance method or other specified depreciation method. It is commonly utilized in financial and accounting scenarios to determine the reduction in asset value over time.

VLOOKUP

VLOOKUP is a powerful function in Excel used to search for a value in the first column of a range and return a value in the same row from another column. It stands for 'Vertical Lookup' and is commonly employed for tasks such as data analysis, searching, and referencing.

WEBSERVICE

The WEBSERVICE function is used to retrieve data from a web service or API in Excel. It allows users to make HTTP requests to specified URLs and fetch information for analysis or processing within their spreadsheets.

WEEKDAY

The WEEKDAY function in Excel returns a number that corresponds to the day of the week for a given date. This function is useful for analyzing and organizing dates based on the day of the week.

WEEKNUM

The WEEKNUM function is used to determine the week number within a year for a given date. This function is handy for various scheduling and organizational purposes, allowing you to easily track dates based on the week they fall into.

WEIBULL

The WEIBULL function calculates the Weibull distribution, which is often used in reliability engineering to model failure rates and survival times. It can predict the likelihood of an event occurring at a certain time based on historical data.

WEIBULL.DIST

The WEIBULL.DIST function in Excel calculates the Weibull distribution probability density function or the cumulative distribution function for a given value.

WORKDAY

The WORKDAY function returns a date that is a specified number of working days (weekdays) before or after a given date. It is commonly used in project management, scheduling, and other scenarios where you need to calculate future or past dates excluding weekends and holidays.

WORKDAY.INTL

The WORKDAY.INTL function in Excel is used to calculate the next working day after a specified number of workdays have been added to a start date. This function is particularly useful for scheduling tasks, project management, and tracking deadlines in business contexts.

XIRR

The XIRR function calculates the internal rate of return for a series of cash flows that are not necessarily periodic. It is commonly used in financial modeling and investment analysis to determine the return rate of irregular cash flows over specific time periods.

XLOOKUP

The XLOOKUP function is a powerful tool for searching and retrieving data in Excel. It allows you to find and return values in a specified range or array based on one or more conditions.

XMATCH

The XMATCH function is used to search for a specified item in a range or array and returns the relative position of that item. This function is an enhanced version of the MATCH function with additional capabilities.

XNPV

The XNPV function calculates the net present value of a series of cash flows at specific dates, using a specified discount rate. This function is commonly used in financial modeling and analysis to determine the present value of an investment based on irregular cash flow timing.

XOR

The XOR function is used in Excel to perform an exclusive OR logical operation on one or more expressions. It returns TRUE if only one of the expressions evaluates to TRUE, and FALSE if multiple expressions are TRUE or all are FALSE. XOR is commonly used in conditional statements and data analysis to evaluate multiple conditions simultaneously.

YEAR

The YEAR function in Excel is used to extract the year from a given date.

YEARFRAC

The YEARFRAC function calculates the fraction of a year between two dates. This function is commonly used in financial and business contexts to determine the elapsed time in terms of years, especially for interest calculations and date duration analysis.

YIELD

The YIELD function calculates the yield of a security that pays periodic interest, such as bonds or treasury bills. It is commonly used in financial analysis to determine the rate of return on investments.

YIELDDISC

The YIELDDISC function calculates the annual yield of a discounted security, such as a treasury bill or zero-coupon bond. It is commonly used in financial analysis to determine the effective annual return on investment for such instruments.

YIELDMAT

The YIELDMAT function calculates the annual yield of a security that pays interest at maturity. This function is commonly used in financial analysis to determine the yield of a security based on its purchase price, par value, and maturity date.

Z.TEST

The Z.TEST function is used to perform a z-test for the null hypothesis that the sample mean is equal to a specified value. It is commonly used in statistical analysis to assess whether a sample comes from a population with a specific mean.

ZTEST

The ZTEST function is used to calculate the one-tailed probability of a sample mean being equal to the specified population mean.