Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Multi-criteria lookup and transpose in Excel
  • How to retrieve first match between two ranges in Excel
  • How to get last column number in range in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • Approximate match with multiple criteria in Excel

Data Analysis Examples

  • Understanding Pivot Tables in Excel
  • How to add Trendline to a chart in Excel
  • How to Create Gantt Chart in Excel
  • Excel Line Chart
  • Filter Data Based on Date in Excel

Data Validation Examples

  • Excel Data validation no punctuation
  • Data validation must not exist in list
  • Excel Data validation specific characters only
  • Excel Data validation only dates between
  • Excel Data validation unique values only

Category: Excel Functions

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

by

What is GROWTH function in Excel? GROWTH function is one of Statistical functions in Microsoft Excel that calculates predicted exponential growth by using existing data. GROWTH returns the y-values for a series of new x-values that you specify by using existing x-values and y-values. You can also use the GROWTH worksheet function to fit an …

Continue Reading

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

by

What is GEOMEAN function in Excel? GEOMEAN function is one of Statistical functions in Microsoft Excel that returns the geometric mean of an array or range of positive data. For example, you can use GEOMEAN to calculate average growth rate given compound interest with variable rates. Syntax of GEOMEAN function GEOMEAN(number1, [number2], …) The GEOMEAN function …

Continue Reading

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

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

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

by

What is MINIFS function in Excel? The MINIFS function is one of Statistical functions in Microsoft Excel that returns the minimum value among cells specified by a given set of conditions or criteria. Note: This feature is available on Windows or Mac if you have Office 2019, or if you have an Office 365 subscription. If you …

Continue Reading

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

by

What is MINA function in Excel? MINA function is one of Statistical functions in Microsoft Excel that returns the smallest value in the list of arguments. Syntax of MINA function MINA(value1, [value2], …) The MINA function syntax has the following arguments: Value1, value2, …    Value1 is required, subsequent values are optional. 1 to 255 values for which …

Continue Reading

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

by

What is MEDIAN function in Excel? MEDIAN function is one of Statistical functions in Microsoft Excel that returns the median of the given numbers. The median is the number in the middle of a set of numbers. Syntax of MEDIAN function MEDIAN(number1, [number2], …) The MEDIAN function syntax has the following arguments: Number1, number2, …    Number1 is …

Continue Reading

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

by

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

Continue Reading

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

by

What is MAXIFS function in Excel? The MAXIFS function is one of Statistical functions in Microsoft Excel that returns the maximum value among cells specified by a given set of conditions or criteria. Note: This feature is available on Windows or Mac if you have Office 2019, or if you have an Office 365 subscription. If you …

Continue Reading

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

by

What is MAXA function in Excel? MAXA function is one of Statistical functions in Microsoft Excel that returns the largest value in a list of arguments. MAXA is similar to MINA. Syntax of MAXA function MAXA(value1,[value2],…) The MAXA function syntax has the following arguments: Value1: The first number argument for which you want to find 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

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

by

What is PROB function in Excel? PROB function is one of Statistical functions in Microsoft Excel that returns the probability that values in a range are between two limits. If upper_limit is not supplied, returns the probability that values in x_range are equal to lower_limit. Syntax of PROB function PROB(x_range, prob_range, [lower_limit], [upper_limit]) The PROB function …

Continue Reading

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

by

What is POISSON.DIST function in Excel? POISSON.DIST function is one of Statistical functions in Microsoft Excel that returns the Poisson distribution. A common application of the Poisson distribution is predicting the number of events over a specific time, such as the number of cars arriving at a toll plaza in 1 minute. Syntax of POISSON.DIST function …

Continue Reading

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

by

What is PHI function in Excel? PHI function is one of Statistical functions in Microsoft Excel that returns the value of the density function for a standard normal distribution. Syntax of PHI function PHI(x) The PHI function syntax has the following arguments. X:  X is the number for which you want the density of the standard …

Continue Reading

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

by

What is PERMUTATIONA function in Excel? PERMUTATIONA function is one of Statistical functions in Microsoft Excel that returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects. Syntax of PERMUTATIONA function PERMUTATIONA(number, number-chosen) The PERMUTATIONA function syntax has the following arguments: Number:  An integer that …

Continue Reading

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

by

What is PERMUT function in Excel? PERMUT function is one of Statistical functions in Microsoft Excel that returns the number of permutations for a given number of objects that can be selected from number objects. A permutation is any set or subset of objects or events where internal order is significant. Permutations are different from …

Continue Reading

PERCENTRANK.INC function: Description, Usage, Syntax, Examples and Explanation

by

What is PERCENTRANK.INC function in Excel? PERCENTRANK.INC function is one of Statistical functions in Microsoft Excel that returns the rank of a value in a data set as a percentage (0..1, inclusive) of the data set. This function can be used to evaluate the relative standing of a value within a data set. For example, …

Continue Reading

PERCENTRANK.EXC function: Description, Usage, Syntax, Examples and Explanation

by

What is PERCENTRANK.EXC function in Excel? PERCENTRANK.EXC function is one of Statistical functions in Microsoft Excel that returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set. Syntax of PERCENTRANK.EXC function PERCENTRANK.EXC(array,x,[significance]) The PERCENTRANK.EXC function syntax has the following arguments: Array:  The array or range of data …

Continue Reading

PERCENTILE.INC function: Description, Usage, Syntax, Examples and Explanation

by

What is PERCENTILE.INC function in Excel? PERCENTILE.INC function is one of Statistical functions in Microsoft Excel that returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive. You can use this function to establish a threshold of acceptance. For example, you can decide to examine candidates who score …

Continue Reading

PERCENTILE.EXC function: Description, Usage, Syntax, Examples and Explanation

by

What is PERCENTILE.EXC function in Excel? PERCENTILE.EXC function is one of Statistical functions in Microsoft Excel that returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive. Syntax of PERCENTILE.EXC function PERCENTILE.EXC(array,k) The PERCENTILE.EXC function syntax has the following arguments: Array :  The array or range of data that …

Continue Reading

Posts navigation

  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 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
  • How to count total words in a range in Excel
  • LOWER function: Description, Usage, Syntax, Examples and Explanation
  • How to convert numbers to text using TEXT function in Excel
  • Remove text by position in a cell in Excel
  • CONCATENATE function: Description, Usage, Syntax, Examples and Explanation
  • How to Calculate Age in Excel
  • Convert decimal minutes to Excel time
  • How to calculate future date say 6 months ahead in Excel
  • EDATE function: Description, Usage, Syntax, Examples and Explanation
  • Calculate retirement date in Excel
  • IPMT function: Description, Usage, Syntax, Examples and Explanation
  • YIELDMAT function: Description, Usage, Syntax, Examples and Explanation
  • Calculate cumulative loan interest in Excel
  • AMORLINC function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate principal for given period in Excel
© 2022 xlsoffice . All Right Reserved. | Teal Smiles