CONVERT |
CONVERT(number, from_unit, to_unit) |
Returns the number in one measurement system converted to another. |
number | The number you want to convert. |
from_unit | The units to convert the number from. |
to_unit | The units to convert the number to. |
REMARKS |
* For an illustrated example refer to the page under Advanced Functions * This function allows conversion between the following types of units: weight & mass, distance, time, pressure, force, energy, power. magnetism, temperature and liquid measure. * Unit names and prefixes are case sensitive. * If "from_unit" and "to_unit" are not comparable, then #N/A is returned. * If the unit does not support an abbreviated unit prefix, then #N/A is returned. * If the unit does not exist, then #N/A is returned. See Example 9. * If the input datatypes are incorrect, then #VALUE! is returned. See Example 8. * There are also 18 unit prefix abbreviations that allow metric units to be used easily kg = kilogram, mg = microgram. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
8 - If the "from_unit" and the "to_unit" are not compatible, then #N/A is returned. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top