How to Convert Measurements Easily in Microsoft Excel

Download ArticleDownload Article

Excel’s convert function ("=CONVERT()") converts a measurement from one unit to another. To use this function, you will enter data and units into the formula: =Convert(number, “from_unit”, “to_unit”). First learn how to enter the convert function manually or with Excel's Formula builder then discover how to apply that conversion to an entire column of data. Don't forget that unit names are case-sensitive!

Method 1
Method 1 of 3:

Entering a Convert Function Manually

Download Article
  1. How.com.vn English: Step 1 Label column A with the original unit.
    For the purposes of this example, let's assume that the measurement you want to convert is in column A and you'd like to see the conversion results in column B (but really this method will work for any two columns). To label column A , click on cell A1 and type in the original unit (the one you'd like converted, e.g. inches, meters, or yards). This is also called the “from_unit.”
    • For example: click on cell A1 and type “Inches”. In this example, we will convert 12 (number) inches (from_unit) to feet (to_unit).
    • Excel’s convert function converts a “from unit,” into a “to-unit” (the unit you are converting the measurement to).
    • Labeling your columns will help you organize your data.
  2. How.com.vn English: Step 2 Label column B.
    Click on cell B1. This will be your “to_unit” column. Type in the unit you are converting the measurement to. This is also called the “to_unit”.
    • For example: click on cell B1 and type “Feet”.[1]
    Advertisement
  3. How.com.vn English: Step 3 Enter your original measurement in cell A2.
    Type in the original measurement in numbers only. Do not enter in the units.
    • For example: in cell A2, enter “12” (as in 12 inches).[2]
  4. How.com.vn English: Step 4 Type “=Convert(” in cell B2.
    • Functions in Excel are not case-sensitive. Typing "=CONVERT(" has the same result as typing "=convert(".
  5. How.com.vn English: Step 5 Enter the name of the cell that contains the original measurement.
    Excel's convert function calls this value the "number".
    • For example: "=Convert(A2"
    • When you are converting a single measurement, as in the example above, It is also possible to type an actual number (not a cell reference) in this spot. Instead of “=Convert(A2”, you would enter “=Covert(12”.
  6. How.com.vn English: Step 6 Add a comma.
    • For example, your cell may now look like this: "=Convert(A2," or “=Convert(12,”.
  7. How.com.vn English: Step 7 Enter in the “from_unit.”
    Now enter in the approved abbreviated form of the original unit. The “from_unit” is enclosed by a set of quotation marks and is followed by a comma.
  8. How.com.vn English: Step 8 Enter in the “to_unit.”
    Now enter in the approved abbreviation for the “to_unit.” The “to_unit” is enclosed by a set of quotation marks followed by a closing parenthesis.
    • For example, your cell should look something like: “=Convert(A2, “in”, “ft”)” or “=Convert(12, “in”, “ft”)”.
    • This example function will convert the contents of cell A2 from inches to feet.
  9. How.com.vn English: Step 9 Hit ↵ Enter to execute the function.
    The converted measurement will appear in your cell (in this case, cell B2).
    • For example: B2 will contain “1” (as in 1 foot).[3]
    • If the function returns the “#N/A” error, check the unit abbreviations again. Make sure the abbreviation is correct and that the two units belong to the same group (for example it is not possible to convert mass into length). Please note, unit names and prefixes ARE case-sensitive.
    • If the function returns the “#VALUE!” error, this means you have entered the “number” incorrectly. Make sure you have only entered one value or cell reference.[4]
  10. Advertisement
Method 2
Method 2 of 3:

Applying the Convert Function to Multiple Cells

Download Article
  1. How.com.vn English: Step 1 Select B2 (where your original CONVERT function is).
    For the purposes of this example, lets assume that in addition to entering an original measurement in cell A2, you also filled cells A3 and A4 with a measurement. You've already converted the measurement in cell A2 by entering a convert formula in cell B2. You can quickly convert the rest of your measurements (the ones in A3 and A4) by dragging the formula down into the cells in column B.
    • For example: in cell A2, you entered “1”; in cell A3, you entered “5”; in cell A4, you entered “10”. The convert function you entered in cell B2 reads: “=Convert(A2, “in”, “cm”)”.
    • When you are converting multiple measurements, you must enter the cell's name instead of your measurement in the "number" space.
  2. How.com.vn English: Step 2 Click and hold on the gray square in the lower right corner.
    When you select a cell, a small, gray square appears in the lower right corner.
  3. How.com.vn English: Step 3 Drag your cursor down column B to select multiple cells.
    Only select as many cells in column B as are filled with original measurements in column A.
    • For example: since you entered measurements in cells A3 and A4, you will select cells B3 and B4.
    • Alternately, you may apply the convert function to multiple cells using the “fill” method. After you've selected cell B2, hold down Shift and select your cells from Column B. You should select all the cells that have corresponding measurements in column A. Click the “Home” tab. Select “Fill” then select and “Down.” The converted measurements will appear in column B.
  4. How.com.vn English: Step 4 Release the cursor once you've selected all the cells you wish to apply the convert function to.
    The measurements listed in column A will be converted and appear in column B.
    • For example: you will see “2.54” in cell B2; “12.7” in cell B3; and “25.4” in cell B4.[5]
    • If the function returns the “#N/A” error, check the unit abbreviations again. Make sure the abbreviation is correct and that the two units belong to the same group (for example it is not possible to convert mass into length). Please note, unit names and prefixes ARE case-sensitive.
    • If the function returns the “#VALUE!” error, this means you have entered the “number” incorrectly. Make sure you have only entered one value or cell reference.[6]
  5. Advertisement
Method 3
Method 3 of 3:

Entering a Convert Function with Formula Builder

Download Article
  1. How.com.vn English: Step 1 Label column A.
    For the purposes of this example, let's assume that the measurement you want to convert is in column A and you'd like to see the conversion results in column B (but in reality, this method will work for any two columns). Click on cell A1 and type in the original unit (the one you'd like converted, e.g. seconds, hours, or days). This is also called the “from_unit.”
    • For example: type “Minutes” into cell A1. In this example, we will convert 21 (number) minutes (from_unit) to seconds (to_unit).
    • Excel’s convert function converts a measurement from its original unit, or “from unit,” into a “to-unit” (the unit you're converting the measurement to).
    • Labeling your columns will help you organize your data.
  2. How.com.vn English: Step 2 Label column B.
    Click on cell B1. This will serve as your "to_unit" column. Type in the unit you are converting the measurement to (e.g. seconds or days).
    • For example: enter “Seconds” into cell B1.[7]
  3. How.com.vn English: Step 3 Enter your original measurement in cell A2.
    Type in the original measurement in numbers only. Do not enter in the units.
    • For example: in cell A2, enter “21” (as in 21 minutes).[8]
  4. How.com.vn English: Step 4 Open the“Formula Builder.”
    Instead of entering the convert function by hand, you can use Excel’s formula builder to help you create the formula.
    • Select the “Formula” tab.
    • Click “Formula Builder”.
    • Select cell B2.
    • Select “CONVERT.”
  5. Step 5 Enter the name of the cell (letter followed by number) that contains the original measurement in the "number" text box.
    Excel's convert function calls this value the "number."
    • For example: enter "A2".
    • For a single conversion, as in this example, you may also type the actual measurement (“21”) instead of the cell name.
  6. Step 6 Enter the original unit in the "from_unit" text box.
    Enter in the approved abbreviated form of the original unit.
  7. Step 7 Enter the "to_unit."
    Type in the approved abbreviation for the "to_unit."
    • For example: type “sec” (the abbreviation for seconds).
  8. How.com.vn English: Step 8 Press ↵ Enter to execute the function.
    The converted measurement will appear in your cell (in this case, cell B2).
    • For example: in cell B2, you will see “1260” (as in 1260 seconds).[9]
    • If you receive a “#N/A” error, check the unit abbreviations again. Make sure the abbreviation is correct and that the two units belong to the same group (for example, it is not possible to convert time into length). Please note, unit names and prefixes ARE case-sensitive.
    • If you get a “#VALUE!” error, you may have entered the “number” incorrectly. Make sure you have only entered one value or cell reference.[10]
  9. Advertisement

Video

Community Q&A

Search
Add New Question
  • Question
    How can I convert numbers with units to simple numbers without units in a cell?
    How.com.vn English: Community Answer
    Community Answer
    Right click on the cell you want to edit and click 'convert to simple number without units'.
  • Question
    How do I convert steps to miles?
    How.com.vn English: Community Answer
    Community Answer
    First, you would have to determine the length of your stride. Then, multiply the length of your stride by your steps. This will give you the distance in inches. Then use =CONVERT('distance in inches',"in","mi"). This should do it. So, cell A1 = 36 (stride in inches), cell A2 = 6125 (steps taken), cell A3 =A1*A2 (distance in inches), In cell B3 =CONVERT(A3,"IN","mi").
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Tips

      • In some older versions of Excel, the Convert function is not installed by default. It is part of the "Analysis Add-in" tool pack. To install add-ins, select Tools > Add-ins. Put a checkmark beside "Analysis Toolpack." You may be asked to provide the install CD.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      Advertisement

      About This Article

      How.com.vn English: How.com.vn Staff
      Co-authored by:
      How.com.vn Staff Writer
      This article was co-authored by How.com.vn Staff. Our trained team of editors and researchers validate articles for accuracy and comprehensiveness. How.com.vn's Content Management Team carefully monitors the work from our editorial staff to ensure that each article is backed by trusted research and meets our high quality standards. This article has been viewed 283,441 times.
      How helpful is this?
      Co-authors: 21
      Updated: July 21, 2023
      Views: 283,441
      Categories: Microsoft Excel
      Thanks to all authors for creating a page that has been read 283,441 times.

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement