Increase a Number by a Percentage
This procedure increases a number by a percentage.
Overview
This procedure increases a number by a percentage. For example:
Number: 100
Percentage: 10%
Increase: 100 increased by 10% = 110
Syntax
This procedure supports two different syntaxes.
Option 1
Option 2
Data
The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
Data Name
Can Be Renamed
the num
No
the percentage
No
Parameters
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
Parameter
Description
Examples
Required
value
The number to be increased (integer or decimal).
100
62.7
Yes
percent
The percentage to increase the number by (integer or decimal).
20
30.5
Yes
Examples
1. Using the first syntax
2. Using the second syntax
Last updated
Was this helpful?