CONVERT
Definition: CONVERT is a function that converts a number from one measurement system to another.
Syntax: =CONVERT(number, from_unit, to_unit)
Situation: This formula is suitable when you need to convert a number from one measurement system to another, such as converting feet to meters.
Example: If you have a measurement in feet, the equivalent measurement in meters can be found using the formula =CONVERT(A1, “ft”, “m”), which returns the measurement in meters.