Definition: A function is a preset formula in Excel. Like formulas, functions begin with the equal sign ( = ) followed by the functions name and its
arguments. The function name tells Excel what calculation to perform. The arguments are contained inside round brackets.
For example, the most used function in Excel is the SUM function, which is used to add together the data in selected cells. The SUM function is written as -
=SUM(A1:A6)Here the function adds the contents of cell range A1 to A6
Examples: Before adding the function to the
spreadsheet, it is a good idea to enter the data that it will use as its arguments first. This way the
cell references of the data will be correct when entered into the function.

