INC
Syntax
INC (Original Value, Amount to Increment)
Description
The INC function returns an incremental value based on an original value and the amount to increment.
Returns
An incremental value based on an original value and the amount to increment.
Example
INC(&NumMonths, &EndMonth - &StartMonth - 1)
This formula adds the months between the start and end month to the variable &NumMonths.