= AVERAGE(C1:C9)
This expression consists of three parts: an equals sign, a command,and a cell range. The equals sign means you want to place the results ofyour calculation in that cell. The command tells EXCEL what operation youwant to perform, and the cell range tells EXCEL the range to which thiscommand applies. In this example, the expression denotes an average ofvalues in cells C1 to C9.
Note: You will see that the expression appears in two locations.One location is the cell and the other is the long and flat widget justabove the letter header row. You can enter or modify expression at eitherlocation. Howeevr, later you may find that it is more convenient to enterexpressions or numbers in cells and cell contents in the widget space.
| =(A1+A2+A3)/3 | =(B1+B2+B3)/3 |