Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Introducing How to Use the CONVERT Function in Excel in the Most Detail

Explore Introducing How to Use the CONVERT Function in Excel in the Most Detail, with the key facts and practical context explained clearly.

Table of Contents

CONVERT Function Structure in Excel

The CONVERT function supports converting a number of measurement units such as weight, volume, distance, time, pressure, force, energy, power, magnetism, temperature, volume, area, information…

Key Takeaways About Excel

  • CONVERT function structure in Excel The CONVERT function supports converting a number of measurement units such as weight, volume, distance, time, pressure, force, energy, power, magnetism
  • Function syntax: =CONVERT(number; from_unit; to_unit) In there: number: Required argument, is the value in from_units to convert. from_unit: Required argument, which is the unit of number.
  • Attention: If the input data type is incorrect -> the function returns the #VALUE! error value.

Function syntax: =CONVERT(number; from_unit; to_unit)

In there:

number : Required argument, is the value in from_units to convert. from_unit : Required argument, which is the unit of number . to_unit : Required argument, is the unit you want to convert to.

Attention:

If the input data type is incorrect -> the function returns the #VALUE! error value. If the unit does not exist -> the function returns the #N/A error value. If the unit does not support binary prefixes -> the function returns the #N/A error value. If form_unit, to_unit do not belong to the same group of measurement units -> the function returns the error value #N/A. Unit names and prefixes are case sensitive.

How to Use the CONVERT Function in Excel

For example, we have a table of values ??and units that need to be converted as follows:

Introducing how to use the CONVERT function in Excel in the most detail Picture 1

Number 1: We need to convert 1054 grams to tons. In cell E3 we have the formula: =CONVERT(B3;'g';'ton')

We get the result: 1054 grams = 0.001161836 tons

Number 2: We need to convert 220.06 meters to yards. In cell E4 we have the formula: =CONVERT(B4;'m';'yd')

We get the result: 220.06 meters = 240.6605424 yards

Similarly, the 3rd number is the conversion from seconds to days, the 4th number is the conversion from bits to bytes, the 5th number is the conversion from atmosphere degrees to pascal degrees.

With the 6th number, it converts from inches to millimeters. Because these two units are not in the same unit group, they cannot be converted. At this point, Excel will report the #N/A error .

Introducing how to use the CONVERT function in Excel in the most detail Picture 2

FAQ

What is the main update about Excel?

CONVERT function structure in Excel The CONVERT function supports converting a number of measurement units such as weight, volume, distance, time, pressure, force, energy, power, magnetism, temperature, volume, area, information...

Why does Excel matter?

Function syntax: =CONVERT(number; from_unit; to_unit) In there: number : Required argument, is the value in from_units to convert. from_unit : Required argument, which is the unit of number . to_unit : Required argument, is the unit you want to convert to.

What should readers know about Excel?

Attention: If the input data type is incorrect -> the function returns the #VALUE! error value.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.