SUBTRACT
Syntax
subtract(value1,value2,...valueN)Arguments
Example
SUBTRACT([Actuals],[Plan])
SUBTRACT(25,4,10,16)Was this helpful?
The SUBTRACT function accepts a series of values, subtracts them, and returns a number.
subtract(value1,value2,...valueN)value1, value2 – Can be numbers or node references.
Use the subtract function to calculate the difference between planned and actual values, as shown in the example.
SUBTRACT([Actuals],[Plan])
SUBTRACT(25,4,10,16)Was this helpful?
Was this helpful?