Description of formula:
Creates an array of values passed as arguments. Arguments can be in the form of individual values, arrays or ranges of cells. Values can be of different types.
Creates an array of values passed as arguments. Arguments can be in the form of individual values, arrays or ranges of cells. Values can be of different types.
Syntax:
mixedarray(element, ...)
mixedarray(element, ...)
Parameters:
element
(type: any)(multiple argument) values, you want in array
Returned type:
Array of values of any type
Examples:
=mixedarray(1, abc, 150)
=mixedarray(1, 2, 150)
=mixedarray(A, B, C)
=mixedarray(1, abc, 150)
=mixedarray(1, 2, 150)
=mixedarray(A, B, C)
0 Comments