move

Syntax:

Return Range  move(Range source)

Description:

Moves the source to the location of the current cell.

Examples:

($a2) = move($b1:$c4)
Before:
AB C
174
24
3-332
42-7.2
51118
61641
78
After:
AB C
1
274
34
4-332
52-7.218
61641
78
($b2) = move($d2:$d10)