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

Lookup and Reference Examples

  • How to get address of first cell in range in Excel
  • How to get address of named range in Excel
  • Count rows that contain specific values in Excel
  • How to create dynamic named range with OFFSET in Excel
  • How to get last column number in range in Excel

Data Analysis Examples

  • How to calculate average last N values in a table in Excel
  • Create Scatter Chart in Excel
  • How to create running total in an Excel Table
  • How to Create One and Two Variable Data Tables in Excel
  • Excel Bar Chart

Data Validation Examples

  • Excel Data validation whole percentage only
  • Excel Data validation with conditional list
  • Excel Data validation don’t exceed total
  • Excel Data validation specific characters only
  • Excel Data validation must begin with

Category: Statistical Functions

Excel provides a variety of Statistical Functions that helps in analyzing data within a worksheet

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

by

What is AVEDEV function in Excel? AVEDEV function is one of Statistical functions in Microsoft Excel that returns the average of the absolute deviations of data points from their mean. AVEDEV is a measure of the variability in a data set. Syntax of AVEDEV function AVEDEV(number1, [number2], …) The AVEDEV function syntax has the following arguments: …

Continue Reading

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

by

What is AVERAGE function in Excel? MODE.SNGL function is one of Statistical functions in Microsoft Excel that returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers. Syntax of AVERAGE function AVERAGE(number1, [number2], …) The AVERAGE function syntax has the following arguments: Number1    Required. …

Continue Reading

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

by

What is AVERAGEA function in Excel? AVERAGEA function is one of Statistical functions in Microsoft Excel that calculates the average (arithmetic mean) of the values in the list of arguments. Syntax of AVERAGEA function AVERAGEA(value1, [value2], …) The AVERAGEA function syntax has the following arguments: Value1, value2, …    Value1 is required, subsequent values are optional. 1 to …

Continue Reading

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

by

What is AVERAGEIF function in Excel? AVERAGEIF function is one of Statistical functions in Microsoft Excel that returns the average (arithmetic mean) of all the cells in a range that meet a given criteria. Syntax of AVERAGEIF function AVERAGEIF(range, criteria, [average_range]) The AVERAGEIF function syntax has the following arguments: Range    Required. One or more cells to average, …

Continue Reading

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

by

What is AVERAGEIFS function in Excel? AVERAGEIFS function is one of Statistical functions in Microsoft Excel that returns the average (arithmetic mean) of all cells that meet multiple criteria. Syntax of AVERAGEIFS function AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], …) The AVERAGEIFS function syntax has the following arguments: Average_range    Required. One or more cells to average, including numbers …

Continue Reading

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

by

What is BETA.INV function in Excel? BETA.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the beta cumulative probability density function (BETA.DIST). If probability = BETA.DIST(x,…TRUE), then BETA.INV(probability,…) = x. The beta distribution can be used in project planning to model probable completion times given an expected completion time …

Continue Reading

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

by

What is BETA.DIST function in Excel? BETA.DIST function is one of Statistical functions in Microsoft Excel that returns the beta distribution. The beta distribution is commonly used to study variation in the percentage of something across samples, such as the fraction of the day people spend watching television. Syntax of BETA.DIST function BETA.DIST(x,alpha,beta,cumulative,[A],[B]) The BETA.DIST function …

Continue Reading

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

by

What is BINOM.DIST function in Excel? BINOM.DIST function is one of Statistical functions in Microsoft Excel that returns the individual term binomial distribution probability. Use BINOM.DIST in problems with a fixed number of tests or trials, when the outcomes of any trial are only success or failure, when trials are independent, and when the probability …

Continue Reading

BINOM.DIST.RANGE function: Description, Usage, Syntax, Examples and Explanation

by

What is BINOM.DIST.RANGE function in Excel? BINOM.DIST.RANGE function is one of Statistical functions in Microsoft Excel that returns the probability of a trial result using a binomial distribution. Syntax of BINOM.DIST.RANGE function BINOM.DIST.RANGE(trials,probability_s,number_s,[number_s2]) The BINOM.DIST.RANGE function syntax has the following arguments. Trials    Required. The number of independent trials. Must be greater than or equal to 0. …

Continue Reading

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

by

What is BINOM.INV function in Excel? BINOM.INV function is one of Statistical functions in Microsoft Excel that returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value. Syntax of BINOM.INV function BINOM.INV(trials,probability_s,alpha) The BINOM.INV function syntax has the following arguments: Trials     Required. The number of Bernoulli trials. …

Continue Reading

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

by

What is COUNT function in Excel? COUNT function is one of Statistical functions in Microsoft Excel that  is used counts the number of cells that contain numbers, and counts numbers within the list of arguments. Use the COUNT function to get the number of entries in a number field that is in a range or array of …

Continue Reading

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

by

What is CORREL function in Excel? CORREL function is one of Statistical functions in Microsoft Excel that returns the correlation coefficient of the Array1 and Array2 cell ranges. Use the correlation coefficient to determine the relationship between two properties. For example, you can examine the relationship between a location’s average temperature and the use of …

Continue Reading

CONFIDENCE.T function: Description, Usage, Syntax, Examples and Explanation

by

What is CONFIDENCE.T function in Excel? CONFIDENCE.T function is one of Statistical functions in Microsoft Excel that returns the confidence interval for a population mean, using a Student’s t distribution. Syntax of CONFIDENCE.T function CONFIDENCE.T(alpha,standard_dev,size) The CONFIDENCE.T function syntax has the following arguments: Alpha     Required. The significance level used to compute the confidence level. The confidence …

Continue Reading

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

by

What is CONFIDENCE.NORM function in Excel? CONFIDENCE.NORM function is one of Statistical functions in Microsoft Excel that returns the confidence interval for a population mean, using a normal distribution. The confidence interval is a range of values. Your sample mean, x, is at the center of this range and the range is x ± CONFIDENCE.NORM. …

Continue Reading

CHISQ.TEST function: Description, Usage, Syntax, Examples and Explanation

by

What is CHISQ.TEST function in Excel? CHISQ.TEST function is one of Statistical functions in Microsoft Excel that returns the test for independence. CHISQ.TEST returns the value from the chi-squared (χ2) distribution for the statistic and the appropriate degrees of freedom. You can use χ2 tests to determine whether hypothesized results are verified by an experiment. …

Continue Reading

CHISQ.INV.RT function: Description, Usage, Syntax, Examples and Explanation

by

What is CHISQ.INV.RT function in Excel? CHISQ.INV.RT function is one of Statistical functions in Microsoft Excel that returns the inverse of the right-tailed probability of the chi-squared distribution. If probability = CHISQ.DIST.RT(x,…), then CHISQ.INV.RT(probability,…) = x. Use this function to compare observed results with expected ones in order to decide whether your original hypothesis is …

Continue Reading

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

by

What is CHISQ.INV function in Excel? CHISQ.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the left-tailed probability of the chi-squared distribution.The chi-squared distribution is commonly used to study variation in the percentage of something across samples, such as the fraction of the day people spend watching television. Syntax …

Continue Reading

CHISQ.DIST.RT function: Description, Usage, Syntax, Examples and Explanation

by

What is CHISQ.DIST.RT function in Excel? CHISQ.DIST.RT function is one of Statistical functions in Microsoft Excel that returns the right-tailed probability of the chi-squared distribution. The χ2 distribution is associated with a χ2 test. Use the χ2 test to compare observed and expected values. For example, a genetic experiment might hypothesize that the next generation …

Continue Reading

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

by

What is CHISQ.DIST function in Excel? CHISQ.DIST function is one of Statistical functions in Microsoft Excel that returns the chi-squared distribution. The chi-squared distribution is commonly used to study variation in the percentage of something across samples, such as the fraction of the day people spend watching television. Syntax of CHISQ.DIST function CHISQ.DIST(x,deg_freedom,cumulative) The CHISQ.DIST function …

Continue Reading

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

by

What is F.INV function in Excel? F.INV function is one of Statistical functions in Microsoft Excel that returns the inverse of the F probability distribution. If p = F.DIST(x,…), then F.INV(p,…) = x. The F distribution can be used in an F-test that compares the degree of variability in two data sets. For example, you …

Continue Reading

F.DIST.RT function: Description, Usage, Syntax, Examples and Explanation

by

What is F.DIST.RT function in Excel? F.DIST.RT function is one of Statistical functions in Microsoft Excel that returns the (right-tailed) F probability distribution (degree of diversity) for two data sets. You can use this function to determine whether two data sets have different degrees of diversity. For example, you can examine the test scores of …

Continue Reading

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

by

What is F.DIST function in Excel? F.DIST function is one of Statistical functions in Microsoft Excel that returns the F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity. For example, you can examine the test scores of men and women entering high school, and determine …

Continue Reading

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

by

What is EXPON.DIST function in Excel? EXPON.DIST function is one of Statistical functions in Microsoft Excel that returns the exponential distribution. Use EXPON.DIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPON.DIST to determine the probability that the process takes …

Continue Reading

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

by

What is DEVSQ function in Excel? DEVSQ function is one of Statistical functions in Microsoft Excel that returns the sum of squares of deviations of data points from their sample mean. Syntax of DEVSQ function DEVSQ(number1, [number2], …) The DEVSQ function syntax has the following arguments: Number1, number2, …    Number1 is required, subsequent numbers are optional. 1 …

Continue Reading

COVARIANCE.S function: Description, Usage, Syntax, Examples and Explanation

by

What is COVARIANCE.S function in Excel? COVARIANCE.S function is one of Statistical functions in Microsoft Excel that returns the sample covariance, the average of the products of deviations for each data point pair in two data sets. Syntax of COVARIANCE.S function COVARIANCE.S(array1,array2) The COVARIANCE.S function syntax has the following arguments: Array1     Required. The first cell range …

Continue Reading

COVARIANCE.P function: Description, Usage, Syntax, Examples and Explanation

by

What is COVARIANCE.P function in Excel? COVARIANCE.P function is one of Statistical functions in Microsoft Excel that returns population covariance, the average of the products of deviations for each data point pair in two data sets. Use covariance to determine the relationship between two data sets. For example, you can examine whether greater income accompanies …

Continue Reading

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

by

What is COUNTIFS function in Excel? COUNTIFS function is one of Statistical functions in Microsoft Excel applies criteria to cells across multiple ranges and counts the number of times all criteria are met. Syntax of COUNTIFS function COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…) The COUNTIFS function syntax has the following arguments: criteria_range1    Required. The first range in which to …

Continue Reading

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

by

What is COUNTIF function in Excel? COUNTIF function is one of Statistical functions in Microsoft Excel used to count the number of cells that meet a criterion; for example, to count the number of times a particular city appears in a customer list.In its simplest form, COUNTIF says: =COUNTIF(Where do you want to look?, What …

Continue Reading

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

by

What is COUNTBLANK function in Excel? COUNTBLANK function is one of Statistical functions in Microsoft Excel used to count the number of empty cells in a range of cells. Syntax of COUNTBLANK function COUNTBLANK(range) The COUNTBLANK function syntax has the following arguments: Range    Required. The range from which you want to count the blank cells. COUNTBLANK formula explanation Cells with formulas that return …

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

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

by

What is FORECAST function in Excel? FORECAST function is one of Statistical functions in Microsoft Excel that calculates, or predicts, a future value by using existing values. The predicted value is a y-value for a given x-value. The known values are existing x-values and y-values, and the new value is predicted by using linear regression. …

Continue Reading

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

by

What is FISHERINV function in Excel? FISHERINV function is one of Statistical functions in Microsoft Excel that returns the inverse of the Fisher transformation. Use this transformation when analyzing correlations between ranges or arrays of data. If y = FISHER(x), then FISHERINV(y) = x. Syntax of FISHERINV function FISHERINV(y) The FISHERINV function syntax has the following …

Continue Reading

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

by

What is FISHER function in Excel? FISHER function is one of Statistical functions in Microsoft Excel that returns the Fisher transformation at x. This transformation produces a function that is normally distributed rather than skewed. Use this function to perform hypothesis testing on the correlation coefficient. Syntax of FISHER function FISHER(x) The FISHER function syntax has …

Continue Reading

F.TEST function: Description, Usage, Syntax, Examples and Explanation

by

What is F.TEST function in Excel? F.TEST function is one of Statistical functions in Microsoft Excel that returns the result of an F-test, the two-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances. For example, given test scores from public …

Continue Reading

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

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • 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 extract last two words from text string in Excel
  • Remove first character in a cell in Excel
  • How to count total words in a cell in Excel
  • Split numbers from units of measure in Excel
  • SUBSTITUTE function vs REPLACE function in Excel
  • Basic overtime calculation formula in Excel
  • How to Calculate Age in Excel
  • Add months to date in Excel
  • Convert decimal seconds to Excel time
  • Add days exclude certain days of week in Excel
  • PRICEMAT function: Description, Usage, Syntax, Examples and Explanation
  • AMORDEGRC function: Description, Usage, Syntax, Examples and Explanation
  • DISC function: Description, Usage, Syntax, Examples and Explanation
  • ACCRINT function: Description, Usage, Syntax, Examples and Explanation
  • Future value vs. Present value examples in Excel
Acronyms, Abbreviations, Initialism & What They Stand For
© 2021 xlsoffice. All Rights Reserved | Teal Smiles