CONVERT « Engineering functions « Microsoft Office Excel 2007 Tutorial

Home
Microsoft Office Excel 2007 Tutorial
1.Introduction
2.Editing
3.Format Style
4.Table
5.Chart
6.Formula
7.Workbook Worksheet
8.Wordart Clip Art Shape Picture
9.PivotTable PivotChart
10.Data Analysis
11.Macro ActiveX Add in
12.Security
13.Collaboration
14.Database functions
15.Date Time functions
16.Engineering functions
17.Information functions
18.Logical functions
19.Lookup Reference functions
20.Math Trigonometry functions
21.Statistical functions
22.Text functions
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Microsoft Office Excel 2007 Tutorial » Engineering functions » CONVERT 
16.9.CONVERT
16.9.1.CONVERT(Value_in_from_units, From_unit, Units_for_the_result) converts a number from one measurement system to anotherCONVERT(Value_in_from_units, From_unit, Units_for_the_result) converts a number from one measurement system to another
16.9.2.=CONVERT(1.0, "lbm", "kg") converts 1 pound mass to kilograms=CONVERT(1.0,
16.9.3.=CONVERT(68, "F", "C") converts 68 degrees Fahrenheit to Celsius=CONVERT(68,
16.9.4.=CONVERT(2.5, "ft", "sec") returns an error(#N/A), since data types are not the same type=CONVERT(2.5,
16.9.5.=CONVERT(CONVERT(100,"ft","m"),"ft","m") converts 100 square feet into square meters
16.9.6.CONVERT accepts the following text values for Weight and mass
16.9.7.CONVERT accepts the following text values for Distance
16.9.8.CONVERT accepts the following text values for Time
16.9.9.CONVERT accepts the following text values for Pressure
16.9.10.CONVERT accepts the following text values for Force
16.9.11.CONVERT accepts the following text values for Energy
16.9.12.CONVERT accepts the following text values for Power
16.9.13.CONVERT accepts the following text values for Magnetism
16.9.14.CONVERT accepts the following text values for Temperature
16.9.15.CONVERT accepts the following text values for Liquid
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.