GESTEP (PQL - xl)
This function, greater than or equal to step, returns an indication of whether a number is equal to a threshold
- Library: PQL \ Spreadsheet \ Engineering
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
GESTEP(number, OPTIONAL step)
Function Arguments
Name | Description | Type | Optional |
number | Value to test against the step (which is either step or zero) | Number |
|
step | Value of the threshold against which to test; if omitted, uses zero | Number | Y |
Comments
This function is the same as the Microsoft Excel 'GESTEP' function - using the same inputs, logic and outputs.