CONVERT
Converts a number from one measurement system to another
Syntax
CONVERT(number, from_unit, to_unit)
Parameters
- number: Required. The value to convert
- from_unit: Required. The units for number (e.g., "lbm", "kg", "m", "ft")
- to_unit: Required. The units for the result
Example
=CONVERT(1, "lbm", "kg")