How to Convert Measurements Easily in Microsoft Excel
Method 1 of 3:
Entering a Convert Function Manually
- 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.
- 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]
- 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]
- Type '=Convert(' in cell B2.
- Functions in Excel are not case-sensitive. Typing "=CONVERT(" has the same result as typing "=convert(".
- 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'.
- Add a comma.
- For example, your cell may now look like this: "=Convert(A2," or '=Convert(12,'.
- 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.
- For example: '=Convert(A2, 'in',' or '=Convert(12, 'in','.
- Some approved unit abbreviations are "in" "cm" "ft" and "m".
- Excel provides a comprehensive list of unit abbreviations here.
- 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.
- 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]
Method 2 of 3:
Entering a Convert Function with Formula Builder
- 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.
- 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.[5]
- 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).[6]
- 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.'
- 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.
- Enter the original unit in the "from_unit" text box. Enter in the approved abbreviated form of the original unit.
- For example: type 'mn' (the abbreviation for minutes).
- Excel provides a comprehensive list of unit abbreviations here.
- Enter the "to_unit." Type in the approved abbreviation for the "to_unit."
- For example: type 'sec' (the abbreviation for seconds).
- 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).[7]
- 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.[8]
Method 3 of 3:
Applying the Convert Function to Multiple Cells
- 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.
- 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.
- 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.
- 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.[9]
- 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.[10]
5 ★ | 1 Vote
You should read it
- How to convert Inches to centimeters in Word 2016
- Should the outdoor unit be installed outside?
- How to use a hidden unit converter in Microsoft Word
- How to convert F degrees to Celsius on iPhone
- Flick, the new time unit instead of seconds, uses Facebook video frame rate
- Install outdoor unit and indoor unit with one room what happens?
- What is TPU (Tensor Processing Unit) and how is it used?
- Download offers, Unit Converter (Pega Pro), application converted more than 12800 units, are free
May be interested
- How to Remove Leading or Trailing Zeros in Excelthis wikihow teaches you how to remove zeros from the beginning (leading) or end (trailing) of numbers in excel. highlight the cells with leading zeros. if you're working with numbers in a column, you can highlight the whole column by...
- How to Run Regression Analysis in Microsoft Excelregression analysis can be very helpful for analyzing large amounts of data and making forecasts and predictions. to run regression analysis in microsoft excel, follow these instructions. if your version of excel displays the ribbon (home,...
- How to Add Up Columns in Excelthis wikihow teaches you how to add two or more columns together in an excel document. you can use the sum command on both windows and mac versions of excel to do so. open your excel document. double-click the excel document that you want...
- How to Search for Words in Excelan excel document can be overwhelming to look through. thankfully, you can use the search function to conveniently locate a particular word, or group of words, in an excel worksheet. launch ms excel. do this by clicking on its icon in your...
- How to Unshare an Excel Workbookthis wikihow teaches you how to stop sharing a microsoft excel document on desktop, iphone, and android platforms. open excel. it's a green app with a white 'x' on it. to open a shared document that you wish to unshare, you'll need to load...
- How to Use the Sum Function in Microsoft Excelusing the sum function in excel is an easy way to save yourself lots of time. decide what column of numbers or words you would like to add up