CONVERT (PQL - xl)
This function converts a number from one measurement system to its equivalent in another measurement system
- Library: PQL \ Spreadsheet \ Engineering
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
CONVERT(number, from unit, to unit)
Function Arguments
Name | Description | Type | Optional |
number | Numeric value to convert | Number |
|
from unit | Convertible units of numeric value to convert | String |
|
to unit | Convertible units of desired result | String |
|
Comments
This function is the same as the Microsoft Excel 'CONVERT' function - using the same inputs, logic and outputs.