move
Syntax:
Return
Range
move
(
Range
source)
Description:
Moves the
source
to the location of the current cell.
Examples:
($a2) = move($b1:$c4)
Before:
A
B
C
1
7
4
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
After:
A
B
C
1
2
7
4
3
4
4
-3
32
5
2
-7.2
18
6
16
41
7
8
($b2) = move($d2:$d10)