This function, when calculated, adds all of the specified numbers together and returns the result.
Sum([Number1], [Number2], [Number n])
Where:
Number1, Number2, Number n, are the numbers or references to numbers, that you want to find the sum of.
There can be 1 to 255 Numbers in any one SUM Function.
Rule | Meaning |
---|---|
Sum(PartPrice1TextBoxReturn, PartPrice2TextBoxReturn, PartPrice3TextBoxReturn) | The Sum function adds the return values of the PartPrice1TextBox, the PartPrice2TextBox, and the PartPrice3TextBox together. |
PartPrice1TextBoxReturn Value | PartPrice2TextBoxReturn Value | PartPrice3TextBoxReturn Value | Result of the Sum function |
---|---|---|---|
200.25 | 58.86 | 122 | 381.11 |
1000 | 500.50 | 12.99 | 1513.49 |