STDEV (PQL - xl)
This function returns the standard deviation for a set of numbers
- Library: PQL \ Spreadsheet \ Compatibility
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
STDEV(number1, number2)
Function Arguments
Name | Description | Type | Optional |
number1 | Can be a cell, a cell range, a float value, or an integer value | Number |
|
number2 | Can be a cell, a cell range, a float value, or an integer value | Number |
|
Comments
This function is the same as the Microsoft Excel 'STDEV' function - using the same inputs, logic and outputs.