ASARRAYIf the argument is not an array, returns an array containing the argument. Otherwise, returns the argument array. Suggest EditsSyntax =ASARRAY(value) Arguments ArgumentTypeDescriptionvalueAnyThe value to be returned as an array Examples =ASARRAY(1)→[1] =ASARRAY("ABC")→["ABC"] =ASARRAY([1, 2, 3])→[1, 2, 3]Updated 9 months ago Table of Contents Syntax Arguments Examples