VARA - Function that calculates variance based on a sample, including logical values and text in Excel
The following article introduces you to the VARA function - one of the functions in the statistical function group is very popular in Excel.
Description: The function performs a calculation of variance based on a sample, including logical and text values.
Syntax: VARA (value1, [value2], .)
Inside:
- VARA (value1, [value2], .: The arguments in the whole need to calculate the variance, where value1 is the required argument, the next arguments are optional and contain up to 254 value arguments .
Attention:
- The VARA function assumes that its arguments are a sample of the population.
- Arguments can be numbers, names or arrays that contain numbers.
- If the argument is an array or a reference, only values in that array are used.
- When typing logical values and presenting numeric values into function arguments -> these values are still calculated.
- True value is 1 default, false value is 0 default.
- Function error occurs when arguments are text or error values cannot be converted.
- If you do not want to calculate both logical values and text -> use the VAR function .
- The equation to calculate the VARA function is:
[frac {{sum {{{left ({x - overline x} right)} ^ 2}}}} {{left ({n - 1} right)}}]
Inside:
+ x is the sample mean AVERAGE (number1, number2, .)
+ n is the sample size.
For example:
Calculate variance based on a sample of number values in the following data table:
- In the cell to calculate, enter the formula : = VARA (D6: D10)
- Press Enter -> variance based on a sample of number values is:
- Here the calculated logical values correspond to its default values.
- Where the value is text or logic -> the function still calculates and returns the result:
Above are instructions and some specific examples when using VARA function in Excel.
Good luck!
You should read it
- VARPA function - Function that calculates variance based on the entire set, including logical values and text in Excel
- STDEVA function - The function of estimating standard deviations based on a sample including both text and logical values in Excel
- VARP function - Functions for calculating variance based on an entire population in Excel
- STDEV.S function - The function returns the standard deviation based on a sample in Excel
- STDEVPA function - The function of estimating standard deviations based on an entire population including both text and logical values in Excel
- VAR function - The function of estimating variance based on a sample in Excel
- MAXA function - The function returns the largest value in a set of values including text and logical values in Excel
- MINA function - The function returns the smallest value in the given numbers including text and logical values in Excel
May be interested
- AVERAGEA function - The function returns the average of the arguments including numeric, text, and logical values in Excelaveragea function: the function returns the average of the arguments including numeric, text, and logical values. syntax: averagea (value1, [value2], ...)
- STDEV.P function - The function returns the standard deviation based on the whole in Excelstdev.p: the function returns the standard deviation based on the whole population, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.p (number1, [number2] ,.
- How to use the MAXA function in Excel, detailed examplesthe maxa function in excel helps find the largest value in a data set, including numbers, logical values, and text containing numbers. this is different from the max function, which only counts numbers. let's learn the syntax and usage of the maxa function with practical examples.
- MINA function in Excel, how to use and examplesthe mina function in excel helps determine the smallest value in a range of numbers, including logical values and text numbers. with simple syntax, mina supports optimizing the calculation process in spreadsheets.
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- STDEV function - The function of estimating standard deviations based on a sample in Excelin the statistical probability of determining the corresponding deviation between samples is very meticulous and detailed, there is still some confusion. the following article details the stdev function that helps you estimate the standard deviation based on an existing sample.
- How to use the SUMIF function in Excelthe sumif function in excel is a function used to compute values in a specified range. the sumif function can be used for summing cells based on the date, data and text that are connected to the specified area.
- QUARTILE.INC function - The function returns the quartile of a dataset including values 0 and 1 in Excelquartile.inc function: the function returns the quartile of a data set, with percentile values from 0 to 1 including 0 and 1. support functions from execl 2010 onwards. syntax: quartile.inc (array, quart)
- SUMPRODUCT function in Excel: Calculates the sum of corresponding valuesthe sumproduct function is an extremely useful function when you have to deal with a lot of data numbers in microsoft excel. here are the things you need to know about the sumproduct function in excel.
- AND function in Excellogical functions are used a lot in excel with results that return true, false. the and function is a very common logical function in excel, but for those of you who are new to excel, it may not be clear.