Syntax
DIVIDED_BY(number, denominator)
Examples
Input |
|
Formula |
|
Output |
|
If you divide by a whole number, the result is rounded down to a whole number:
Input |
|
Formula |
|
Output |
|
If you divide by a number with decimal places, the result will have decimal places:
Input |
|
Formula |
|
Output |
|
You can multiply the denominator by 1.0 to force the result to have decimal places:
Input |
|
Formula |
|
Output |
|