You are on page 1of 2

CONVERT Function

CONVERT is an advanced Excel formula that converts a number from one

measurement unit to another.

CONVERT Syntax:

When to use it?

• To convert temperature from Celsius to Fahrenheit

• To convert minutes to hours or vice-versa

• To convert miles to kilometers or vice-versa

• To convert a liter to a gallon or vice-versa, etc.

Example:
The below data is in miles, kilograms, square feet, and hours and we need to convert

them into meters, pounds, acres, and minutes, respectively,

The formulas will be as follows:

• Miles to meters: =CONVERT(B2,”mi”,”m”)

• Kilograms to pounds: =CONVERT(B3,”kg”,”lbm”)

• Square feet to acres: =CONVERT(B4,”ft^2″,”uk_acre”)

• Hours to minutes: =CONVERT(B5,”hr”,”mn”)


Result: The formula displays the results in the respective cells

You might also like