Engineering Unit Conversion Table In Excel
If you want to convert kg to lbs, meter to feet or liter to gallon -this Engineering Unit Converter Excel app can perform all these basic conversions.- Weight: gram, kilogram,ounce,ton,pound,stone
- Length: meter, centimeter, millimeter, kilometer, mile, yard, feet, inch
- Volume: liter, ounce, gallon
Downloaded Times
In addition, it also has a Unit Conversion Table within it. This table provides measurements to the lowest unit & how to use the built in Excel formula '=Convert'. Note: If it is just simple 'feet to meters' or '1 mile in feet' , then just use the quick Excel function explained at end of page.Convert Kg to Lbs - Feet to Meters - Mile in Feet
The Excel sheet in this app is divided into three segments - one for each Measurement Segment. This app does not use the built in function. Instead it uses numeric calculations defined within the Excel VBA code. How to Use this App?- Download this Unit Conversion Excel app.
- Save it in your local folder.
- Open the Excel file.
- Enable the macros & editing if requested.
- Enter Units to be converted & Click "Convert' button.
Downloaded Times
If the conversion does not happen automatically, then press the button "Convert". To proceed with next conversion, then press "Clear" button & start over.Excel Formula for Kg to Pounds, Mt to Ft, Liter to Gal?
There is a build in function in Excel to do these Unit conversions. In Worksheet, we can use the formula "=CONVERT (Number, Unit From, Unit To)". Examples:- =CONVERT(1000,"g","lbm") <-1 kg to lbs = 2.204622622
- =CONVERT(1,"m","ft") <-1 meter to feet = 3.280839895
- =CONVERT(1,"mi","ft") <- 1 mile in feet is 5280 units
- =CONVERT(1,"gal","l") <- 1 gallon to liter = 3.785411784
- =convert(1,'ft','m') <- 1 feet to meters is 0.3048 Units