Divide
Return the quotient from the division of two values.
Input
Field | Definition | Type | Required |
---|---|---|---|
Number | Number to be divided (the dividend). | Number | TRUE |
Divided by | Number with which to divide (the divisor). | Number | TRUE |
Number of decimal points | Number of decimal places in the value of the resulting quotient. | Number | TRUE |
Output
Field | Definition | Type |
---|---|---|
Result as a decimal | Calculated quotient in decimals. | Number |
Result as a percentage (%) | Calculated quotient as a percentage value. | String |