Measurement Conversion Functions
For converting measures such as meters to feet, Celsius to Fahrenheit, check out these functions
CONV_ACRE_SQKMThis function is used for converting from acres to square kilometers. It can also be used to convert from square kilometers to square acres. |
CONV_MI_KMWith this formula you can convert a measure in miles to kilometers. You can also use it to convert from kilometers to miles. |
CONV_FT_MTWith this formula you can convert a measure in feet to meters or the reverse. |
CONV_SQFT_MTThis one is for converting from square feet to square meters. It can also be used to convert from square meters to square feet. |
CONV_GALWith this formula you can convert a volume measurement of U.S. gallons to liters. You can also use it to convert from liters to U.S. gallons. |
CONV_TEMPThis function can be used to convert temperature values from Celsius to Fahrenheit, or vice versa. |
CONV_IN_CMThis one is for converting from inches to centimeters. It can also be used to convert from centimeters to inches. |

