Page 226 - Excel 2007 Bible
P. 226
16_044039 ch11.qxp 11/21/06 11:04 AM Page 183
Introducing Formulas and Functions
Formula Autocomplete includes the following items (and each type is identified by a separate icon):
n Excel built-in functions
n User defined functions (Functions defined by the user through VBA or other methods)
n Defined Names (named using the Formulas ➪ Defined Names ➪ Define Name command).
n Enumerated Arguments (only a few functions use such arguments, and SUBTOTAL is one of them)
n Table structure references (used to identify portions of a table)
Entering formulas manually
Entering a formula manually involves, well, entering a formula manually. In a selected cell, you simply type
an equal sign (=) followed by the formula. As you type, the characters appear in the cell and in the Formula
bar. You can, of course, use all the normal editing keys when entering a formula.
Entering formulas by pointing
Even though you can enter formulas by typing in the entire formula, Excel provides another method of 11
entering formulas that is generally easier, faster, and less error-prone. This method still involves some man-
ual typing, but you can simply point to the cell references instead of typing their values manually. For
example, to enter the formula =A1+A2 into cell A3, follow these steps:
1. Move the cell pointer to cell A3.
2. Type an equal sign (=) to begin the formula. Notice that Excel displays Enter in the status bar
(bottom left of your screen).
3. Press the up arrow twice. As you press this key, Excel displays a faint moving border around cell
A1, and the cell reference appears in cell A3 and in the Formula bar. In addition, Excel displays
Point in the status bar.
4. Type a plus sign (+). A solid-color border replaces the faint border, and Enter reappears in
the status bar.
5. Press the up arrow again, which puts the moving border around cell A2, and adds that cell
address to the formula.
6. Press Enter to end the formula.
TIP You can also point to the data cells by using your mouse.
TIP
Pasting range names into formulas
If your formula uses named cells or ranges, you can either type the name in place of the address or choose
the name from a list and have Excel insert the name for you automatically. Two ways to insert a name into a
formula are available:
n Select the name from the drop-down list: To use this method, you must know at least the first
character of the name. When you’re entering the formula, type the first character and then select
the name from the drop-down list.
n Press F3: This key displays the Paste Name dialog box. Select the name from the list and click
OK (or just double-click the name). Excel will enter the name into your formula. If no names are
defined, pressing F3 has no effect.
183