What are common functions?
- COUNT: This functions adds and displays the number of cells in a selected range containing numerical values.
- MAX/MIN: These display the maximum/minimum value in a selected range of cells.
- AVERAGE: This function displays the average value within a selected range of cells.
Many more functions exist within Excel. The benefit of using functions over typing the values yourself is that if one of the values in cells (C1-C8, in the example) change the average, max, min etc values will automatically update.
How do I use one of these functions?
Method One
- Click in the cell into which you wish to enter the formula.
- Type ‘=’.
- Type COUNT,MAX,MIN or AVERAGE.
- Type ‘(’.
- Type the cell range (separate the first and last value with a colon).
- Type ‘)’.
- Press <Enter>.
Method Two
- Click in the cell into which you wish to enter the formula.
- In the ‘Home’ ribbon.
- Click the ‘AutoSum’ drop down menu.
A list of functions will be displayed. - Choose the required function.
- Use the mouse to select the required cell range.
- Press <Enter>.