A Function is a predefined formula whose definition is already explained to Excel. We have to just select the name of the function and supply arguments or values to it. Each argument is separated by a comma and total list of arguments is enclosed within parentheses. Each function has a syntax that specifies the number and order of its arguments. The arguments of functions can be numbers, cell addresses or even range of cells. The maximum number of arguments of any function is 255 in Excel 2007.
Example of Fuction:
=SUM(a1,c4)
=SUM(3,5)
=SUM(C4:C9)
Entering Function:
- Formulas TabàFunctions Library Group
- Select a function Name from the Function Groups
(or)
- Click on Insert Function Button beside formula bar
- Insert Function Dialog Appears
- Enter the description of function you want in “Search for a function” Text box
- Or Select a category of function from Category drop down list
- Then select your required function from the list box below
(or)
Directly type the function along with its arguments followed by equal to sign
SOME OF EXCEL FUNCTIONS THAT ARE COMMONLY USED:
SUM: returns the sum of values in the specified range of cells.
Syntax: =SUM(list of arguments)
using Autosum:
- select range of cells including a blank cell in which total to be appear.
- click on Autosum button on standard toolbar (or) press alt+=
AVERAGE: returns the average of values in the specified range of cells.
Syntax: =AVERAGE(argument list)
MAX: returns the maximum value in the specified range of cells. It only considers numeric data.
Syntax: =MAX(arg list)
MIN: returns the minimum value in the specified range of cells. It only considers numeric data.
COUNT: returns the number of cells containing numeric data.
COUNTA: returns the number of cells containing data (both numeric and text).