The
Figure 13-5:
Ask a question in the Search text box, and Excel suggests some possible functions you can try.
You can also select a function category from the Or Select A Category drop-down list to display all the
When you select a function, the syntax and a brief description appear at the bottom of the dialog box. You can obtain help on a function selected in the Select A Function list by clicking the Help On This Function link at the bottom of the dialog box. When you select a function and click OK, Excel enters an equal sign to start a formula in the active
The Function Arguments dialog box contains one text box for each argument of the selected function. If the function accepts a variable number of arguments (such as SUM), the dialog box gets bigger as you type additional arguments. A description of the argument text box currently containing the insertion point appears near the bottom of the dialog box. To the right of each argument text box, a display area shows the current value of the argument. This display is handy when you are using references or defined
Some functions, such as INDEX, have more than one form. When you select a function from the Insert Function dialog box that has more than one form, Excel
Figure 13-6:
If a function has more than one form, the Select Arguments dialog box appears.
You can also use the Function Library group on the Formulas tab on the Ribbon to insert functions. Each of the categories listed in the Insert Function dialog box has a button or menu in the Function Library group. For example, clicking the More Functions button reveals a menu containing additional categories of functions, as shown in Figure 13-7. When you click one of the functions listed on any of these
Figure 13-7:
The Function Library group on the Formulas tab provides direct access to the built-in functions in Excel.
| TROUBLESHOOTING |
I get a #NAME? error.
You might get the #NAME? error for a few reasons, but one of the more common is typing the function name incorrectly. Here's a good habit to acquire if you type functions: Use lowercase letters. When you press Enter, Excel converts the name of the function to uppercase letters if you typed it correctly. If the
|
As with any other formula, you can insert cell references and defined names into your functions easily using the mouse. For example, to enter a function in cell C11 that averages the cells in the range C2:C10, select cell C11, type =average( and then select the range C2:C10. A marquee appears around the selected cells, and a reference to the selected range appears in the formula. Then type the closing parenthesis. If you define named ranges, constants, or formulas in your worksheets, you can insert them in your formulas. To do this, click the Formulas tab, click the Use In Formula button in the Defined Names group, and then select the name you want to use. When you click the name, it appears at the insertion point in the formula.