What the name means | "Sum of one range divided by another"
| Syntax | SumDiv ( Values1, [Values2] )
| Description | Divided Values1 by corresponding items in Values 2, then adds them all together
|
Range Handling and Constraints This function has range inputs that are subject to range handling procedures to help reduce input errors and increase flexibility and speed. Click here to see more. The variables affected are as follows (in order): Variable | Type of Handling | Explanation | Values1 Values2 | Make Same Size | If the two ranges are differing lengths, the longer range will be shortened to the size of the other, so that both ranges are the same length. |
Examples | - Preview of the SumDiv example.
- The above spreadsheet can be accessed from the Quick Reference (on the Business Functions menu), on the Examples menu, or in the Business Functions\Component Examples directory
|
|