VARPA
Description
Returns the variance based on the total population. Similar to VARP(), but in VARPA() you can include text and logical values. A text value or logical FALSE value is treated as a 0; a logical TRUE is counted as a 1.
Syntax
VARPA(
number1
, [
number2
], ...)
- number1: The number or list of numbers.
- number2: The number or list of numbers.