Any rectangular group of cells is called a range. Ranges are useful in various formulas that can work on a large number of cells at a time (e.g., the sum function, which adds up the values in all the cells in a given range).
Ranges are defined by giving their upper-left-hand corner cell address followed by a colon on the lower-right-hand-corner cell address.
Sometimes you will see ranges with .. between the cells: EG (A1..A10), (B5..C9).