Functions in Excel:
- A function is a predefined formula that performs calculations.
- Excel includes functions that can quickly find the sum, average, count, max and min values etc..... for a range of cells.
- Syntax of function is =function name(arguments). Ex: =sum(A1:A9).
How to insert a function into cell?
- Select the cell that will contain the function.
- Press Shift + F3 , an Insert Function dialog box will appear.
- Type in the Search for a function box and click on Go or choose from Select a function list and click on it.
- Press Enter or click on OK. A function Arguments dialog box will appear.
- Check the arguments. We can also insert arguments (range of cells).
- Click OK.
Sum():
This function adds all of the values of the cells in the argument.
Count():
This function counts the number of cells with numerical data in argument.
Average():
This function determines the average of the values included in the argument.
Max():
This function determines the highest cell value included in the argument.
Min():
This function determines the lowest cell value included in the argument.