array

An array is a collection of values used by a function, or returned by a function. It can be a one-dimension or multidimensional. 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 multidimensional square array (or range) of sixteen cells.