Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Create Pareto Chart in Excel
  • Conditional Formatting Data bars Examples in Excel
  • How to create running total in an Excel Table
  • Randomize/ Shuffle List in Excel
  • How To Sort One Column or Multiple Columns in Excel

References

  • Extract all partial matches in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel MATCH Function
  • Vlookup Examples in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions

Data Validations

  • Excel Data validation number multiple 100
  • Excel Data validation unique values only
  • Prevent invalid data entering in specific cells
  • Excel Data validation require unique number
  • Excel Data validation date in specific year

Category: Excel Functions

GAUSS function: Description, Usage, Syntax, Examples and Explanation

by

What is GAUSS function in Excel? GAUSS function is one of Statistical functions in Microsoft Excel that calculates the probability that a member of a standard normal population will fall between the mean and z standard deviations from the mean. Syntax of GAUSS function GAUSS(z) The GAUSS function syntax has the following arguments. Z    Required. Returns …

Continue Reading

GAMMALN.PRECISE function: Description, Usage, Syntax, Examples and Explanation

by

What is GAMMALN.PRECISE function in Excel? GAMMALN.PRECISE function is one of Statistical functions in Microsoft Excel that returns the natural logarithm of the gamma function, Γ(x). Syntax of GAMMALN.PRECISE function GAMMALN.PRECISE(x) The GAMMALN.PRECISE function syntax has the following arguments: X    Required. The value for which you want to calculate GAMMALN.PRECISE. GAMMALN.PRECISE formula explanation If x is nonnumeric, …

Continue Reading

FREQUENCY function: Description, Usage, Syntax, Examples and Explanation

by

What is FREQUENCY function in Excel? FREQUENCY function is one of Statistical functions in Microsoft Excel that calculates how often values occur within a range of values, and then returns a vertical array of numbers. For example, use FREQUENCY to count the number of test scores that fall within ranges of scores. Because FREQUENCY returns …

Continue Reading

GAMMALN function: Description, Usage, Syntax, Examples and Explanation

by

What is GAMMALN function in Excel? GAMMALN function is one of Statistical functions in Microsoft Excel that returns the natural logarithm of the gamma function, Γ(x). Syntax of GAMMALN function GAMMALN(x) The GAMMALN function syntax has the following arguments: X    Required. The value for which you want to calculate GAMMALN. GAMMALN formula explanation If x is nonnumeric, …

Continue Reading

GAMMA.INV function: Description, Usage, Syntax, Examples and Explanation

by

What is GAMMA.INV function in Excel? GAMMA.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the gamma cumulative distribution. If p = GAMMA.DIST(x,…), then GAMMA.INV(p,…) = x. You can use this function to study a variable whose distribution may be skewed. Syntax of GAMMA.INV function GAMMA.INV(probability,alpha,beta) The GAMMA.INV function syntax …

Continue Reading

GAMMA.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is GAMMA.DIST function in Excel? GAMMA.DIST function is one of Statistical functions in Microsoft Excel that returns the gamma distribution. You can use this function to study variables that may have a skewed distribution. The gamma distribution is commonly used in queuing analysis. Syntax of GAMMA.DIST function GAMMA.DIST(x,alpha,beta,cumulative) The GAMMA.DIST function syntax has the following …

Continue Reading

GAMMA function: Description, Usage, Syntax, Examples and Explanation

by

What is GAMMA function in Excel? GAMMA function is one of Statistical functions in Microsoft Excel that return the gamma function value. Syntax of GAMMA function GAMMA(number) The GAMMA function syntax has the following arguments. Number    Required. Returns a number. GAMMA formula explanation GAMMA uses the following equation: Г(N+1) = N * Г(N) If Number is …

Continue Reading

MAX function: Description, Usage, Syntax, Examples and Explanation

by

What is MAX function in Excel? MAX function is one of Statistical functions in Microsoft Excel that returns the largest value in a set of values. Syntax of MAX function MAX(number1, [number2], …) The MAX function syntax has the following arguments: Number1, number2, …    Number1 is required, subsequent numbers are optional. 1 to 255 numbers for which …

Continue Reading

LOGNORM.INV function: Description, Usage, Syntax, Examples and Explanation

by

What is LOGNORM.INV function in Excel? LOGNORM.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters Mean and Standard_dev. If p = LOGNORM.DIST(x,…) then LOGNORM.INV(p,…) = x. Use the lognormal distribution to analyze logarithmically transformed data. …

Continue Reading

LOGNORM.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is LOGNORM.DIST function in Excel? LOGNORM.DIST function is one of Statistical functions in Microsoft Excel that returns the lognormal distribution of x, where ln(x) is normally distributed with parameters Mean and Standard_dev. Use this function to analyze data that has been logarithmically transformed. Syntax of LOGNORM.DIST function LOGNORM.DIST(x,mean,standard_dev,cumulative) The LOGNORM.DIST function syntax has the following …

Continue Reading

LOGEST function: Description, Usage, Syntax, Examples and Explanation

by

What is LOGEST function in Excel? LOGEST function is one of Statistical functions in Microsoft Excel that r In regression analysis, calculates an exponential curve that fits your data and returns an array of values that describes the curve. Because this function returns an array of values, it must be entered as an array formula.The …

Continue Reading

LINEST function: Description, Usage, Syntax, Examples and Explanation

by

What is LINEST function in Excel? The LINEST function calculates the statistics for a line by using the “least squares” method to calculate a straight line that best fits your data, and then returns an array that describes the line. You can also combine LINEST with other functions to calculate the statistics for other types of models that are …

Continue Reading

LARGE function: Description, Usage, Syntax, Examples and Explanation

by

What is LARGE function in Excel? LARGE function is one of Statistical functions in Microsoft Excel that returns the k-th largest value in a data set. You can use this function to select a value based on its relative standing. For example, you can use LARGE to return the highest, runner-up, or third-place score. Syntax …

Continue Reading

KURT function: Description, Usage, Syntax, Examples and Explanation

by

What is KURT function in Excel? KURT function is one of Statistical functions in Microsoft Excel that returns the kurtosis of a data set. Kurtosis characterizes the relative peakedness or flatness of a distribution compared with the normal distribution. Positive kurtosis indicates a relatively peaked distribution. Negative kurtosis indicates a relatively flat distribution. Syntax of KURT …

Continue Reading

INTERCEPT function: Description, Usage, Syntax, Examples and Explanation

by

What is INTERCEPT function in Excel? INTERCEPT function is one of Statistical functions in Microsoft Excel that calculates the point at which a line will intersect the y-axis by using existing x-values and y-values. The intercept point is based on a best-fit regression line plotted through the known x-values and known y-values. Use the INTERCEPT …

Continue Reading

HYPGEOM.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is HYPGEOM.DIST function in Excel? HYPGEOM.DIST function is one of Statistical functions in Microsoft Excel that returns the hypergeometric distribution. HYPGEOM.DIST returns the probability of a given number of sample successes, given the sample size, population successes, and population size. Use HYPGEOM.DIST for problems with a finite population, where each observation is either a …

Continue Reading

HARMEAN function: Description, Usage, Syntax, Examples and Explanation

by

What is HARMEAN function in Excel? NORM.DIST function is one of Statistical functions in Microsoft Excel that returns the harmonic mean of a data set. The harmonic mean is the reciprocal of the arithmetic mean of reciprocals. Syntax of HARMEAN function HARMEAN(number1, [number2], …) The HARMEAN function syntax has the following arguments: Number1, number2, …    Number1 is required, …

Continue Reading

NORM.S.INV function: Description, Usage, Syntax, Examples and Explanation

by

What is NORM.S.INV function in Excel? NORM.S.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one. Syntax of NORM.S.INV function NORM.S.INV(probability) The NORM.S.INV function syntax has the following arguments: Probability: A probability corresponding …

Continue Reading

NORM.S.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is NORM.S.DIST function in Excel? NORM.S.DIST function is one of Statistical functions in Microsoft Excel that returns the standard normal distribution (has a mean of zero and a standard deviation of one). Use this function in place of a table of standard normal curve areas. Syntax of NORM.S.DIST function – Standard Normal Distribution NORM.S.DIST(z,cumulative) …

Continue Reading

NORM.INV function: Description, Usage, Syntax, Examples and Explanation

by

What is NORM.INV function in Excel? NORM.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. Syntax of NORM.INV function NORM.INV(probability,mean,standard_dev) The NORM.INV function syntax has the following arguments: Probability: A probability corresponding to the normal distribution. Mean: The arithmetic …

Continue Reading

NORM.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is NORM.DIST function in Excel? NORM.DIST function is one of Statistical functions in Microsoft Excel that returns the normal distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing. Syntax of NORM.DIST function NORM.DIST(x,mean,standard_dev,cumulative) The NORM.DIST function syntax has the following arguments: X     …

Continue Reading

NEGBINOM.DIST function: Description, Usage, Syntax, Examples and Explanation

by

What is NEGBINOM.DIST function in Excel? NEGBINOM.DIST function is one of Statistical functions in Microsoft Excel that returns the negative binomial distribution, the probability that there will be Number_f failures before the Number_s-th success, with Probability_s probability of a success. This function is similar to the binomial distribution, except that the number of successes is …

Continue Reading

MODE.SNGL function: Description, Usage, Syntax, Examples and Explanation

by

What is MODE.SNGL function in Excel? MODE.SNGL function is one of Statistical functions in Microsoft Excel that returns the most frequently occurring, or repetitive, value in an array or range of data. Syntax of MODE.SNGL function MODE.SNGL(number1,[number2],…) The MODE.SNGL function syntax has the following arguments: Number1:  The first argument for which you want to calculate the …

Continue Reading

MODE.MULT function: Description, Usage, Syntax, Examples and Explanation

by

What is MODE.MULT function in Excel? MODE.MULT function is one of Statistical functions in Microsoft Excel that returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data. For horizontal arrays, use TRANSPOSE(MODE.MULT(number1,number2,…)).This will return more than one result if there are multiple modes. Because this function …

Continue Reading

LOOKUP function: Description, Usage, Syntax, Examples and Explanation

by

What is Excel LOOKUP function ? LOOKUP function  is one of the lookup and reference functions in Microsoft office Excel that is used to return a value from a range (one row or one column) or from an array. When you need to look in a single row or column and find a value from the same position …

Continue Reading

VLOOKUP function: Description, Usage, Syntax, Examples and Explanation

by

What is VLOOKUP function in Excel? VLOOKUP function is one of the lookup and reference functions in Microsoft office Excel that is used when you need to find things in a table or a range by row. For instance, look up a price of an automotive part by the part number. In its simplest form, the VLOOKUP function …

Continue Reading

MATCH function: Description, Usage, Syntax, Examples and Explanation

by

What is MATCH function in Excel? MATCH function is one of Lookup and Reference functions in Microsoft Excel that is used to search for an item in a range of cells, and then return the relative position of that item in the range. Syntax of MATCH function MATCH(lookup_value, lookup_array, [match_type]) MATCH formula explanation The MATCH function syntax …

Continue Reading

CHOOSE function: Description, Usage, Syntax, Examples and Explanation

by

What is Excel CHOOSE function? CHOOSE function is one of Lookup and Reference functions in Microsoft Excel that uses index_num to return a value from the list of value arguments. Use CHOOSE to select one of up to 254 values based on the index number. For example, if value1 through value7 are the days of the week, CHOOSE …

Continue Reading

INDEX function: Description, Usage, Syntax, Examples and Explanation

by

What is INDEX function in Excel? INDEX function is one of Lookup and Reference functions in Microsoft Excel that returns a value or the reference to a value from within a table or range. There are two ways to use the INDEX function: If you want to return a reference to specified cells, Click to see Reference …

Continue Reading

CUBESETCOUNT function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBESETCOUNT function in Excel? CUBESETCOUNT function is one of Cube functions in Microsoft Excel which returns the number of items in a set. Syntax of CUBESETCOUNT function CUBESETCOUNT(set) The CUBESETCOUNT function syntax has the following argument: Set: A text string of a Microsoft Excel expression that evaluates to a set defined by the CUBESET function. …

Continue Reading

CUBESET function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBESET function in Excel? CUBESET function is one of Cube functions that defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Excel. Syntax of CUBESET function CUBESET(connection, set_expression, , [sort_order], [sort_by]) The CUBESET function syntax has …

Continue Reading

CUBERANKEDMEMBER function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBERANKEDMEMBER function in Excel? The CUBERANKEDMEMBER function is one of the Cube functions in Microsoft Excel which returns the nth, or ranked, member in a set.  It is used to return one or more elements in a set, such as the top sales performer or the top 10 students. Syntax of CUBERANKEDMEMBER function CUBERANKEDMEMBER(connection, set_expression, rank, ) The CUBERANKEDMEMBER function syntax …

Continue Reading

CUBEMEMBER function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBEMEMBER  function in Excel? CUBEMEMBER  function  is one of the Cube functions in Microsoft Excel which returns a member or tuple from the cube. Use to validate that the member or tuple exists in the cube. Syntax of CUBEMEMBER  function CUBEMEMBER(connection, member_expression, ) The CUBEMEMBER function syntax has the following arguments: Connection: A text string of the name of …

Continue Reading

CUBEKPIMEMBER function: Description, Usage, Syntax, Examples and Explanation

by

 What is CUBEKPIMEMBER function in Excel? CUBEKPIMEMBER function is one of the Cube functions in Microsoft Excel which returns a key performance indicator (KPI) property and displays the KPI name in the cell.  A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization’s performance. Note: The CUBEKPIMEMBER function …

Continue Reading

CUBEMEMBERPROPERTY function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBEMEMBERPROPERTY function in Excel? CUBEMEMBERPROPERTY function is one of the Cube functions in Excel which returns the value of a member property from a cube. Usage of CUBEMEMBERPROPERTY function CUBEMEMBERPROPERTY function is used to validate that a member name exists within the cube, and to return the specified property for this member. Syntax of CUBEMEMBERPROPERTY function CUBEMEMBERPROPERTY(connection, member_expression, property) The CUBEMEMBERPROPERTY function syntax has …

Continue Reading

CUBEVALUE function: Description, Usage, Syntax, Examples and Explanation

by

What is CUBEVALUE function in Excel? CUBEVALUE function is one of Cube functions in Microsoft Excel which returns an aggregated value from the cube. Syntax of CUBEVALUE function CUBEVALUE(connection, [member_expression1], [member_expression2], …) The CUBEVALUE function syntax has the following arguments: Connection: A text string of the name of the connection to the cube. Member_expression(Optional): A text string of a multidimensional …

Continue Reading

How to set check register balance in Excel

by

This tutorial shows how to set a check register formula that calculates a running balance and also, blank values using formula based on simple addition and subtraction. See illustrations below: Formula =balance-debit+credit Explanation In the example shown, the formula in G6 is: =G5-E6+F6 How this formula works The value in G5 is hard-coded. The formula picks …

Continue Reading

Check multiple cells are equal in Excel

by

To confirm two ranges of the same size contain the same values, you can use a simple array formula based on the AND function. See illustration below: Formula {=AND(range1=range2)} Explanation In the example shown, the formula in C9 is: {=AND(B5:D12=F5:H12)} Note: this is an array formula and must be entered with control + shift + enter. How …

Continue Reading

How to return TRUE when all cells in range are blank in Excel

by

To return TRUE when all cells in a range are blank or empty, you can use a formula based on SUMPRODUCT and a logical test that suits the use case. Formula =SUMPRODUCT(–(range<>””))=0 Explanation In the example shown, the formula in E5 is: =SUMPRODUCT(–(B5:D5<>””))=0 How this formula works Working from the inside out, this formula contains …

Continue Reading

Change negative numbers to positive in Excel

by

To change negative numbers to positive and leave positive numbers along (i.e. get absolute values) use the built-in ABS function. See illustration below: Formula =ABS(number) Explanation In the example shown the formula in C6 is: =ABS(B6) How this formula works The ABS function is fully automatic. All you need to do is supply a number …

Continue Reading

Posts navigation

  • Previous
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • Next

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • OR function Examples in Excel
  • Nested IF function example in Excel
  • How to use Excel FALSE Function

Date Time

  • Series of dates by day
  • Get last weekday in month in Excel
  • Sum through n months in Excel
  • Display Date is workday in Excel
  • Check If Two Dates are same month in Excel

Grouping

  • Group times into unequal buckets in Excel
  • If cell contains one of many things in Excel
  • Group arbitrary text values in Excel
  • How to randomly assign data to groups in Excel
  • How to randomly assign people to groups in Excel

General

  • How to test a range for numbers in Excel
  • Count cells that do not contain errors in Excel
  • Find, Select, Replace and Go To Special in Excel
  • How to get random value from list or table in Excel
  • Creating and Opening an existing file in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning