ID EN
#Statistical

VARPA

Excel Functions

Get variation of a population

Syntax

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

Arguments

Parameter Description
number1 First number or reference.
number2 [optional] Second number or reference.

Return Value

Computed variance

Details

The VARPA function calculates the variance for data that represents an entire population. Variance provides a general idea of the spread of data. The difference between the VARPA function and the VARP function is in how these functions handle logical values and numbers as text. The VARP function will ignore text values and logicals when the appear in references, while the VARPA function will evaluate text as zero, TRUE as 1, and FALSE as zero. Note that both VARP and VARPA will evaluate logical values, and numbers as text when they are hardcoded directly as arguments. In the example shown, the formula in F5 is: Note that the VARP function ignores the "NA" text in C8, while VARPA includes this in the variance estimate as zero. The table below summarizes the variation functions available in

Examples

Example

In the example shown, the formula in F5 is:

EXCEL
=VARPA(C5:C10)

See Also

STDEVP STDEV STDEV.S VAR.P VAR.S VAR VARA