PowerUp Description
The pwrCONVERTVOLUME PowerUp function converts a number with a given unit to an equivalent number in another unit. Many common units are included ranging from milliliters to gallons.
PowerUp Syntax
pwrCONVERTVOLUME(value, SourceUnit, TargetUnit)
The pwrCONVERTVOLUME PowerUp function has the following arguments:
value – Required. This is the number you will be converting.
SourceUnit – Required. This is a value that represents the source unit which are detailed below.
TargetUnit – Required. This is a value that represents the target unit to which the conversion will be done. Any combination of the argument values below can be used.
TSP – Teaspoon
TBS – Tablespoon
OZ – Fluid Ounce CUP – Cup PINT – US Pint, fluid PNTK – UK Pint
PNTD – US Pint, dry
QT – Quart (fluid, US)
QTD – Quart (dry, US)
GAL – Gallon
L – Liter
CC – Cubic Centimeter
CI – Cubic Inches
ML – Milliliters
Return Value
pwrCONVERTVOLUME will return an equivalent number of SourceUnit expressed in TargetUnit.
Remarks
For some of the very large or high precision numbers, the possibility for round off errors exists. Always verify the returned values.
Example
=pwrCONVERTVOLUME(A1,"cc","cup")