CONVERT Function Explained
The CONVERT
function in Microsoft Excel is used to convert a number from one unit type to another. It takes three arguments: the number to be converted, the unit type to convert from, and the unit type to convert to. It returns the converted number as a result.
CONVERT Function Syntax
CONVERT(number, from_unit, to_unit)
- number: The number to be converted.
- from_unit: The unit of measure for the number being converted.
- to_unit: The unit of measure to convert the number to.