Creates an array from a set of arguments.
Sample Usage
ARGS2ARRAY(100,50,10)
ARGS2ARRAY(A2,A3,A4)
ARGS2ARRAY(B4:B10)
Syntax
ARGS2ARRAY(value1, [value2, value3, ...])
- value1 - The first value to place in the array.
- value2 - [OPTIONAL] The second value to place in the array.
Examples
ARGS2ARRAY(B4:B10) returns a comma delimited array of the elements in the range B4:B10