![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > 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 |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| 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. | ||
| Example 8 - If the "from_unit" and the "to_unit" are not compatible, then #N/A is returned. | ||
| For more examples please refer to the CONVERT Function page. |
| EXAMPLES |
|
| Functions - C | Index - C | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |