Example To multiply the value in the Quantity field by the value in the UnitPrice field, type:
=document.Quantity.value*document.UnitPrice.value
Example To multiply the value in the UnitPrice field by a percentage rate stored in spreadsheet cell C1, type:
=$C$1*document.UnitPrice.value
Notes