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

Data Analysis

  • Conditional Formatting New Rule with Formulas in Excel
  • How to create Gauge Chart in Excel
  • How to calculate correlation coefficient Correlation in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • Number and Text Filters Examples in Excel

References

  • Vlookup Examples in Excel
  • How to get last row in mixed data with blanks in Excel
  • Last row number in range
  • To count total rows in a range in Excel
  • How to use Excel FORMULATEXT function

Data Validations

  • Excel Data validation no punctuation
  • Excel Data validation date in specific year
  • Excel Data validation don’t exceed total
  • Excel Data validation allow uppercase only
  • Excel Data validation unique values only

Category: Excel Functions

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

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

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

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

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

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

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.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

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

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

by

What is PEARSON function in Excel? PEARSON function is one of Statistical functions in Microsoft Excel that returns the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of a linear relationship between two data sets. Syntax of PEARSON function PEARSON(array1, array2) The PEARSON function …

Continue Reading

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

by

What is STEYX function in Excel? STEYX function is one of Statistical functions in Microsoft Excel that returns the standard error of the predicted y-value for each x in the regression. The standard error is a measure of the amount of error in the prediction of y for an individual x. Syntax of STEYX function STEYX(known_y’s, known_x’s) …

Continue Reading

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

by

What is STDEVPA function in Excel? STDEVPA function is one of Statistical functions in Microsoft Excel that calculates standard deviation based on the entire population given as arguments, including text and logical values. The standard deviation is a measure of how widely values are dispersed from the average value (the mean). Syntax of STDEVPA function STDEVPA(value1, [value2], …) …

Continue Reading

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

by

What is STDEVA function in Excel? STDEVA function is one of Statistical functions in Microsoft Excel that estimates standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value (the mean). Syntax of STDEVA function STDEVA(value1, [value2], …) The STDEVA function syntax has the following arguments: Value1, …

Continue Reading

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

by

What is STDEV.S function in Excel? STDEV.S function is one of Statistical functions in Microsoft Excel that estimates standard deviation based on a sample (ignores logical values and text in the sample).The standard deviation is a measure of how widely values are dispersed from the average value (the mean). Syntax of STDEV.S function STDEV.S(number1,[number2],…) The STDEV.S function syntax has …

Continue Reading

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

by

What is STANDARDIZE function in Excel? STANDARDIZE function is one of Statistical functions in Microsoft Excel that returns a normalized value from a distribution characterized by mean and standard_dev. Syntax of STANDARDIZE function STANDARDIZE(x, mean, standard_dev) The STANDARDIZE function syntax has the following arguments: X: The value you want to normalize. Mean: The arithmetic mean of the distribution. …

Continue Reading

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

by

What is SMALL function in Excel? SMALL function is one of Statistical functions in Microsoft Excel that returns the k-th smallest value in a data set. Use this function to return values with a particular relative standing in a data set. Syntax of SMALL function SMALL(array, k) The SMALL function syntax has the following arguments: Array:  An array …

Continue Reading

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

by

What is SLOPE function in Excel? SLOPE function is one of Statistical functions in Microsoft Excel that returns the slope of the linear regression line through data points in known_y’s and known_x’s. The slope is the vertical distance divided by the horizontal distance between any two points on the line, which is the rate of change …

Continue Reading

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

by

What is SKEW.P function in Excel? SKEW.P function is one of Statistical functions in Microsoft Excel that returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean. Syntax of SKEW.P function SKEW.P(number 1, [number 2],…) The SKEW.P function syntax has the following arguments. Number 1, number …

Continue Reading

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

by

What is SKEW function in Excel? SKEW function is one of Statistical functions in Microsoft Excel that returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean. Positive skewness indicates a distribution with an asymmetric tail extending toward more positive values. Negative skewness indicates a distribution with an asymmetric …

Continue Reading

RANK.EQ function: Description, Usage, Syntax, Examples and Explanation

by

 What is RANK.EQ function in Excel? RANK.EQ function  is one of Statistical functions in Microsoft Excel that  returns the rank of a number in a list of numbers. Its size is relative to other values in the list; if more than one value has the same rank, the top rank of that set of values is …

Continue Reading

RANK.AVG function: Description, Usage, Syntax, Examples and Explanation

by

 What is RANK.AVG function in Excel? RANK.AVG function is one of Statistical functions in Microsoft Excel that returns the rank of a number in a list of numbers: its size relative to other values in the list; if more than one value has the same rank, the average rank is returned. Syntax of RANK.AVG function RANK.AVG(number,ref,[order]) The …

Continue Reading

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

by

What is QUARTILE.INC function in Excel? QUARTILE.INC function is one of Statistical functions in Microsoft Excel that returns the quartile of a data set, based on percentile values from 0..1, inclusive. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use QUARTILE.INC to find the top 25 percent …

Continue Reading

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

by

What is T.INV function in Excel? T.INV function is one of Statistical functions in Microsoft Excel that returns the left-tailed inverse of the Student’s t-distribution. Syntax of T.INV function T.INV(probability,deg_freedom) The T.INV function syntax has the following arguments: Probability: The probability associated with the Student’s t-distribution. Deg_freedom:  The number of degrees of freedom with which to characterize the …

Continue Reading

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

by

What is QUARTILE.EXC function in Excel? QUARTILE.EXC function is one of Statistical functions in Microsoft Excel that returns the quartile of the data set, based on percentile values from 0..1, exclusive. Syntax of QUARTILE.EXC function QUARTILE.EXC(array, quart) The QUARTILE.EXC function syntax has the following arguments: Array: The array or cell range of numeric values for which you want …

Continue Reading

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

by

 What is TRIMMEAN function in Excel? TRIMMEAN function is one of Statistical functions in Microsoft Excel that returns the mean of the interior of a data set. TRIMMEAN calculates the mean taken by excluding a percentage of data points from the top and bottom tails of a data set. You can use this function when you wish …

Continue Reading

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

by

What is TREND function in Excel? TREND function in Excel is a Statistical Function that computes the linear trend line based on the given linear set of data. TREND in Excel calculates the predictive values of Y for given array values of X and uses the least square method based on the given two data …

Continue Reading

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

by

What is T.TEST function in Excel? T.TEST function is one of Statistical functions in Microsoft Excel that returns the probability associated with a Student’s t-Test. Use T.TEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean. Syntax of T.TEST function T.TEST(array1,array2,tails,type) The T.TEST function syntax has …

Continue Reading

T.INV.2T function: Description, Usage, Syntax, Examples and Explanation

by

What is T.INV.2T function in Excel? T.INV.2T function is one of Statistical functions in Microsoft Excel that returns the two-tailed inverse of the Student’s t-distribution. Syntax of T.INV.2T function T.INV.2T(probability,deg_freedom) The T.INV.2T function syntax has the following arguments: Probability: The probability associated with the Student’s t-distribution. Deg_freedom: The number of degrees of freedom with which to characterize the …

Continue Reading

T.DIST.2T function: Description, Usage, Syntax, Examples and Explanation

by

 What is T.DIST.2T function in Excel? T.DIST.2T function is one of Statistical functions in Microsoft Excel that returns the two-tailed Student’s t-distribution. The Student’s t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution. Syntax of T.DIST.2T function T.DIST.2T(x,deg_freedom) The T.DIST.2T function …

Continue Reading

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

by

What is ENCODEURL function in Excel? ENCODEURL function is one of Web functions in Microsoft Excel that returns a URL-encoded string. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The ENCODEURL function is not available in Excel Online, and it is not available in Excel 2016 for Mac. …

Continue Reading

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

by

What is FILTERXML function in Excel? FILTERXML function is one of Web functions in Microsoft Excel that returns specific data from the XML content by using the specified XPath. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The FILTERXML function is not available in Excel Online, and it is …

Continue Reading

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

by

What is WEBSERVICE function in Excel? WEBSERVICE function is one of Web functions in Microsoft Excel that returns data from a web service on the Internet or Intranet. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The WEBSERVICE function is only available in Excel 2013 and Excel 2016 for …

Continue Reading

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 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

  • Excel If, Nested If, And/Or Criteria Examples
  • Invoice status with nested if in Excel
  • How to use Excel XOR Function
  • Not Equal To ‘<>‘ operator in Excel
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • How to calculate percent of year complete in Excel
  • Add workdays no weekends in Excel
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Series of dates by day
  • How to show last updated date stamp in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers with VLOOKUP in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel

General

  • Subtotal invoices by age in Excel
  • How to set or clear a print area in Excel Worksheet
  • How to calculate project complete percentage in Excel
  • Spell Check in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning