array

An array is a collection of values used by a function, or returned by a function. It can be one-dimensional or multi-dimensional. Here are examples of arrays:

=B2:B5 specifies a single dimensional array (or range) of four cells.

=SUM(B2:E5) adds the numbers in a multi-dimensional square array (or range) of sixteen cells.