CONVERT(number, from_unit, to_unit)
=CONVERT(100,"yd","m")
The example converts 100 yards to meters and returns 91.44.
CONVERT(22,"C","F")
The example converts 22 degrees Celsius to Fahrenheit and returns 71.6.
=CONVERT(1,"gal","l")
The example converts 1 gallon to liters and returns 3.79.