Unit converter excel
Calculator from Foxconvert
What is the Excel CONVERT units Function?
The Excel CONVERT Function[1] is an Excel Engineering Function. The function is useful for conversion of units from one measurement system to another measurement system. For example, CONVERT Foxconvert will help us to convert pounds to kilograms, feet to centimeters, or Fahrenheit to Celsius. Learn Excel unit conversion in this guide.
WHAT WE OFFER
- Emergency lockout
- Car lockout
- Key duplication
- Security systems
- See the complete offer
Formula
=CONVERT(number, "from unit ","to unit")
The Excel CONVERT function uses the following arguments:
- Number (required argument) – The numeric value we wish to convert.
- From Unit – This is the unit you are converting from. Quotations are necessary!
- To Unit – This is the unit you are trying to convert to. Quotations are necessary!
Notes about converting units in Excel:
When the data types are incorrect, we will get #VALUE! error.
- The units and prefixes are case-sensitive.
- #N/A error occurs when:
- The given unit does not exist.
- When the unit doesn't support the binary prefix.
- When units are in different groups.