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

Lookup and Reference Examples

  • Extract all partial matches in Excel
  • How to use Excel MMULT Function
  • Excel Advanced Lookup using Index and Match Functions
  • Merge tables with VLOOKUP in Excel
  • How to get first row number in range in Excel

Data Analysis Examples

  • Randomize/ Shuffle List in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How to calculate correlation coefficient Correlation in Excel
  • How to count table rows in Excel
  • Everything about Charts in Excel

Data Validation Examples

  • Excel Data validation unique values only
  • Excel Data validation exists in list
  • Excel Data validation don’t exceed total
  • Excel Data validation with conditional list
  • Excel Data validation date in specific year

Category: Excel Functions

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

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

by

What is DAYS function in Excel? DAYS function is one of Date and Time functions in Microsoft Excel that returns the number of days between two dates. Syntax of DAYS function DAYS(end_date, start_date) The DAYS function syntax has the following arguments. End_date    Required. Start_date and End_date are the two dates between which you want to know the number …

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

FIND, FINDB functions: Description, Usage, Syntax, Examples and Explanation

by

What are FIND, FINDB functions in Excel? FIND and FINDB are Text functions in Microsoft Excel that locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string. Important: FIND is intended for use with languages that use …

Continue Reading

Popularly Used Excel Functions and their examples

by

10 Excel Functions every regular worker should know Excel functions are predefined formulas that are designed for the purpose of data analysis, manipulation and visualization. These functions are already available in Excel. To get detailed information about a function, click its name in the first column. Here are list of 10 functions that commonly used in Excel Function Description SUM …

Continue Reading

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

Posts navigation

  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 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 create email address with name and domain in Excel
  • How to extract domain from email address in Excel
  • How to check cell contains which things in Excel
  • How to extract last two words from text string in Excel
  • Complete List of Excel Text Functions References and Examples
  • Convert Excel time to decimal hours in Excel
  • Add years to date in Excel
  • How to calculate future date say 6 months ahead in Excel
  • Get first day of previous month in Excel
  • How to Calculate Age in Excel
  • ODDFPRICE function: Description, Usage, Syntax, Examples and Explanation
  • XIRR function: Description, Usage, Syntax, Examples and Explanation
  • COUPDAYSNC function: Description, Usage, Syntax, Examples and Explanation
  • COUPNCD function: Description, Usage, Syntax, Examples and Explanation
  • Example of Future value of annuity in Excel
© 2022 xlsoffice . All Right Reserved. | Teal Smiles