CONVERT
Category: Engineering Function.
Description: Converts a number from one measurement system to another.
Syntax: CONVERT(number, from_unit, to_unit)
Number is the number to be converted.
From_unit is a text string, denoting the current unit.
To_unit is a text string, denoting the unit to which the number will be converted.