Description:
Value of the current cell referenced in an expression.
Example:
|
A |
B |
|
1 |
[1,2,3,4,5,6] |
|
|
2 |
for A1 |
|
|
3 |
|
=@+A2 |
Calculate the sum of members in A1’s sequence by loop; @ is the value of the current cell B3, which adds the next member value; the final result is 21. |