ID the 3 starting points ID the 2 destination points Target Cell: use the sum of
ID: 2900198 • Letter: I
Question
ID the 3 starting points
ID the 2 destination points
Target Cell: use the sum of all starting points in the target cell ****OR*** the negative of the sum [= - ( LA + Se)] of all destination points.
Explanation / Answer
Block of Cells
Use a range to access a single cell or block of cells (may span many rows and columns) as in:
range aa = 1[2]; // cell(2,1), row2 of col(1)
range bb = 1[1]:3[10]; // cell(1,1) to cell(10,3)
Note: a range variable representing a block of cells can be used as an X-Function argument only, direct
calculations are not supported.
Matrix Data
For matrix data, the RangeString is
[MatrixBookName]MatrixSheetNameOrIndex!MatrixObject
Make an assignment such as: