Difference between revisions of "Manuals/calci/CONVERT"

From ZCubes Wiki
Jump to navigation Jump to search
 
(45 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''CONVERT(n,fu,tu)'''</div><br/>
+
<div style="font-size:25px">'''CONVERT (Number,FromUnit,ToUnit,DoNotConvertUsingEquivalents,MatchAllOnLeft,MatchAllOnRight)'''</div><br/>
 
+
*<math>Number</math> is the value in <math>Fromunit</math> to change.
*<math>n</math> is the value in <math>fu</math>.
+
*<math>Fromunit</math> is the units for the value.
*<math>fu</math> is the units for the value.
+
*<math>Tounit</math>is the units for the result.  
*<math>tu</math>is the units for the result.  
+
**CONVERT(),Converts a number from one measurement system to another
  
 
==Description==
 
==Description==
This function gives the  changing the one unit system to other unit system.  
+
*This function converts one unit system to another unit system.  
Example:To change the length in kilometer unit to standard unit meter, Here N is the value to which we want to covert from FU to TU. Also FU and TU will accept any units which we need to give in <math>" "</math>(double quotes).</br>
+
*Example:To change the length in kilometer unit to standard unit meter.
 +
*<math>Fromunit</math> and <math>Tounit</math> will accept any units which we need to give in " "(double quotes).  
 
This function show the result as Error:
 
This function show the result as Error:
 
#when the input value are incorrect
 
#when the input value are incorrect
#when the FU or TU are not exist
+
#when the <math>Fromunit</math> and <math>Tounit</math> does not exist
 
#when the units are in not same groups.
 
#when the units are in not same groups.
  
 
Unit names and indications are case-sensitive.
 
Unit names and indications are case-sensitive.
 +
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! Weight/Mass
 
! Weight/Mass
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 48: Line 50:
 
|-
 
|-
 
! Distance
 
! Distance
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 90: Line 92:
 
|-
 
|-
 
! Time
 
! Time
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 117: Line 119:
 
|-
 
|-
 
! Pressure
 
! Pressure
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 136: Line 138:
 
|-
 
|-
 
! Force
 
! Force
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 155: Line 157:
 
|-
 
|-
 
! Energy
 
! Energy
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 192: Line 194:
 
| Watt-hour  
 
| Watt-hour  
 
|  "Wh"
 
|  "Wh"
 +
 +
|-
 +
|Kilocalorie
 +
|"kcal"
 
|}
 
|}
  
Line 197: Line 203:
 
|-
 
|-
 
! Power
 
! Power
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 212: Line 218:
 
|-
 
|-
 
! Magnetism
 
! Magnetism
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 227: Line 233:
 
|-
 
|-
 
! Temperature
 
! Temperature
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 246: Line 252:
 
|-
 
|-
 
! Liquid Measure
 
! Liquid Measure
! Fu or Tu
+
! Fromunit or Tounit
  
 
|-
 
|-
Line 288: Line 294:
 
| "tbs"
 
| "tbs"
 
|}
 
|}
 +
 +
For Example, =CONVERT(1.50, "lbm", "kg") is 0.6804
 +
 +
==ZOS==
 +
*The syntax to CONVERT units in ZOS is <math>CONVERT (Number,FromUnit,ToUnit,DoNotConvertUsingEquivalents,MatchAllOnLeft,MatchAllOnRight)</math>
 +
**<math>Number</math> is the value in <math>Fromunit</math> to change.
 +
**<math>Fromunit</math> is the units for the value.
 +
**<math>Tounit</math>is the units for the result.
 +
*For e.g.,CONVERT(10.5..12.5..0.25,"in","ft")
 +
{{#ev:youtube|lJ5-gEU4KSA|280|center|Unit Convertion}}
  
 
==Examples==
 
==Examples==
 
+
{| class="wikitable"
{| id="TABLE3" class="SpreadSheet blue"
 
 
|- class="even"
 
|- class="even"
 
!Equation  
 
!Equation  
| n1
+
! Number
| n2
+
! Fromunit
| n3
+
! Tounit
| SUM
+
! Result
 +
|- class="odd"
 +
|CONVERT(10,"ozm","sg")
 +
| 10
 +
| ozm
 +
| sg
 +
| 0.019425668878sg
 +
|- class="even"
 +
| CONVERT(30,"lbm","kg")
 +
| 30
 +
| lbm
 +
| kg
 +
| 13.60776929Kg
 +
|- class="odd"
 +
| CONVERT(0.5,"mi","m")
 +
| 0.5                       
 +
| mi
 +
| m
 +
| 804.6719999999999m
 +
|- class="even"
 +
| CONVERT(0.002,"km","Nmi")
 +
| 0.002
 +
| km
 +
| Nmi
 +
| 0.001079Nmi
 
|- class="odd"
 
|- class="odd"
|SUM(1,2,3)
+
| CONVERT(5,"ft","in")
| 1
+
| 5
| 2
+
| ft
| 3
+
| in
| 6
+
| 60in
 
|- class="even"
 
|- class="even"
| SUM(5,-9,45)
+
| CONVERT(7,"yd","ang")
 +
| 7
 +
| yd
 +
| ang
 +
| 64007999999.9ang
 +
|- class="odd"
 +
| CONVERT(5,"yd","Pica")
 
| 5
 
| 5
| -9
+
| yd
 +
| Pica
 +
| 12959.99Pica
 +
|- class="even"
 +
| CONVERT(15,"Pa","mmHg")
 +
| 15
 +
| Pa
 +
| mmHg
 +
| 0.112509mmHg
 +
|- class="odd"
 +
| CONVERT(4, "yr","day")
 +
| 4
 +
| yr
 +
| day
 +
|1461day
 +
|- class="even"
 +
| CONVERT(1.5,"min","sec")
 +
| 1.5
 +
| min
 +
| sec
 +
| 90sec
 +
|- class="odd"
 +
| CONVERT(15,"lbf","N")
 +
| 15
 +
| lbf
 +
| N
 +
|66.72333N
 +
|- class="even"
 +
| CONVERT(10,"BTU","J")
 +
| 10
 +
| BTU
 +
| J
 +
|10550.581J
 +
|- class="odd"
 +
| CONVERT(15,"W","HP")
 +
| 15
 +
| W
 +
| HP
 +
|0.020115301HP
 +
|- class="even"
 +
| CONVERT(45,"T","ga")
 
| 45
 
| 45
| 41
+
| T
 +
| ga
 +
| 450000ga
 
|- class="odd"
 
|- class="odd"
| SUM(A1:A3)
+
| CONVERT(90,"degF","degK")
| CELL A1                       
+
| 90
| CELL A2
+
| degF
| CELL A3
+
| degK
| A1+A2+A3
+
| 305.3722222degK
 
|- class="even"
 
|- class="even"
 +
| CONVERT(100,"oz","cup")
 +
| 100
 +
| oz
 +
| cup
 +
| 12.5cup
 +
|- class="odd"
 +
| CONVERT(25,"pt","qt")
 +
| 45
 +
| pt
 +
| qt
 +
| 12.5qt
  
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|YSWmgN-8w3o|280|center|CONVERT}}
  
 
==See also==
 
==See also==
  
*[[Manuals/calci/AVERAGE| AVERAGE]]
+
*[[Manuals/calci/BIN2DEC| BIN2DEC]]
*[[Manuals/calci/PRODUCT| PRODUCT]]
+
*[[Manuals/calci/BIN2HEX| BIN2HEX]]
 +
*[[Manuals/calci/BIN2OCT| BIN2OCT]]
  
 
==References==
 
==References==
[http://en.wikipedia.org/wiki/Summation SUM]
+
*[http://en.wikipedia.org/wiki/Conversion_of_units Convert Units]
 
 
 
 
 
 
CONVERT
 
 
 
Where 'N' is the value in 'FU” to convert, 'FU' is the units for number and 'TU' is the units for the result.
 
 
 
 
 
*CONVERT shows an error value when input data are incorrect.
 
* Unit must be there in this function, otherwise it shows an error value.
 
* Whenever the units are in different groups, CONVERT shows error value.
 
 
 
 
 
CONVERT
 
 
 
 
 
Lets see an example
 
  
CONVERT(N, FU,TU)
 
  
  
=CONVERT(1.50, "lbm", "kg") is 0.6804
 
  
=CONVERT(2.5, "ft", "sec") shows NAN(error) value.
+
*[[Z_API_Functions | List of Main Z Functions]]
Syntax
 
Remarks
 
Examples
 
Description
 
'''This function converts a number from one measurement system to another system.'''
 
  
{| id="TABLE1" class="SpreadSheet blue"
+
*[[ Z3 Z3 home ]]
|- class="even"
 
| class="   " |
 
<div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 0.6804
 
| class="sshl_f" | NaN
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="1Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 

Latest revision as of 03:55, 29 September 2021

CONVERT (Number,FromUnit,ToUnit,DoNotConvertUsingEquivalents,MatchAllOnLeft,MatchAllOnRight)


  • is the value in to change.
  • is the units for the value.
  • is the units for the result.
    • CONVERT(),Converts a number from one measurement system to another

Description

  • This function converts one unit system to another unit system.
  • Example:To change the length in kilometer unit to standard unit meter.
  • and will accept any units which we need to give in " "(double quotes).

This function show the result as Error:

  1. when the input value are incorrect
  2. when the and does not exist
  3. when the units are in not same groups.

Unit names and indications are case-sensitive.


Weight/Mass Fromunit or Tounit
Gram "g"
Kilo gram "kg"
Slug "sg"
Pound mass "lbm"
U(atomic mass unit) "u"
Ounce mass "ozm"
Distance Fromunit or Tounit
Meter "m"
Kilometer "km"
Statute mile "mi"
Nautical mile "Nmi"
Inch "in"
yard "yd"
Foot "ft"
Angstrom "ang"
Pica(1/72 in.) "Pica"
Time Fromunit or Tounit
Year "yr"
Day "day"
Hour "hr"
Minute "mn"
Second "sec"
Pressure Fromunit or Tounit
Pascal "Pa"
Atmosphere "atm"
mm of Mercury "mmHg"
Force Fromunit or Tounit
Newton "N"
Dyne "dyn"
Pound Force "lbf"
Energy Fromunit or Tounit
Joule "J"
Erg "e"
IT calorie "cal"
Thermodynamic calorie "c"
BTU "BTU"
Electron volt "eV"
Foot pound "flb"
Horsepower hour "HPh"
Watt-hour "Wh"
Kilocalorie "kcal"
Power Fromunit or Tounit
Horse power "HP"
Watt "W"
Magnetism Fromunit or Tounit
Gauss "ga"
Tesla "T"
Temperature Fromunit or Tounit
Kelvin "K"
Degree Celsius "C"
Degree Fahrenheit "F"
Liquid Measure Fromunit or Tounit
Liter "l"
Milliliter "ml"
Gallon "gal"
Quart "qt"
U.K.pint "uk_pt"
U.S.pint "pt"
Cup "cup"
Fluid ounce "oz"
Teaspoon "tsp"
Tablespoon "tbs"

For Example, =CONVERT(1.50, "lbm", "kg") is 0.6804

ZOS

  • The syntax to CONVERT units in ZOS is
    • is the value in to change.
    • is the units for the value.
    • is the units for the result.
  • For e.g.,CONVERT(10.5..12.5..0.25,"in","ft")
Unit Convertion

Examples

Equation Number Fromunit Tounit Result
CONVERT(10,"ozm","sg") 10 ozm sg 0.019425668878sg
CONVERT(30,"lbm","kg") 30 lbm kg 13.60776929Kg
CONVERT(0.5,"mi","m") 0.5 mi m 804.6719999999999m
CONVERT(0.002,"km","Nmi") 0.002 km Nmi 0.001079Nmi
CONVERT(5,"ft","in") 5 ft in 60in
CONVERT(7,"yd","ang") 7 yd ang 64007999999.9ang
CONVERT(5,"yd","Pica") 5 yd Pica 12959.99Pica
CONVERT(15,"Pa","mmHg") 15 Pa mmHg 0.112509mmHg
CONVERT(4, "yr","day") 4 yr day 1461day
CONVERT(1.5,"min","sec") 1.5 min sec 90sec
CONVERT(15,"lbf","N") 15 lbf N 66.72333N
CONVERT(10,"BTU","J") 10 BTU J 10550.581J
CONVERT(15,"W","HP") 15 W HP 0.020115301HP
CONVERT(45,"T","ga") 45 T ga 450000ga
CONVERT(90,"degF","degK") 90 degF degK 305.3722222degK
CONVERT(100,"oz","cup") 100 oz cup 12.5cup
CONVERT(25,"pt","qt") 45 pt qt 12.5qt

Related Videos

CONVERT

See also

References