Thursday 20 April 2017

Excel - Microsoft Excel VARPA Function

Description

The Excel VARPA function returns the Variance of a given set of values.

The format of the function is : 

VARPA( number1, [number2], ... ) 

Where the number arguments provide a minimum of 2 numerical values to the function. You can enter up to 254 number arguments to the Varpa function in Excel 2007 or Excel 2010, but you can only enter up to 30 number arguments in Excel 2003. 


Note that the Varpa function is used when calculating the variance of a whole population. If your data is just a sample of the population (eg. if your data set records the individual heights of a sample of UK males), you need to use the Excel Vara function. 

VARPA & VARP Functions
The Excel Varpa function is very similar to the Excel Varp function, in that both functions calculate the variance of a supplied set of values. 

The difference between these two functions applies when an array of values, containing text or logical values is supplied to the function. In this case, the Varp function ignores the text and logical values, whereas the Varpa function assigns the value 0 to text and the values 1 or 0 to logical values. 

The rules for this are shown in the table below, compared to the rules for the Varp function. 


Varpa Function Example
The following spreadsheet shows the Excel Varpa function used to calculate the variance of the set of values in cells A1-A4 and in cells A1-A6. 

The format of the functions are shown in the spreadsheet on the left and the resulting values are shown in the spreadsheet on the right. 

Note that, in the spreadsheet above, the function in cell B2 includes the values in cells A5 and A6. In this case, the logical value TRUE in cell A5 is treated as the value 1 and the text in cell A6 is treated as the value 0. This is shown by the example in cell B3, in which cells A1 - A4 and the values 1 and 0 give the same result as the variance calculation for cells A1 - A6. 


Varpa Function Error
If you get an error from the Excel Varpa Function, this is likely to be the #DIV/0! error:

Common Errors 





No comments:

Post a Comment