ReferenceFunctionsEngineering Functions
CONVERT
Converts a numeric value from one supported unit to another.
Summary
Supports a focused set of length, mass, and temperature units.
Remarks
numberis numerically coerced; unit arguments must be text.- Returns
#N/Afor unknown units or incompatible unit categories. - Temperature conversions support
C/cel,F/fah, andK/kel.
Examples
Length conversion
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1000
Temperature conversion
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
When does CONVERT return #N/A?
Unknown unit tokens, non-text unit arguments, or mixing incompatible categories (for example length to mass) return #N/A.
Runtime metadata
Category
Engineering
Signature
CONVERT(arg1: Any, arg2: Any, arg3: Any)Arity
min 3, max 3
Arguments
arg1Any · Scalar
arg2Any · Scalar
arg3Any · Scalar
Caps
PURE
Source