Skip to main content
Version: Streamsheets 2.5

MOVEVALUES

Move values in source range to target range.

Syntax

=MOVEVALUES(SourceRange, TargetRange)

Arguments

NameDescription
SourceRangeRange to get values to move from.
TargetRangeRange to move values to. Smaller Target Range leads to the removal of all Source Values, but not in the writing of all. Bigger does not have any further consequences.

Return

TRUE, if no error.

Examples

FormulaResultComment
=MOVEVALUES(A2:B2,A4:B4) 
TRUE
danger

Only the values will be moved. Formulas will be removed.