VAR (PQL - xl)
This function returns the variance based on a sample of a population, which uses only numeric values
- Library: PQL \ Spreadsheet \ Compatibility
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
VAR(number1, OPTIONAL number2)
Function Arguments
Name | Description | Type | Optional |
number1 | Can be a double-precision floating-point value, an integer value, or an array (cell range) of these | StringOrNumber |
|
number2 | Can be a double-precision floating-point value, an integer value, or an array (cell range) of these | StringOrNumber | Y |
Comments
This function is the same as the Microsoft Excel 'VAR' function - using the same inputs, logic and outputs.