Unit conversions are commonplace. Whether you need feet to meters, Fahrenheit to Celsius, or teaspoons to tablespoons, you can take advantage of the CONVERT function in Microsoft Excel for a dozen types of conversion.

The nice thing about this function in Excel is that it uses a basic formula with only a few arguments. So not only is it simple to use, but it’s also easy to remember.

Which Units Can You Convert?

As mentioned, you can convert more than 12 types of units with the function.

Weight and mass Distance Time Pressure Force Energy Power Magnetism Temperature Volume Area Information Speed

Let’s look at some examples.

Use the CONVERT Function

The syntax for the function is CONVERT(reference, from_unit, to_unit) where you’ll need all three arguments. The reference argument can be a number or a cell reference.

Distance

For a simple distance conversion, we’ll convert the inches in cell A2 to feet using this formula:

You can also use a number as the reference and create the formula this way:

Here are a few other abbreviations for common distance measurements:

Yard: yd Meter: m Statute mile: mi Nautical mile: Nmi U. S. survey mile: survey_mi

Temperature

Converting temperatures is common when you’re working with someone who uses Celsius instead of Fahrenheit.

Here, we’ll convert the temperature in cell A2 from Fahrenheit to Celsius:

Note, you can also use “F” instead of “fah” and “C” instead of “cel.” Plus, you can use a number instead of a cell reference.

You can use this formula to convert 78 from Fahrenheit to Celsius:

Other temperature abbreviations include:

Kelvin: K or kel Degrees Rankine: Rank Degrees Reaumur: Reau

Volume

If you spend time in the kitchen, then you might find yourself converting those types of measurements. You can convert teaspoons to tablespoons for the value in cell A2:

With this formula, you can convert a specific number U.S pints to U.K. pints:

Here are a handful of additional volume abbreviations you might use:

Ounce: oz Cup: cup Quart: qt Gallon: gal Liter: l, L, or lt

Area

Need to perform some area conversions? This formula converts the value in cell A2 from square feet to square inches:

And with this formula, you can convert square meters to square miles:

Additional area abbreviations you might need include:

Square yards: yd2 or yd^2 Square nautical miles: Nmi2 or Nmi^2 Morgen: Morgen International acre: uk_acre U. S. statute acre: us_acre

Speed

How about a speed conversion? Here, you can convert the value in cell A2 from meters per hour to meters per second:

You can also convert from meters per hour to miles per hour:

Information

For one more example, we’ll convert our A2 value from bits to bytes with this formula:

Help With Unit Abbreviations

The most difficult part of using the CONVERT function in Excel is knowing the abbreviations for the units. You can take a look at Microsoft’s Support page for the function if you want to convert a unit that isn’t as common as some others. However, Excel does offer help too.

RELATED: How to Find the Function You Need in Microsoft Excel

When you enter the CONVERT function into your sheet’s Formula Bar, you can select a unit argument to see the options and pick the one you need.

Here, we’re converting ounces to cups. You can see when we place our cursor in the argument’s spot for the to_unit, a drop-down list appears. Double-click the unit you want and the abbreviation will appear in the formula.

Then, insert your closing parenthesis and press Enter or Return to apply the formula and receive the result.

You can use this drop-down box to choose both the from_unit and to_unit arguments easily. This is handy for those abbreviations that are less than obvious.

When you have an Excel spreadsheet that uses units of measurement like these, remember the CONVERT function.

For more, take a look at how to convert text to dates or how to convert text to numbers in Excel.