Working with Tables Flashcards
(9 cards)
is a structure of vertical columns and horizontal rows with a cell at every intersection.
table
A Word table can contain as many as?? but the number of rows is??
63 columns
unlimited.
Cell Formulae
- AVERAGE( )
- COUNT( )
- MAX( )
- MIN( )
- PRODUCT( )
- SUM( )
The average of a list of cells
AVERAGE( )
The number of items in a list of cells
COUNT( )
The largest value in a list of cells
MAX( )
The smallest value in a list of cells
MIN( )
The multiplication of a list of cells
PRODUCT( )
The sum of a list of cells
SUM( )