Last Updated: Dec 2, 2020
Use this function to find the percentage of ‘out of’ in the ‘total’ value.
percentage (outof, total)
| Input Parameter Name | Description |
|---|---|
| outof | Value to calculate percentage out of |
| total | Total value to calculate the percentage |
| Return Value | Description |
|---|---|
| Value | Returns the percentage of ‘outof’ in the ‘total’ value |
ercentage (30,100) => 30.0
To view all the Math functions, click here.