Excel MODE.MULT Excel Formula Function: Syntax, Examples & Tips

The MODE.MULT function returns multiple modes from a dataset, helping to identify the most frequently occurring values efficiently.

=MODE.MULT(number1, [number2], ...)

Press ⌘+Enter to submit

Parameters

number1:
The first number or range of numbers for which you want to find the mode.

number2:
Additional numbers or ranges of numbers (optional) for which you want to find the mode. You can include up to 255 additional arguments.

What is a MODE.MULT Formula in Excel?

The MODE.MULT function in Excel is a statistical tool that allows you to find the most frequently occurring values in a dataset. Unlike the MODE function, which returns a single mode, the MODE.MULT function can return multiple modes if there are several values that occur with the same highest frequency.

In simpler terms, the MODE.MULT function helps you identify the most common values in your data, making it easier to understand trends and patterns.

A Practical Example

Imagine you are analyzing the test scores of a group of students, and you have the following data in an Excel spreadsheet:

Test Scores Table:

StudentScore
Alice85
Bob90
Charlie85
David75
Eve90
Frank80

You want to find out which scores are the most frequently achieved by the students.

MODE.MULT Formula

To calculate the most frequently occurring scores, you would use the MODE.MULT formula as follows:

excel
=MODE.MULT(B2:B7)

Breakdown of the Formula:

  • B2:B7: This is the range of scores where the function will look for the most frequently occurring values.

Result of the Formula

When you apply the formula, it will return the scores that appear most frequently in the dataset. In this case, the output would be:

Most Frequent Scores
85
90

Here, both 85 and 90 are the most common scores, each occurring twice.

Why Use MODE.MULT?

The MODE.MULT function is particularly useful when you need to analyze data to find common values, especially in large datasets where manual counting would be impractical. It allows you to quickly identify trends and patterns in your data.

Key Takeaways:

  • MODE.MULT: Returns the most frequently occurring values in a dataset.
  • Efficient Data Analysis: Helps you quickly identify common values without manual counting.
  • Common Use Cases: Ideal for statistical analysis, survey results, and any scenario where you need to find the most common occurrences in your data.

Understanding how to use the MODE.MULT function can significantly enhance your data analysis capabilities in Excel, enabling you to extract meaningful insights from your datasets.

Happy analyzing!

Example Use Case

You have a table where Column A contains the scores of students in a math exam, and you want to identify the most frequently occurring scores to understand common performance levels. You can use the MODE.MULT function to return all the modes of the scores, which allows you to quickly identify which scores were most common among the students. This information can help in tailoring future lessons and addressing areas where many students may struggle, without the need for complex statistical analysis.

Explore All Excel Formulas

Browse our complete library of Excel formula guides

ABS

ABS Excel Formula

The ABS function returns the absolute value of a number, eliminating any negative sign for precise calculations.

ACCRI…

ACCRINT Excel Formula

The ACCRINT formula calculates accrued interest for bonds by inputting parameters like issue date, rate, and maturity for precise results.

ACCRI…

ACCRINTM Excel Formula

The ACCRINTM function calculates accrued interest for bonds from issue date to maturity, providing a quick interest assessment.

ACOS

ACOS Excel Formula

The ACOS function calculates the arccosine of a number, returning the result in radians for accurate mathematical computations.

ACOSH

ACOSH Excel Formula

The ACOSH function calculates the inverse hyperbolic cosine of a number, useful for advanced mathematical and statistical analysis.

ACOT

ACOT Excel Formula

The ACOT function calculates the arccotangent of a number, returning the angle in radians for accurate mathematical computations.

ACOTH

ACOTH Excel Formula

The ACOTH function calculates the inverse hyperbolic cotangent of a number, useful for advanced mathematical analysis in Excel.

ADDRE…

ADDRESS Excel Formula

The ADDRESS function generates a cell reference based on specified row and column numbers, allowing dynamic referencing in formulas.

AGGRE…

AGGREGATE Excel Formula

The AGGREGATE function performs advanced calculations while allowing you to ignore errors and customize results for better data analysis.

fx

All Excel Formulas

Learn how to use this Excel formula

AMORD…

AMORDEGRC Excel Formula

The AMORDEGRC function calculates depreciation for an asset based on its cost, purchase date, salvage value, and lifespan.

AMORL…

AMORLINC Excel Formula

The AMORLINC function calculates an asset's depreciation over time, factoring in cost, purchase date, salvage value, and lifespan.

AND

AND Excel Formula

The AND function evaluates multiple conditions in Excel, returning TRUE only if all specified conditions are met for logical tests.

ARABIC

ARABIC Excel Formula

The ARABIC function converts Roman numeral text into Arabic numbers, streamlining numerical calculations in Excel.

AREAS

AREAS Excel Formula

The AREAS function counts the number of distinct areas in a specified range, aiding in efficient data analysis and management.

ARRAY…

ARRAYTOTEXT Excel Formula

The ARRAYTOTEXT formula converts arrays into text format in Excel, enabling customized formatting for improved data presentation.

ASIN

ASIN Excel Formula

The ASIN function calculates the arcsine of a number, returning the angle in radians for inputs between -1 and 1.

ASINH

ASINH Excel Formula

The ASINH function calculates the inverse hyperbolic sine of a number, useful for advanced mathematical analysis in Excel.

ATAN

ATAN Excel Formula

The ATAN function calculates the arctangent of a number, returning the angle in radians for trigonometric calculations in Excel.

ATAN2

ATAN2 Excel Formula

The ATAN2 function calculates the arctangent of the quotient of two numbers, returning the angle in radians.

ATANH

ATANH Excel Formula

The ATANH function calculates the inverse hyperbolic tangent of a number for precise mathematical analysis in Excel.

AVEDEV

AVEDEV Excel Formula

The AVEDEV function calculates the average of absolute deviations from the mean, helping assess data variability and dispersion in a dataset.

AVERA…

AVERAGE Excel Formula

The AVERAGE function calculates the mean of a range of numbers, providing insights for accurate data analysis in Excel.

AVERA…

AVERAGEA Excel Formula

The AVERAGEA function calculates the average of a range, treating text as 0 and logical values as 1, including all data types in the range.

AVERA…

AVERAGEIF Excel Formula

The AVERAGEIF function calculates the average of a range based on specified criteria, enhancing data analysis efficiency in Excel.

AVERA…

AVERAGEIFS Excel Formula

The AVERAGEIFS function calculates the average of a dataset based on specified criteria, allowing for precise data analysis in Excel.

BASE

BASE Excel Formula

The BASE function converts numbers to specified bases, allowing customization of radix and minimum length for flexible data representation.

BIN2D…

BIN2DEC Excel Formula

The BIN2DEC function converts binary numbers to decimal format, facilitating easier data analysis and calculations in Excel.

BIN2H…

BIN2HEX Excel Formula

The BIN2HEX function converts binary numbers to hexadecimal format, aiding in data analysis and format management in Excel.

BIN2O…

BIN2OCT Excel Formula

The BIN2OCT function converts binary numbers to octal format, allowing for customizable output length with the optional places argument.

BINOM…

BINOM.DIST Excel Formula

The BINOM.DIST formula calculates the probability of a specific number of successes in a binomial distribution based on trials and success rate.

BINOM…

BINOMDIST Excel Formula

The BINOMDIST formula calculates the probability of achieving a specific number of successes in a binomial distribution scenario.

BITAND

BITAND Excel Formula

The BITAND function performs a bitwise AND operation between two numbers, returning a number that represents the common bits set to 1.

BITLS…

BITLSHIFT Excel Formula

The BITLSHIFT formula shifts bits to the left, multiplying the number by 2 for each shift, useful for advanced data manipulation.

BITOR

BITOR Excel Formula

The BITOR function performs a bitwise OR operation between two numbers, useful for efficient data manipulation in Excel.

BITRS…

BITRSHIFT Excel Formula

The BITRSHIFT function shifts bits of a number to the right, effectively dividing it by powers of two for data manipulation.

BITXOR

BITXOR Excel Formula

The BITXOR function performs a bitwise XOR operation between two numbers, useful for efficient data analysis in Excel.

BYCOL

BYCOL Excel Formula

The =BYCOL function applies a lambda function to each column in a range, streamlining data analysis and manipulation in Excel.

BYROW

BYROW Excel Formula

The =BYROW(array, lambda) formula applies a specified function to each row in an array, streamlining data analysis in Excel.

CEILI…

CEILING Excel Formula

The CEILING function rounds numbers up to the nearest specified significance, ensuring precise calculations in Excel.

CEILI…

CEILING.MATH Excel Formula

The CEILING.MATH function rounds numbers up to the nearest specified significance, helping to standardize values in calculations.

CEILI…

CEILING.PRECISE Excel Formula

The CEILING.PRECISE function rounds numbers up to the nearest specified significance, ensuring accurate and precise calculations in Excel.

CELL

CELL Excel Formula

The =CELL(info_type, [reference]) formula retrieves details about a cell's formatting, location, or contents in Excel.

CHAR

CHAR Excel Formula

The CHAR function converts numeric ASCII codes into their corresponding characters, simplifying text manipulation in Excel.

CHOOSE

CHOOSE Excel Formula

The CHOOSE function selects a value from a list based on a specified index number, streamlining data retrieval and management in Excel.

CHOOS…

CHOOSECOLS Excel Formula

The CHOOSECOLS function selects specific columns from an array, simplifying data analysis by focusing on relevant information.

CHOOS…

CHOOSEROWS Excel Formula

The CHOOSEROWS function selects specific rows from an array, enhancing data analysis by allowing targeted data retrieval.

CLEAN

CLEAN Excel Formula

The CLEAN function in Excel removes non-printable characters from text, ensuring your data is clean and easy to read in spreadsheets.

CODE

CODE Excel Formula

The =CODE(text) formula returns the numeric ASCII code of the first character in a text string, aiding in data analysis and manipulation.

COLUMN

COLUMN Excel Formula

The =COLUMN([reference]) formula returns the column number of a specified cell or range, aiding in data analysis and referencing.

COLUM…

COLUMNS Excel Formula

The COLUMNS function counts the number of columns in a specified array or range, providing a quick way to assess data structure.

COMBIN

COMBIN Excel Formula

The COMBIN function calculates the number of combinations for a given number of items, helping you choose subsets from a larger set.

COMBI…

COMBINA Excel Formula

The COMBINA function calculates the number of combinations of n items taken k at a time, useful for statistical analysis.

COMPL…

COMPLEX Excel Formula

The COMPLEX function creates complex numbers from real and imaginary parts, aiding in advanced data analysis in Excel.

CONCAT

CONCAT Excel Formula

The CONCAT function combines multiple text strings into one, improving data organization and presentation in Excel.

CONCA…

CONCATENATE Excel Formula

The CONCATENATE function combines multiple text strings into one, improving data organization and presentation in Excel.

CONVE…

CONVERT Excel Formula

The CONVERT function is used to change a value from one unit of measurement to another in Excel, simplifying unit conversions.

COS

COS Excel Formula

The COS function calculates the cosine of an angle in radians, aiding in precise trigonometric analysis within Excel.

COSH

COSH Excel Formula

The COSH function calculates the hyperbolic cosine of a number, useful in advanced math and engineering contexts.

COT

COT Excel Formula

The COT keyword calculates the cotangent of an angle in radians for precise trigonometric analysis using the =COT(number) formula in Excel.

COTH

COTH Excel Formula

The COTH function calculates the hyperbolic cotangent of a number, useful for advanced mathematical analysis and data modeling.

COUNT

COUNT Excel Formula

The COUNT function in Excel counts numeric entries in a specified range, helping to analyze data effectively.

COUNTA

COUNTA Excel Formula

The COUNTA function counts non-empty cells in a specified range, aiding in effective data analysis and summarization.

COUNT…

COUNTBLANK Excel Formula

The COUNTBLANK function counts the number of empty cells in a specified range, helping identify gaps in data entry.

COUNT…

COUNTIFS Excel Formula

The COUNTIF function counts the number of cells in a range that meet a specified condition or criteria.

COUPD…

COUPDAYBS Excel Formula

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

COUPD…

COUPDAYS Excel Formula

The COUPDAYS function calculates the number of coupon payment days between settlement and maturity dates for a security.

COUPD…

COUPDAYSNC Excel Formula

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

COUPN…

COUPNCD Excel Formula

The COUPNCD function calculates the next coupon payment date for bonds, based on the settlement and maturity dates provided.

COUPN…

COUPNUM Excel Formula

The COUPNUM function calculates the total number of coupon payments between the settlement date and maturity date of a bond.

COUPP…

COUPPCD Excel Formula

The COUPPCD function calculates the next coupon payment date for bonds, simplifying bond analysis by providing essential payment timing information.

CSC

CSC Excel Formula

The CSC function calculates the cosecant of an angle in radians, useful for trigonometric calculations in Excel.

CSCH

CSCH Excel Formula

The CSCH function calculates the hyperbolic cosecant of a number for advanced mathematical analysis in Excel.

CUMIP…

CUMIPMT Excel Formula

The CUMIPMT function calculates cumulative interest payments over a specified period, using rate, periods, present value, and payment timing.

CUMPR…

CUMPRINC Excel Formula

The CUMPRINC formula calculates total principal payments over a period, using interest rate, periods, present value, and payment timing.

DATE

DATE Excel Formula

The DATE function creates a date in Excel by specifying the year, month, and day for accurate formatting and calculations.

DATED…

DATEDIF Excel Formula

The DATEDIF formula calculates the difference between two dates by specifying the start date, end date, and desired unit for accurate results.

DATEV…

DATEVALUE Excel Formula

The DATEVALUE function converts date text into a serial number for easier date calculations and analysis in Excel.

DAVER…

DAVERAGE Excel Formula

The DAVERAGE function calculates the average of a specified field in a database that meets defined criteria.

DAY

DAY Excel Formula

The DAY function extracts the day from a date in Excel, helping simplify date analysis and improve data management.

DAYS

DAYS Excel Formula

The DAYS function calculates the number of days between two dates, providing a simple way to find date differences in Excel.

DAYS3…

DAYS360 Excel Formula

The DAYS360 function calculates the number of days between two dates based on a 360-day year, with options for different day count conventions.

DB

DB Excel Formula

The DB function calculates depreciation for an asset based on its database, field, and specified criteria for precise financial evaluation.

DCOUNT

DCOUNT Excel Formula

The DCOUNT function counts the number of records in a database that meet specified criteria, aiding in precise data analysis.

DCOUN…

DCOUNTA Excel Formula

The DCOUNTA function counts non-empty entries in a database that meet specified criteria, helping analyze data effectively.

DDB

DDB Excel Formula

The DDB function calculates asset depreciation using the double declining balance method, factoring in cost, salvage value, life, and period.

DEC2B…

DEC2BIN Excel Formula

The DEC2BIN function converts decimal numbers to binary format, allowing customization of output length with the optional places argument.

DEC2H…

DEC2HEX Excel Formula

The DEC2HEX function converts decimal numbers to hexadecimal format in Excel, with an option for padding digits.

DEC2O…

DEC2OCT Excel Formula

The DEC2OCT function converts decimal numbers to octal format in Excel, with an option to specify the number of digit places.

DECIM…

DECIMAL Excel Formula

The DECIMAL function converts numbers from a specified base (radix) to decimal format, allowing for easy numerical analysis in Excel.

DEGRE…

DEGREES Excel Formula

The DEGREES function converts radians to degrees in Excel, simplifying angle calculations with the formula =DEGREES(radians).

DELTA

DELTA Excel Formula

The DELTA function compares two numbers, returning 1 if they are equal and 0 if they are not, useful for logical tests in Excel.

DEVSQ

DEVSQ Excel Formula

The DEVSQ function calculates the sum of squared deviations from the mean, aiding in statistical analysis and providing data insights.

DGET

DGET Excel Formula

The DGET function retrieves a single value from a database that meets specified criteria, aiding in targeted data analysis.

DISC

DISC Excel Formula

The DISC function calculates the discount on a security based on settlement, maturity, rate, yield, redemption, frequency, and basis.

DMAX

DMAX Excel Formula

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

DMIN

DMIN Excel Formula

The DMIN function finds the minimum value in a database that meets specified criteria, aiding in efficient data analysis.

DOLLAR

DOLLAR Excel Formula

The DOLLAR function formats numbers as currency, allowing customization of decimal places for precise financial reporting.

DOLLA…

DOLLARDE Excel Formula

The DOLLARDE function converts fractional dollar amounts to decimal, simplifying financial calculations in Excel.

DOLLA…

DOLLARFR Excel Formula

The DOLLARFR function converts decimal numbers into fractional dollar amounts for accurate financial calculations.

DPROD…

DPRODUCT Excel Formula

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

DROP

DROP Excel Formula

The DROP function removes designated rows and columns from an array, simplifying data for analysis and enhancing clarity in Excel.

DSTDEV

DSTDEV Excel Formula

The DSTDEV function calculates the standard deviation of a specified field in a database that meets given criteria.

DSTDE…

DSTDEVP Excel Formula

The DSTDEVP function calculates the standard deviation of a population based on specified criteria in a database for precise statistical analysis.

DSUM

DSUM Excel Formula

The =DSUM function calculates the sum of a specified field in a database that meets defined criteria.

DURAT…

DURATION Excel Formula

The DURATION formula calculates a bond's Macaulay duration using settlement, maturity, coupon, yield, frequency, and basis as inputs.

DVAR

DVAR Excel Formula

The DVAR function calculates the variance of a dataset based on given criteria, aiding in precise data analysis.

DVARP

DVARP Excel Formula

The DVARP function calculates the variance of a population based on specified criteria within a data set in Excel.

EDATE

EDATE Excel Formula

The EDATE function calculates future dates by adding a specified number of months to a start date for effective date management.

EFFECT

EFFECT Excel Formula

The EFFECT formula calculates the effective interest rate from a nominal rate and compounding periods, reflecting true borrowing costs.

ENCOD…

ENCODEURL Excel Formula

The ENCODEURL function converts text into a URL-encoded format, making it suitable for web use by replacing special characters.

EOMON…

EOMONTH Excel Formula

The EOMONTH function calculates the last day of a month, given a start date and a number of months to add or subtract.

ERROR…

ERROR.TYPE Excel Formula

The =ERROR.TYPE(error_val) formula identifies specific error types in Excel, aiding in effective data troubleshooting and analysis.

EVEN

EVEN Excel Formula

The EVEN function rounds a number up to the nearest even integer, ensuring consistent and accurate data analysis in Excel.

EXACT

EXACT Excel Formula

The EXACT function compares two text strings for exact matches, returning TRUE for a match and FALSE otherwise.

EXP

EXP Excel Formula

The EXP function calculates the exponential value of a number, useful for advanced math and finance in Excel.

EXPAND

EXPAND Excel Formula

The EXPAND function resizes arrays by adding rows and columns, allowing for padding of empty spaces to enhance data organization.

FACT

FACT Excel Formula

The FACT function calculates the factorial of a number by multiplying all positive integers up to that number in Excel.

FACTD…

FACTDOUBLE Excel Formula

The FACTDOUBLE function calculates the double factorial of a number, useful for advanced mathematical computations in Excel.

FALSE

FALSE Excel Formula

The =FALSE() formula returns the logical value FALSE, aiding in conditional statements and data validation within Excel.

FIELD…

FIELDVALUE Excel Formula

The FIELDVALUE function retrieves specific values from a designated field in a data table for efficient data analysis.

FILTER

FILTER Excel Formula

The FILTER function extracts data from a range based on specified criteria, allowing customization for empty results.

FILTE…

FILTERXML Excel Formula

The FILTERXML function extracts data from XML documents using specified XPath queries for efficient data retrieval in Excel.

FIND

FIND Excel Formula

The FIND function locates specific text within a string, starting from a specified position, returning the text's starting index.

FIXED

FIXED Excel Formula

The FIXED function formats numbers with a set number of decimal places and can remove commas for clearer data presentation.

FLOOR

FLOOR Excel Formula

The FLOOR function rounds down a number to the nearest specified significance, aiding in precise data analysis and reporting.

FLOOR…

FLOOR.MATH Excel Formula

The FLOOR.MATH function rounds numbers down to the nearest specified significance, simplifying calculations in Excel.

FLOOR…

FLOOR.PRECISE Excel Formula

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

FOREC…

FORECAST Excel Formula

The FORECAST function predicts future values using existing x and y data trends, helping to estimate outcomes based on historical data.

FOREC…

FORECAST.ETS Excel Formula

The FORECAST.ETS function predicts future values using historical data and seasonal patterns, enhancing forecasting accuracy in Excel.

FOREC…

FORECAST.ETS.CONFINT Excel Formula

The FORECAST.ETS.CONFINT formula predicts future values and provides confidence intervals based on historical data trends in Excel.

FOREC…

FORECAST.ETS.SEASONALITY Excel Formula

The FORECAST.ETS.SEASONALITY formula estimates the seasonal pattern in time series data, helping identify trends over specific intervals.

FOREC…

FORECAST.ETS.STAT Excel Formula

The =FORECAST.ETS.STAT formula predicts future values based on historical data, accounting for seasonality and data gaps.

FOREC…

FORECAST.LINEAR Excel Formula

The =FORECAST.LINEAR function predicts future y values based on known x and y values, using linear regression to identify trends.

FORMU…

FORMULATEXT Excel Formula

The FORMULATEXT function retrieves and displays the formula from a specified cell, aiding in auditing and formula tracking in Excel.

FREQU…

FREQUENCY Excel Formula

The FREQUENCY formula calculates how often data points fall within defined intervals, or bins, providing a distribution of values.

FV

FV Excel Formula

The FV function calculates the future value of an investment based on interest rate, payment periods, and optional present value and type.

FVSCH…

FVSCHEDULE Excel Formula

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

GCD

GCD Excel Formula

The GCD function calculates the greatest common divisor of two or more numbers, aiding in efficient mathematical problem-solving in Excel.

GEOME…

GEOMEAN Excel Formula

The GEOMEAN function calculates the geometric mean of a range of numbers, providing an accurate average for multiplicative datasets.

GETPI…

GETPIVOTDATA Excel Formula

The GETPIVOTDATA function retrieves specific data from a pivot table, allowing for efficient data extraction and analysis.

GROUP…

GROUPBY Excel Formula

The GROUPBY function organizes data by specified columns and allows for summarization using various aggregation methods.

HARME…

HARMEAN Excel Formula

The HARMEAN function calculates the harmonic mean of a dataset, providing a more accurate average for rates and ratios in analysis.

HEX2B…

HEX2BIN Excel Formula

The HEX2BIN function converts hexadecimal numbers to binary, allowing you to specify the number of bits for consistent formatting.

HEX2D…

HEX2DEC Excel Formula

The HEX2DEC function converts hexadecimal numbers to decimal format for easier numerical analysis and data manipulation in Excel.

HEX2O…

HEX2OCT Excel Formula

The HEX2OCT function converts hexadecimal numbers to octal format in Excel, streamlining data conversion tasks efficiently.

HLOOK…

HLOOKUP Excel Formula

The HLOOKUP function searches for a value in the top row of a horizontal table and returns a corresponding value from a specified row below.

HOUR

HOUR Excel Formula

The HOUR function extracts the hour from a time serial number in Excel, aiding in time analysis and calculations.

HSTACK

HSTACK Excel Formula

The HSTACK function combines multiple arrays side by side, enhancing data organization and analysis in Excel.

HYPER…

HYPERLINK Excel Formula

The HYPERLINK formula creates clickable links in Excel, enabling quick access to web pages or documents directly from the spreadsheet.

IF

IF Excel Formula

The IF function evaluates a condition and returns one value if true and another if false, enabling dynamic decision-making in Excel.

IFERR…

IFERROR Excel Formula

The IFERROR function is used to return a specified value if a formula results in an error, ensuring cleaner and more user-friendly spreadsheets.

IFNA

IFNA Excel Formula

The IFNA function returns a specified value when a formula results in #N/A, helping to manage errors in Excel calculations.

IFS

IFS Excel Formula

The IFS function evaluates multiple conditions in Excel and returns specified values based on the first true condition met.

IMABS

IMABS Excel Formula

The IMABS function calculates the absolute value of a complex number in Excel, useful for data analysis and mathematical computations.

IMAGE

IMAGE Excel Formula

The IMAGE function allows users to insert and customize images in Excel, adjusting alt text, size, height, and width for better presentation.

IMAGI…

IMAGINARY Excel Formula

The IMAGINARY function extracts the imaginary part of a complex number, aiding in advanced mathematical calculations in Excel.

IMARG…

IMARGUMENT Excel Formula

The IMARGUMENT function extracts the angle (argument) from a complex number, simplifying calculations involving complex numbers in Excel.

IMCON…

IMCONJUGATE Excel Formula

The IMCONJUGATE function calculates the complex conjugate of a complex number for precise mathematical analysis in Excel.

IMCOS

IMCOS Excel Formula

The IMCOS function calculates the cosine of a complex number, providing precise results for complex number operations in Excel.

IMCOSH

IMCOSH Excel Formula

The IMCOSH function calculates the hyperbolic cosine of a complex number, useful in advanced math and engineering contexts.

IMCOT

IMCOT Excel Formula

The IMCOT function calculates the inverse cotangent of a complex number for accurate mathematical analysis in Excel.

IMCSC

IMCSC Excel Formula

The IMCSC function calculates the inverse of a complex number for accurate mathematical analysis in Excel.

IMCSCH

IMCSCH Excel Formula

The IMCSCH function calculates the inverse hyperbolic sine of a complex number, aiding in advanced mathematical analysis in Excel.

IMDIV

IMDIV Excel Formula

The IMDIV function is used to divide one complex number by another in Excel, returning the result as a complex number.

IMEXP

IMEXP Excel Formula

The IMEXP function calculates the exponential of a complex number, aiding in advanced mathematical analysis in Excel.

IMLN

IMLN Excel Formula

The IMLN function calculates the natural logarithm of a complex number for advanced mathematical analysis in Excel.

IMLOG…

IMLOG10 Excel Formula

The IMLOG10 function calculates the base-10 logarithm of a complex number for accurate mathematical analysis in Excel.

IMLOG2

IMLOG2 Excel Formula

The IMLOG2 function calculates the base-2 logarithm of complex numbers in Excel, simplifying complex data analysis tasks.

IMPOW…

IMPOWER Excel Formula

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

IMPRO…

IMPRODUCT Excel Formula

The IMPRODUCT function multiplies multiple numbers together in Excel for efficient calculations and data analysis.

IMREAL

IMREAL Excel Formula

The IMREAL function extracts the real part of a complex number in Excel, aiding in efficient data analysis.

IMSEC

IMSEC Excel Formula

The IMSEC function calculates the imaginary secant of a complex number for accurate mathematical analysis in Excel.

IMSECH

IMSECH Excel Formula

The IMSECH function calculates the inverse hyperbolic secant of a number, useful in mathematics and engineering for solving hyperbolic equations.

IMSIN

IMSIN Excel Formula

The IMSIN function calculates the sine of a complex number in Excel, useful for advanced math and engineering tasks.

IMSINH

IMSINH Excel Formula

The IMSINH function calculates the hyperbolic sine of a complex number, useful in advanced math and engineering contexts.

IMSQRT

IMSQRT Excel Formula

The IMSQRT function calculates the square root of a complex number in Excel, useful for advanced math and engineering tasks.

IMSUB

IMSUB Excel Formula

The IMSUB function subtracts one complex number from another in Excel, allowing for efficient calculations with complex values.

IMSUM

IMSUM Excel Formula

The IMSUM function is used to calculate the sum of multiple complex numbers in Excel, simplifying complex number addition.

IMTAN

IMTAN Excel Formula

The IMTAN function calculates the inverse tangent of a complex number in Excel, aiding in complex number analysis and calculations.

INDEX

INDEX Excel Formula

The INDEX function retrieves values from a specified array using row and optional column numbers for precise data extraction.

INDIR…

INDIRECT Excel Formula

The INDIRECT function allows you to create dynamic cell references, enabling flexible data manipulation in your Excel spreadsheets.

INFO

INFO Excel Formula

The INFO function retrieves information about the current Excel environment, such as the version, operating system, and settings.

INT

INT Excel Formula

The INT function rounds down a number to the nearest integer, aiding in data analysis and simplifying calculations in Excel.

INTER…

INTERCEPT Excel Formula

The INTERCEPT function calculates the y-intercept of a linear regression line based on known y and x values in Excel.

INTRA…

INTRATE Excel Formula

The INTRATE function calculates the annual interest rate of an investment based on settlement, maturity, investment, and redemption values.

IPMT

IPMT Excel Formula

The IPMT function calculates interest payments on loans for specific periods, aiding in financial analysis and budgeting.

IRR

IRR Excel Formula

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

ISBLA…

ISBLANK Excel Formula

The ISBLANK function checks if a specified cell is empty, returning TRUE for blank cells and FALSE for those containing data.

ISERR

ISERR Excel Formula

The ISERR function checks for errors in Excel, returning TRUE for all errors except #N/A, aiding in effective data management.

ISERR…

ISERROR Excel Formula

The ISERROR function checks if a value is an error, returning TRUE for errors and FALSE for non-errors in Excel.

ISEVEN

ISEVEN Excel Formula

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

ISFOR…

ISFORMULA Excel Formula

The ISFORMULA function checks if a specified cell contains a formula, useful for data validation and error checking in Excel.

ISLOG…

ISLOGICAL Excel Formula

The ISLOGICAL function checks if a value is TRUE or FALSE, useful for validating data and performing logical tests in Excel.

ISNA

ISNA Excel Formula

The ISNA function checks if a value is #N/A, allowing you to handle errors and enhance data accuracy in your Excel spreadsheets.

ISNON…

ISNONTEXT Excel Formula

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

ISNUM…

ISNUMBER Excel Formula

The ISNUMBER function checks if a specified value is a number, useful for validating data and ensuring accuracy in spreadsheets.

ISODD

ISODD Excel Formula

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

ISOMI…

ISOMITTED Excel Formula

The ISOMITTED function checks for omitted values in Excel, returning TRUE if a value is omitted and FALSE if it is present.

ISOWE…

ISOWEEKNUM Excel Formula

The ISOWEEKNUM function calculates the ISO week number for a specified date, helping to organize data by week efficiently.

ISPMT

ISPMT Excel Formula

The ISPMT function calculates interest paid on a loan for a specific period, simplifying interest calculations in Excel.

ISREF

ISREF Excel Formula

The ISREF function checks if a value refers to a valid cell or range in Excel, aiding in data validation and error checking.

ISTEXT

ISTEXT Excel Formula

The ISTEXT function checks if a specified value is text, aiding in data validation and ensuring correct data types in spreadsheets.

LAMBDA

LAMBDA Excel Formula

The LAMBDA function allows users to define custom formulas with parameters, streamlining calculations and boosting productivity in Excel.

LARGE

LARGE Excel Formula

The LARGE function retrieves the k-th largest value from a specified array, helping analyze data effectively.

LCM

LCM Excel Formula

The LCM function calculates the least common multiple of two or more numbers in Excel, aiding in efficient data analysis.

LEFT

LEFT Excel Formula

The LEFT formula extracts a specified number of characters from the start of a text string in Excel, allowing for easy customization.

LEN

LEN Excel Formula

The LEN function counts the number of characters in a text string, aiding in efficient data analysis and management in Excel.

LET

LET Excel Formula

The LET function allows you to define variables in Excel, improving formula readability and performance by reusing calculations.

LINEST

LINEST Excel Formula

The LINEST function calculates the statistics for a linear regression model, helping analyze relationships between variables in data sets.

LN

LN Excel Formula

The LN function calculates the natural logarithm of a specified number, aiding in advanced mathematical analysis and data modeling.

LOG

LOG Excel Formula

The LOG function calculates logarithms in Excel, enabling users to define both the number and base for flexible mathematical computations.

LOG10

LOG10 Excel Formula

The LOG10 function calculates the base-10 logarithm of a number, aiding in data analysis and simplifying mathematical computations.

LOOKUP

LOOKUP Excel Formula

The LOOKUP formula is used to search for a value in a range and return a corresponding value from another range efficiently.

LOWER

LOWER Excel Formula

The LOWER function converts any text string to lowercase, streamlining data formatting in Excel.

MAKEA…

MAKEARRAY Excel Formula

The MAKEARRAY function generates dynamic arrays by defining rows, columns, and custom calculations using lambda functions.

MAP

MAP Excel Formula

The =MAP function applies a custom lambda function to each element in an array, streamlining data manipulation in Excel.

MATCH

MATCH Excel Formula

The MATCH function locates the position of a specified value within a range, aiding in data analysis and lookup tasks in Excel.

MAX

MAX Excel Formula

The MAX function in Excel identifies the highest number in a range, streamlining data analysis by quickly highlighting maximum values.

MAXA

MAXA Excel Formula

The MAXA function returns the maximum value in a dataset, considering numbers, text, and logical values like TRUE and FALSE.

MAXIFS

MAXIFS Excel Formula

The MAXIFS formula finds the highest value in a range that meets specified criteria, streamlining data analysis with multiple conditions.

MDETE…

MDETERM Excel Formula

The MDETERM function calculates the determinant of a matrix, aiding in data analysis and mathematical computations in Excel.

MDURA…

MDURATION Excel Formula

The MDURATION function calculates a bond's modified duration, indicating its sensitivity to interest rate changes.

MEDIAN

MEDIAN Excel Formula

The MEDIAN function calculates the middle value of a data set, efficiently identifying the central point among numbers in Excel.

MID

MID Excel Formula

The MID function extracts characters from a text string by specifying the starting position and the number of characters to return.

MIN

MIN Excel Formula

The MIN function identifies the smallest number in a specified range, aiding in efficient data analysis and comparison of values.

MINA

MINA Excel Formula

The MINA function in Excel finds the minimum value in a dataset, considering numbers, text, and logical values like TRUE and FALSE.

MINIFS

MINIFS Excel Formula

The MINIFS function finds the smallest value in a range that meets specified criteria, allowing for efficient data analysis in Excel.

MINUTE

MINUTE Excel Formula

The MINUTE function extracts the minute component from a time value, aiding in time analysis and calculations in Excel.

MINVE…

MINVERSE Excel Formula

The MINVERSE function calculates the inverse of a matrix, useful for advanced data analysis and solving linear equations in Excel.

MIRR

MIRR Excel Formula

The MIRR function calculates the modified internal rate of return using cash flows, finance rate, and reinvestment rate for investment evaluation.

MMULT

MMULT Excel Formula

The MMULT function multiplies two arrays (matrices) in Excel, enabling advanced data analysis through matrix operations.

MOD

MOD Excel Formula

The MOD function calculates the remainder of a division, aiding in data analysis and simplifying calculations in Excel.

MODE

MODE Excel Formula

The MODE function identifies the number that appears most often in a data set, helping you analyze frequency easily.

MODE.…

MODE.SNGL Excel Formula

The MODE.SNGL function identifies the single most frequently occurring number in a data set, streamlining data analysis in Excel.

MONTH

MONTH Excel Formula

The MONTH function extracts the month from a date, returning it as a number for streamlined data analysis and reporting in Excel.

MROUND

MROUND Excel Formula

The MROUND function rounds a number to the nearest specified multiple, ensuring accurate and precise calculations in Excel.

MUNIT

MUNIT Excel Formula

The MUNIT function generates a square identity matrix based on the specified array size, useful for advanced mathematical operations.

N

N Excel Formula

The N function converts text or logical values to numbers in Excel, ensuring accurate calculations and data analysis.

NA

NA Excel Formula

The =NA() formula generates a #N/A error in Excel, signaling missing data or unavailable information in your spreadsheets.

NETWO…

NETWORKDAYS Excel Formula

The NETWORKDAYS formula calculates working days between two dates, excluding weekends and specified holidays.

NETWO…

NETWORKDAYS.INTL Excel Formula

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

NOMIN…

NOMINAL Excel Formula

The NOMINAL function calculates the nominal interest rate from an effective rate and the number of compounding periods per year.

NORM.…

NORM.DIST Excel Formula

The NORM.DIST function calculates the normal distribution probability based on specified mean, standard deviation, and cumulative options.

NORM.…

NORM.INV Excel Formula

The NORM.INV function calculates the inverse of the normal distribution for a given probability, mean, and standard deviation in Excel.

NORM.…

NORM.S.DIST Excel Formula

The NORM.S.DIST function calculates the standard normal distribution for a given z-score, useful for statistical analysis and probability assessments.

NORM.…

NORM.S.INV Excel Formula

The NORM.S.INV function returns the z-score corresponding to a given probability in the standard normal distribution.

NOT

NOT Excel Formula

The NOT function in Excel reverses a logical value, yielding TRUE for FALSE and FALSE for TRUE, aiding in logical evaluations.

NOW

NOW Excel Formula

The NOW function displays the current date and time in Excel, updating automatically whenever the worksheet recalculates.

NPER

NPER Excel Formula

The NPER function calculates the number of periods for an investment or loan based on rate, payment, present value, and optional future value.

NPV

NPV Excel Formula

The NPV function calculates the net present value of an investment by discounting future cash flows to assess profitability over time.

NUMBE…

NUMBERVALUE Excel Formula

The NUMBERVALUE function converts text to numbers, allowing customization of decimal and group separators for accurate data representation.

ODD

ODD Excel Formula

The ODD function rounds a number up to the nearest odd integer, simplifying data analysis and ensuring consistent odd values.

ODDFP…

ODDFPRICE Excel Formula

The ODDFPRICE function calculates the price of an odd first coupon bond by inputting parameters like settlement date, maturity date, and coupon rate.

ODDFY…

ODDFYIELD Excel Formula

The ODDFYIELD function calculates the yield of an odd coupon bond using parameters like settlement, maturity, and coupon rate.

ODDLP…

ODDLPRICE Excel Formula

The ODDLPRICE function calculates the odd-lot price of a bond by inputting settlement, maturity, rate, yield, and other parameters.

ODDLY…

ODDLYIELD Excel Formula

The ODDLYIELD function calculates a bond's yield based on settlement, maturity, rate, price, redemption, frequency, and basis.

OFFSET

OFFSET Excel Formula

The OFFSET function allows you to create dynamic cell references by specifying the number of rows and columns to shift from a starting point.

OR

OR Excel Formula

The OR function evaluates multiple conditions in Excel, returning TRUE if at least one condition is true, aiding in data analysis.

PDURA…

PDURATION Excel Formula

The PDURATION formula calculates the time needed to grow a present value to a future value at a given interest rate.

PERCE…

PERCENTILE Excel Formula

The PERCENTILE function calculates the k-th percentile of a data set, helping analyze distribution for informed decision-making.

PERCE…

PERCENTILE.EXC Excel Formula

The PERCENTILE.EXC function calculates the k-th percentile of a dataset, excluding the minimum and maximum values for accurate analysis.

PERCE…

PERCENTILE.INC Excel Formula

The PERCENTILE.INC function calculates the k-th percentile of a data set, helping to understand the distribution of values within it.

PERCE…

PERCENTOF Excel Formula

The =PERCENTOF formula calculates a number's percentage relative to a total, aiding in data analysis and decision-making.

PERCE…

PERCENTRANK Excel Formula

The PERCENTRANK function calculates the relative rank of a value in a dataset, indicating its position within the overall distribution.

PERCE…

PERCENTRANK.EXC Excel Formula

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

PERCE…

PERCENTRANK.INC Excel Formula

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

PERMUT

PERMUT Excel Formula

The PERMUT function calculates the number of ways to arrange a subset of items from a larger set, aiding in data analysis.

PERMU…

PERMUTATIONA Excel Formula

The PERMUTATIONA function calculates the number of permutations of n items taken r at a time, allowing for repetitions in data analysis.

PI

PI Excel Formula

The PI() function returns the mathematical constant pi (π) for precise calculations in math and engineering applications.

PIVOT…

PIVOTBY Excel Formula

The PIVOTBY function dynamically analyzes data, enabling custom pivoting based on specified criteria and value ranges for insightful reporting.

PMT

PMT Excel Formula

The PMT function calculates loan payments by using the interest rate, number of periods, present value, and optional future value/type.

POWER

POWER Excel Formula

The POWER function raises a number to a specified exponent, streamlining calculations and enhancing data analysis in Excel.

PPMT

PPMT Excel Formula

The PPMT function calculates the principal portion of a loan payment for a specific period, aiding in loan and investment management.

PRICE

PRICE Excel Formula

The PRICE function calculates a bond's price based on settlement, maturity, coupon rate, yield, redemption value, payment frequency, and day count basis.

PRICE…

PRICEDISC Excel Formula

The PRICEDISC function calculates the price of a discounted security by considering settlement, maturity, discount rate, and redemption value.

PRICE…

PRICEMAT Excel Formula

The PRICEMAT function calculates the price of a maturity bond based on settlement, maturity, issue dates, rate, yield, and basis.

PRODU…

PRODUCT Excel Formula

The PRODUCT formula multiplies multiple numbers in Excel, streamlining calculations for efficient data analysis in your spreadsheets.

PROPER

PROPER Excel Formula

The PROPER function transforms text to proper case, capitalizing the first letter of each word for enhanced readability in Excel.

PV

PV Excel Formula

The PV function calculates the present value of an investment or loan based on interest rate, number of periods, payment amount, and future value.

QUART…

QUARTILE Excel Formula

The =QUARTILE function calculates quartiles in a dataset, aiding in data analysis and understanding distribution effectively.

QUART…

QUARTILE.EXC Excel Formula

The =QUARTILE.EXC function calculates exclusive quartiles, providing precise statistical analysis by excluding the median from the quartile calculations.

QUART…

QUARTILE.INC Excel Formula

The =QUARTILE.INC function calculates quartiles in a dataset, helping analyze data distribution effectively.

QUOTI…

QUOTIENT Excel Formula

The QUOTIENT function divides two numbers and returns the integer part of the result, ignoring any remainder for precise calculations.

RADIA…

RADIANS Excel Formula

The RADIANS function converts degrees to radians, simplifying trigonometric and geometric calculations in Excel.

RAND

RAND Excel Formula

The RAND function generates random numbers between 0 and 1, useful for simulations, sampling, and data analysis in Excel.

RANDA…

RANDARRAY Excel Formula

The RANDARRAY function generates a dynamic array of random numbers, allowing you to specify the number of rows, columns, and integer range.

RANDB…

RANDBETWEEN Excel Formula

The RANDBETWEEN formula generates random integers within a specified range, aiding in dynamic data analysis and simulations.

RANK

RANK Excel Formula

The RANK function assigns a rank to a number in a list, allowing for both ascending and descending order rankings.

RANK.…

RANK.AVG Excel Formula

The =RANK.AVG formula calculates the average rank of a number in a dataset, allowing for customizable ranking order options.

RANK.…

RANK.EQ Excel Formula

The RANK.EQ function ranks numbers in a dataset, allowing you to specify whether to order them in ascending or descending order.

RATE

RATE Excel Formula

The RATE function calculates the interest rate for an investment or loan based on payments, present value, and future value inputs.

RECEI…

RECEIVED Excel Formula

The RECEIVED formula calculates the present value of a bond's cash flows using issue number, dates, and discount rate.

REDUCE

REDUCE Excel Formula

The =REDUCE function aggregates data using a custom initial value and a lambda function for efficient calculations in Excel.

REGEX…

REGEXEXTRACT Excel Formula

The REGEXEXTRACT function retrieves specific text patterns using a defined regular expression for accurate data extraction in Excel.

REGEX…

REGEXREPLACE Excel Formula

The REGEXREPLACE function replaces text patterns in a string using regular expressions for efficient data manipulation in Excel.

REGEX…

REGEXTEST Excel Formula

The REGEXTEST function checks if a text string matches a given regular expression pattern, returning TRUE or FALSE based on the match.

REPLA…

REPLACE Excel Formula

The REPLACE function in Excel modifies text by replacing specified characters with new ones, streamlining text editing tasks.

REPT

REPT Excel Formula

The REPT function repeats text a specified number of times, enhancing data presentation and formatting in Excel.

RIGHT

RIGHT Excel Formula

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

ROMAN

ROMAN Excel Formula

The =ROMAN function converts numbers to Roman numerals in Excel, with an optional second argument to customize the numeral format.

ROUND

ROUND Excel Formula

The ROUND function rounds a number to a specified number of digits, enhancing accuracy in calculations and improving data presentation.

ROUND…

ROUNDDOWN Excel Formula

The ROUNDDOWN function in Excel rounds numbers down to a specified number of digits for accurate data analysis.

ROUND…

ROUNDUP Excel Formula

The ROUNDUP formula rounds numbers up to a specified number of digits, ensuring accuracy in data analysis and reporting.

ROW

ROW Excel Formula

The ROW function returns the row number of a specified cell or range, helping identify its position in the spreadsheet.

ROWS

ROWS Excel Formula

The ROWS function counts the number of rows in a specified range or array, providing a quick way to determine row totals in Excel.

RRI

RRI Excel Formula

The RRI function calculates the annual interest rate required to grow an investment from present value (pv) to future value (fv) over a specified period (nper).

SCAN

SCAN Excel Formula

The SCAN function in Excel enables cumulative calculations using LAMBDA for dynamic data analysis, enhancing data insights effectively.

SEARCH

SEARCH Excel Formula

The SEARCH function locates specific text in a string, beginning at a specified position, returning the starting index of the found text.

SEC

SEC Excel Formula

The SEC function calculates the secant of an angle in radians, useful for precise trigonometric analysis and applications in Excel.

SECH

SECH Excel Formula

The SECH function calculates the hyperbolic secant of a number, useful in advanced math and engineering contexts.

SECOND

SECOND Excel Formula

The SECOND function extracts the seconds from a time value, aiding in precise time analysis in Excel.

SEQUE…

SEQUENCE Excel Formula

The SEQUENCE function generates a list of sequential numbers in Excel, allowing customization of rows, columns, start value, and step increment.

SHEET

SHEET Excel Formula

The SHEET function retrieves the sheet number of a specified reference, aiding in efficient data organization and management in Excel.

SHEETS

SHEETS Excel Formula

The SHEETS function counts the total number of sheets in a workbook or a specified reference, helping users manage their data effectively.

SIGN

SIGN Excel Formula

The SIGN function returns 1 for positive numbers, -1 for negative numbers, and 0 for zero, helping identify a number's sign in Excel.

SIN

SIN Excel Formula

The SIN function calculates the sine of an angle in radians, aiding in precise trigonometric analysis in Excel.

SINH

SINH Excel Formula

The SINH function calculates the hyperbolic sine of a number, useful for advanced mathematical analysis and data modeling in Excel.

SKEW

SKEW Excel Formula

The SKEW function calculates the skewness of a data set, indicating the asymmetry of its distribution around the mean.

SKEW.P

SKEW.P Excel Formula

The SKEW.P function calculates the skewness of a dataset, helping to analyze its distribution and identify any asymmetry present.

SLN

SLN Excel Formula

The SLN function calculates straight-line depreciation for an asset, providing consistent annual expense for accurate financial tracking.

SLOPE

SLOPE Excel Formula

The SLOPE function calculates the slope of a linear regression line based on known_y's and known_x's data sets in Excel.

SMALL

SMALL Excel Formula

The SMALL function retrieves the k-th smallest value from a specified array, helping to analyze data efficiently in Excel.

SORT

SORT Excel Formula

The SORT function organizes data by defining the sort index, order (ascending/descending), and orientation (rows/columns).

SORTBY

SORTBY Excel Formula

The SORTBY function sorts data dynamically based on specified criteria and order preferences, allowing for flexible data organization.

SQRT

SQRT Excel Formula

The SQRT function calculates the square root of a specified number, providing a quick method for mathematical analysis in Excel.

STAND…

STANDARDIZE Excel Formula

The STANDARDIZE function calculates a normalized value of a data point using its mean and standard deviation for comparison.

STDEV

STDEV Excel Formula

The STDEV formula calculates the standard deviation of a dataset in Excel, measuring the variability and dispersion of the data points.

STDEV…

STDEV.P Excel Formula

The STDEV.P function calculates the population standard deviation, providing insights into data variability for accurate statistical analysis.

STDEV…

STDEV.S Excel Formula

The STDEV.S function calculates the sample standard deviation, measuring data variability in a dataset by considering a sample rather than the entire population.

STDEVA

STDEVA Excel Formula

The STDEVA function calculates the standard deviation of a dataset, treating text as 0 and logical values as TRUE=1, FALSE=0.

STDEVP

STDEVP Excel Formula

The STDEVP function calculates the standard deviation of a population based on a set of numerical values for statistical analysis.

STDEV…

STDEVPA Excel Formula

The STDEVPA function calculates the standard deviation of a dataset, treating text as zero and logical values as TRUE=1, FALSE=0.

STOCK…

STOCKHISTORY Excel Formula

The STOCKHISTORY formula retrieves past stock prices by specifying the ticker, date range, interval, and additional parameters.

SUBST…

SUBSTITUTE Excel Formula

The SUBSTITUTE function replaces specific text in a string, allowing you to target and modify specific instances of that text.

SUBTO…

SUBTOTAL Excel Formula

The SUBTOTAL function calculates results on filtered data, allowing for dynamic analysis without affecting hidden rows.

SUMIF

SUM Excel Formula

The SUMIF function sums values in a range that meet specified criteria, aiding in targeted data analysis and reporting.

SUMIF

SUMIF Excel Formula

The SUMIF function sums values in a range that meet specified criteria, allowing for conditional calculations in Excel.

SUMIFS

SUMIFS Excel Formula

The SUMIFS formula sums values in Excel based on multiple specified criteria, enhancing data analysis capabilities.

SUMPR…

SUMPRODUCT Excel Formula

The SUMPRODUCT formula multiplies corresponding elements in arrays and sums the results, allowing for efficient calculations across multiple datasets.

SQUAR…

SUMSQ Excel Formula

The SQUAREROOT function calculates the square root, while SUMSQ computes the sum of squares of specified numbers.

SUMX2…

SUMX2MY2 Excel Formula

The SUMX2MY2 function calculates the sum of the differences between the squares of two arrays for efficient data analysis.

SUMX2…

SUMX2PY2 Excel Formula

The SUMX2PY2 function calculates the sum of the products of two arrays, aiding in efficient data analysis and comparison.

SUMXM…

SUMXMY2 Excel Formula

The SUMXMY2 function calculates the sum of the squares of differences between two arrays, aiding in data analysis and comparison.

SWITCH

SWITCH Excel Formula

The SWITCH function evaluates multiple conditions and returns a corresponding result, streamlining complex nested IF statements in Excel.

SYD

SYD Excel Formula

The SYD function calculates depreciation by considering the asset's cost, salvage value, useful life, and the specific period of depreciation.

T

T Excel Formula

The T function converts text to numeric values, ensuring accurate calculations and data analysis in Excel.

TAKE

TAKE Excel Formula

The TAKE function extracts specified rows and columns from an array, streamlining data analysis in Excel.

TAN

TAN Excel Formula

The TAN function calculates the tangent of an angle in radians, aiding in accurate trigonometric calculations in Excel.

TANH

TANH Excel Formula

The TANH function calculates the hyperbolic tangent of a number, useful for advanced mathematical and statistical analysis in Excel.

TBILL…

TBILLEQ Excel Formula

The TBILLEQ formula calculates the equivalent yield of a Treasury bill, considering settlement date, maturity date, discount rate, and basis.

TBILL…

TBILLPRICE Excel Formula

The TBILLPRICE function calculates the price of a Treasury bill using settlement date, maturity date, and discount rate as inputs.

TBILL…

TBILLYIELD Excel Formula

The TBILLYIELD function calculates the yield of a Treasury bill using settlement date, maturity date, and discount rate inputs.

TEXT

TEXT Excel Formula

The TEXT function converts numbers to text in a specified format, enhancing data presentation in Excel.

TEXTA…

TEXTAFTER Excel Formula

The TEXTAFTER function extracts text following a specified delimiter, allowing for customizable match modes and additional options.

TEXTB…

TEXTBEFORE Excel Formula

The TEXTBEFORE function extracts text from a string, returning everything before a specified delimiter for better data organization.

TEXTJ…

TEXTJOIN Excel Formula

The TEXTJOIN function combines text from multiple cells using a delimiter, excluding empty cells for cleaner results.

TEXTS…

TEXTSPLIT Excel Formula

The TEXTSPLIT function divides text into separate cells based on specified delimiters, allowing customization and handling of empty values.

TIME

TIME Excel Formula

The TIME function creates a time value from given hours, minutes, and seconds for precise time calculations in Excel.

TIMEV…

TIMEVALUE Excel Formula

The TIMEVALUE function converts a text time into a decimal value for precise time calculations in Excel.

TOCOL

TOCOL Excel Formula

The =TOCOL formula in Excel converts arrays into a single column, allowing for empty cell exclusion and delimiter customization.

TODAY

TODAY Excel Formula

The =TODAY() formula displays the current date in Excel, updating automatically each time the spreadsheet is opened or recalculated.

TOROW

TOROW Excel Formula

The TOROW function converts an array into a single row, allowing you to ignore empty cells for a neater data display.

TRANS…

TRANSPOSE Excel Formula

The TRANSPOSE function changes the orientation of data, switching rows to columns and columns to rows for improved data organization.

TRIM

TRIM Excel Formula

The TRIM function removes extra spaces from text, ensuring clean data for analysis by eliminating leading, trailing, and multiple spaces.

TRIMM…

TRIMMEAN Excel Formula

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

TRUE

TRUE Excel Formula

The =TRUE() formula in Excel returns a logical TRUE value, useful for data analysis and setting conditions in formatting rules.

TRUNC

TRUNC Excel Formula

The TRUNC function in Excel removes decimal places from a number, allowing you to specify how many digits to keep.

TYPE

TYPE Excel Formula

The =TYPE(value) formula identifies the data type of a specified value, aiding in data analysis and ensuring accurate data handling.

UNICH…

UNICHAR Excel Formula

The =UNICHAR(number) formula in Excel displays Unicode characters corresponding to their numeric codes, enhancing spreadsheet visuals.

UNICO…

UNICODE Excel Formula

The UNICODE function retrieves the Unicode value of a specified character in Excel, aiding in data analysis and character encoding tasks.

UNIQUE

UNIQUE Excel Formula

The UNIQUE function extracts distinct values from a range, allowing for column-wise extraction and exact match options.

UPPER

UPPER Excel Formula

The UPPER function converts any text string to uppercase letters, simplifying data formatting in Excel.

VALUE

VALUE Excel Formula

The VALUE function converts text representations of numbers into numeric values for accurate calculations in Excel.

VALUE…

VALUETOTEXT Excel Formula

The VALUETOTEXT formula converts numeric values to text in Excel, with optional formatting for customization.

VAR

VAR Excel Formula

The VAR function calculates the variance of a dataset in Excel, measuring data variability by analyzing multiple input numbers.

VAR.P

VAR.P Excel Formula

The VAR.P function calculates the population variance of a dataset, providing insights into data dispersion. Input your values for analysis.

VAR.S

VAR.S Excel Formula

The VAR.S function calculates the sample variance of a dataset, providing insights into data variability for statistical analysis.

VARA

VARA Excel Formula

The VARA function calculates the variance of a dataset, including numbers and text, for precise statistical analysis in Excel.

VARP

VARP Excel Formula

The VARP function calculates the variance of a population by analyzing the specified data range to measure variability.

VARPA

VARPA Excel Formula

The VARPA function calculates the population variance in Excel, considering text and logical values in its computation.

VDB

VDB Excel Formula

The VDB function calculates depreciation for an asset, considering cost, salvage value, life, and specific periods for accurate financial reporting.

VLOOK…

VLOOKUP Excel Formula

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

VSTACK

VSTACK Excel Formula

The VSTACK function combines multiple arrays into a single vertical array for streamlined data organization and analysis in Excel.

WEBSE…

WEBSERVICE Excel Formula

The =WEBSERVICE(url) formula fetches data from online sources directly into Excel for easy integration and analysis.

WEEKD…

WEEKDAY Excel Formula

The WEEKDAY function in Excel returns the day of the week for a given date, allowing for different numbering systems based on user preference.

WEEKN…

WEEKNUM Excel Formula

The WEEKNUM function calculates the week number of a given date, allowing for different return types based on week start preferences.

WORKD…

WORKDAY Excel Formula

The WORKDAY formula calculates future workdays by adding a specified number of days to a start date, excluding weekends and holidays.

WORKD…

WORKDAY.INTL Excel Formula

The WORKDAY.INTL function calculates workdays by excluding weekends and specified holidays, allowing for customized weekend definitions.

WRAPC…

WRAPCOLS Excel Formula

The WRAPCOLS function organizes data into a specified number of columns, allowing for optional padding to improve readability.

WRAPR…

WRAPROWS Excel Formula

The =WRAPROWS function organizes data into specified row counts, allowing for padding and customization of the output format.

XIRR

XIRR Excel Formula

The XIRR function calculates the internal rate of return for cash flows with irregular dates, aiding in financial analysis and investment decisions.

XLOOK…

XLOOKUP Excel Formula

The XLOOKUP function retrieves data from a range, allowing for customizable handling of missing values and different search modes.

XMATCH

XMATCH Excel Formula

The XMATCH function locates a value's position in a range, allowing for flexible match types and search directions.

XNPV

XNPV Excel Formula

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

XOR

XOR Excel Formula

The XOR function evaluates multiple conditions, returning TRUE if an odd number of its arguments are TRUE, otherwise FALSE.

YEAR

YEAR Excel Formula

The YEAR function extracts the year from a date, allowing for precise data analysis and reporting in Excel.

YEARF…

YEARFRAC Excel Formula

The YEARFRAC function calculates the fractional year between two dates in Excel, allowing for customizable basis options for precision.

YIELD

YIELD Excel Formula

The YIELD function calculates a bond's yield based on settlement, maturity, rate, price, redemption, frequency, and basis inputs.

YIELD…

YIELDDISC Excel Formula

The YIELDDISC formula calculates the yield of a discounted security using settlement, maturity, discount, and redemption values.

YIELD…

YIELDMAT Excel Formula

The YIELDMAT function calculates a bond's yield based on settlement, maturity, issue date, coupon rate, price, and day count basis.

Still not sure that Formula Bot is right for you?

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

Need More Help with Excel Formulas?

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