×

Converting Units in Excel

The numeric values present in Excel consist of various types such as constant, integer, decimal etc. For calculation purposes, the values present in the data need to be converted to other units. Manual conversion takes time and sometimes leads to errors. Excel enables the default functions or formulas with operators to convert the data. This tutorial explains how the data is converted from kilogram to pounds (ibs) and pounds (ibs) to kilograms.

1 pound (ib) = 0.453591 kilograms (kg). To convert the data form pounds to kilogram, divide the cell value by 2.20462

1 kilogram (kg) = 2.20462 pounds (ib). To convert the data from kilograms to pounds, multiply the data by 2.20462.

Excel Convert Function

Excel provides a default function called CONVERT, which is used to convert from one measurement to other measurements. This function helps to convert from various measurements, including length, distance, temperature, area, kilogram, pounds and multiple metrics inside the convert function.

The formula consists of following,

Number- the data or value entered by the user for conversion from one unit to other unit.

from_unit – from unit conversion

to_unit- to unit conversion

To convert the data, the data values and unit types are entered in the formula. Value is entered in the format of number or cell reference, units as a string in the format.

1. How to convert the data from kilogram (kg) to pounds (ibs)?

The steps to be followed for conversion are as follows,

Step 1: Enter the data in the spreadsheet as A1

Step 2: Select the cell where want to display the result namely A2.

Step 3: Enter the formula as =CELL VALUE*2.20462. Here the cell value is A1, hence the formula is A1*2.20462

Converting the units in Excel

From the above worksheet, the value in the cell A1 is converted from kilogram to pounds using the formula

2. How to convert the data from pounds (ibs) to kilogram (kg)?

The steps to be followed for conversion are as follows,

Step 1: Enter the data in the spreadsheet as A1

Step 2: Select the cell where you want to display the result namely A2.

Step 3: Enter the formula as =CELL VALUE/2.20462. Here the cell value is A1, hence the formula is A1/2.20462

Converting the units in Excel

From the above worksheet, the data is converted from pounds (Ibs) to kilogram (kg) using the formula.

3. How to convert the data from Kilogram to Ibs using formula?

The steps to be followed for conversion are,

Step 1: Enter the data in the spreadsheet. Here the data are entered in the cell range A1.

Step 2: Select the cell where you want to display the result namely B1.

Step 3: Here the ‘CONVERT” function is used to convert the data or cell value from kg to pounds. Enter the formula in the cell B1 as =CONVERT (CELL VALUE, “kg”,”lbm”). Here the cell value is A1. The convert function has three arguments (number, from unit and to unit). lbm stands for pound mass.

Converting the units in Excel

From the above worksheet, the value in the cell A1 is converted from kg to pounds (lbm).

4. How to convert the data from Ibs to kilogram using formula?

The steps to be followed for conversion are,

Step 1: Enter the data in the spreadsheet. Here the data are entered in the cell range A1.

Step 2: Select the cell where you want to display the result namely B1.

Step 3: Here the ‘CONVERT” function is used to convert the data or cell value from pounds to kg. Enter the formula in the cell B1 as =CONVERT (CELL VALUE, “lbm”,”kg”). Here cell value is A1.

Converting the units in Excel

From the above worksheet, the value in cell A1 is converted from pounds (lbs) to kilogram (kg) using the CONVERT function.

5. How to convert the range of data from kg to pounds using the formula?

If excel contains range of data, the steps to be followed to convert from kg to pounds are,

Step 1: Enter the data in the spreadsheet. Here the data is entered in the range A1:A5.

Step 2: Select a new cell to display the result. Here the cell B1 is selected

Step 3: Enter the formula in the cell B1 as, =CONVERT (CELL VALUE,”kg”,”lbm”). The result will be displayed in the cell.

Step 4: To display the result in the remaining cell, drag the formula towards the cell A5. The cell value will vary according to the individual cell name.

Converting the units in Excel

From the above worksheet, the values are converted from kilograms (kg) to pounds (lbm) and result will be displayed in the cell range A1:A5.

6. How to convert the range of data from pounds (lbm) to kg using the formula?

If excel contains range of data, the steps to be followed to convert from pounds (lbm) to kg are,

Step 1: Enter the data in the spreadsheet. Here the data is entered in the range A1:A5

Step 2: Select a new cell to display the result. Here the cell B1 is selected

Step 3: Enter the formula in the cell B1 as, =CONVERT (CELL VALUE,”lbm”,”kg”). The result will be displayed in the cell.

Step 4: To display the result in the remaining cell, drag the formula towards the cell A5. The cell value will vary according to the individual cell name.

Converting the units in Excel

From the above worksheet, the values are converted from pounds (lbm) to kilograms (kg) and result will be displayed in the cell range A1:A5.

Summary

From the tutorial, the various functions and formulas to convert one measurement to other measurement is briefly explained.


Related Topics

Excel Tutorial for Beginners

What is Excel? Microsoft Excel is a software program included in the Microsoft Office suite. It is a commercial spreadsheet application developed by Microsoft for Windows, macOS, Android, and iOS. It...

5 minutes read.

Date and Time in Excel-VBA

In this modern world of computer technology the creation of Excel reports are termed to be the crucial elements, and the particular type of programs that helps us in performing...

6 minutes read.

Count Characters in Excel

Microsoft Excel is used to perform calculations for multiple purposes. The data entered in the worksheet is a combination of numeric and alphabets. Sometimes there is a need to check...

4 minutes read.

Excel File using Password

How to Protect an Excel File using Password? Nowadays Microsoft Excel is widely used by large organizations to small organizations for their personal and professional usage. They share files to various...

2 minutes read.

Sum Every Nth Row in Microsoft Excel

The main and the critical use of the SUM Function is used to add all the amounts of the numerical data and thus efficiently produce the sum of all at...

3 minutes read.

Goal Seek in Excel

Goal Seek in Excel The Goal Seek Excel function in Excel facilitates an automatic solving approach by adjusting a few pointers to reach a required output. Goal seeking is used when you have a value in...

3 minutes read.

Insert Row in Excel

It was known that we have various multiple ways that are extremely helpful in inserting a particular row in the Microsoft Excel. And we have lots of shortcut options available...

6 minutes read.

Excel Themes

Microsoft Excel contains various features to enhance the appearance of the worksheet like text color, font size and general outlook of the objects. The users are provided with multiple theme...

3 minutes read.

Gauge Chart in Excel

A Gauge Chart in Microsoft Excel is considered the meter type chart of a group dial chart, which is eventually similar to the speedometer that has the pointer towards the...

7 minutes read.

Excel ROUND() Function

Excel ROUND() Function The ROUND() function in excel rounds the numbers to specified digits. Syntax ROUND(Number,num_digits) Parameter Number(required)- This parameter represents the number which you want to round up. num_digits(required)- This parameter represents the number of decimal places to which...

1 minute read.

Excel HOUR() Function

Excel HOUR() Function The HOUR() function in excel converts a serial number to an hour (0 - 23). Syntax HOUR(SERIAL_NUMBER) Parameter SERIAL_NUMBER (required)- This parameter represents the date or time from which you want to extract...

1 minute read.

Frequency Distribution in Excel

The term Frequency Distribution in Microsoft Excel is mainly used to explain how the data will be spread out. And it could be achieved with the help of the Histogram,...

7 minutes read.

Purpose of Randomize in Excel

Excel spreadsheets are used on a large scale for business and personal usage. It is used to store data, perform multiple calculations, make assumptions based on charts and graphs etc....

7 minutes read.

How to make use of the Wildcard in Excel

In this modern world, it is known that the wildcard characters in Microsoft Excel are considered to be the most essential and unrated features of Microsoft Excel. Besides all these,...

8 minutes read.

How to import Microsoft Access data into the Microsoft Excel

Microsoft Access is primarily considered vital and the primary tool for individuals who want to create and manage the respective type of Database efficiently. This tutorial will discuss how to import...

5 minutes read.

How to create drop down in excel?

How to create drop down in excel? Drop-down lists are mostly used to facilitate data entry operations. They are commonly used in interactive websites or applications. Microsoft has expanded his Excel's data validation feature...

5 minutes read.

Basics of Excel

Different ways to open an excel file There are various ways to open an excel file, some of them are listed below - From Start Menu:Go to the start menu and search for Ms-Excel...

5 minutes read.

Count Cells with Text in Excel

Excel spreadsheets are widely used in many fields to store and analyze data. Usually, the cells present in excel are a combination of numbers and text. To perform the calculation...

3 minutes read.

What if Analysis Data Table in Excel

What is What-If Analysis? Suppose you have a cell A15 which is formula driven i.e. has a formula and the formula is based on values in different cells (A1, A2, A3, A4), what-if...

4 minutes read.

Histogram in Excel

What is Histogram in Excel? “ A histogram is a graphical tool familiar for summarizing discrete or continuous data, where the data are measured on an interval scale.”  Karl Pearson described this...

5 minutes read.