Last Updated: Feb 14, 2022
Use this function to find the percentage of value in the total value.
Get Percentage (value, total)
Input Parameter Name | Description |
---|---|
value | Value to calculate percentage out of |
total | Total value to calculate the percentage |
Return Value | Description |
---|---|
Percentage | Returns the percentage of value out of total |
Get Percentage (30,100)
To view all the Math functions, click here.