Calculate percentage
Calculate the percentage of two numbers
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Part | The part represents the value for which you want to calculate the percentage relative to the whole. | NUMBER | true | |
Whole | The whole is the total or reference value against which you are comparing the part. | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable that contains the calculated percentage. | NUMBER | PERCENTAGE |