copy

Syntax:

Return Range  copy(Range source)

Description:

Copies the source to the location of the current cell.

Examples:

($a2) = copy($b1:$c6)
Before:
AB C
174
24
3-332
42-7.2
51118
61641
78
After:
AB C
174
274
3432
4-332-7.2
52-7.218
6111841
71641
($b2) = copy($d2:$d10)