copy
Syntax:
Return
Range
copy
(
Range
source)
Description:
Copies the
source
to the location of the current cell.
Examples:
($a2) = copy($b1:$c6)
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
7
4
2
7
4
3
4
32
4
-3
32
-7.2
5
2
-7.2
18
6
11
18
41
7
16
41
($b2) = copy($d2:$d10)