For example, you may have a need to convert data in centimeters/millimeters to inches or feet. In this short tutorial, I will show you how to use a simple formula to convert a value in one length measurement unit to another. So let’s get started!

CONVERT Formula in Excel

Before I show you how to convert data from one unit to another, let me quickly introduce the formula that is going to help us do that. It’s the CONVERT formula in Excel. Below is the syntax of the CONVERT formula: Where:

number is the value that you want to convert from one measurement unit to anotherfrom_unit is the code for the measurement unit in which you already have the numberto_unit is the code for the measurement unit in which you want the number to be converted

While it’s a simple formula, you do need to know the right measurement codes that you can use in the formula. Below are some of the codes we will be using in this tutorial.

Inch – “in”Feet – “ft”Meter – “m”Milimeter – “mm”Centimeter – “cm”

If you want a full list of all the code (for various categories such as weight, distance, time, pressure, force, energy, power, etc), you can check it out here. Now that we know what formula to use to convert Inches to a millimeter or centimeter or meter, let’s have a look at the examples.

Converting Inches to Millimeter (MM), Centimeter (CM), Meter (M), or Feet

Suppose you have a dataset as shown below and you want to convert the values in inches into MM, CM, and M Below is the formula to convert Inches to Millimeter: Below is the formula to convert Inches to Centimeter: Below is the formula to convert Inches to Meter: And in the same way, if you want to do the reverse – i.e., to convert MM or CM to Inches – you just need to reverse the codes. So the formula to convert MM to Inches would be:

Converting Inches to Feet

A more common conversion needed is between inches and feet. Again, you can use the same formula with the right measurement codes as the from_unit and to_unit. Below is the formula to convert inches to feet:

Some Important Things to Know about the Convert Formula

In case you use an incorrect from_unit or to_unit code, the fromula will return a #N/A errorYou can only convert a value in the same group of measurement. For example, if you’re dealing with millimeter and centimeter values, then these are in the distance group. You can only convert a value from this group into another value in the group. In case you try conversion in different group, it will give you a #N/A errorWhile you’re entering the formula, Excel helps you by showing all units that are available to use and you can then choose from the intellisense. I don’t know why, but “mm” and “cm” are not part of the list it shows, but these still work in the formula.The unit codes/names are case sensitive. So you can not use “MM” or “CM” instead of “mm” or “cm”. If you do, it gives the #N/A error

While I have only covered a part of the CONVERT formula and showed you how to convert MM or CM or Feet to Inches (or vice-versa), you can do some very useful other conversions as well (such as Grams/Kilograms to Pound or Feet to Yard). I hope you found this tutorial useful! Other Excel tutorials you may also like:

How to Convert Numbers to Text in Excel – 4 Super Easy WaysHow to Convert Formulas to Values in ExcelConvert Time to Decimal Number in Excel (Hours, Minutes, Seconds)Convert Date to Text in Excel – Explained with ExamplesConvert Bytes to MB or GB in Excel (2 Easy Ways)How to Convert Radians to Degrees in Excel (Easy Formula)