Excel Lecture 4
Excel Lecture 4
Chapter 3
1. Manually: using the keyboard, type = sign, and then enter your formula.
• Formulas should be typed without spaces, but if you type spaces, Excel eliminates them
when you press Enter.
• While you are displaying formulas in the worksheet, you will not see the results of those
formulas.
2. Formula that is ready in Excel (in this case, Excel adds the opening equal
sign for you).
2.1 Inserting Formulas
• Formula that is ready in Excel (Excel adds the opening equal sign for you):
• In Home Tab, go to Editing group, click on the Drop-Down Arrow beside
AutoSum button. OR, click on Insert Function button in the formula bar.
• OR, In Formulas Tab, go to Function Library group, click on the Drop-Down
Arrow below AutoSum button. OR, click on Insert Function button.
• Now, the Insert Function dialog box will display.
• Click the name of the category of the function that you want,
(Most Recently Used is the default category),
Then select the function that you want.
3) Press Enter.
Note: you can apply AutoSum function by pressing from keyboard Alt + =
2.2 Using Cell References in Formulas 6
• When you create a formula, you can reference a cell’s identifier rather than typing the
number that appears in that cell.
• A cell reference identifies a cell’s location in the worksheet, based on its column letter
and row number.
• If the data in a cell changes, the result of any formulas that reference the cell
change as well.
2.3 Using Cell References in Formulas 7
• To insert a relative reference, you can: Type the cell address within the formula; OR Click a cell to include it
in the formula rather than typing the cell reference.
• You use relative cell references when you want the reference to automatically adjust when you copy or fill the
formula across rows or down columns in ranges of cells.
• By default, new formulas in Excel use relative references.
2.4 Editing Formulas
8
• As with numeric and text entries, you can edit the contents of formulas either in their
cells or on the Formula bar.
• To edit a formula in its cell, Double-Click the cell or press F2 to position the
pointer in that cell.
• If you select the cell, formula will appear in the formula bar; and you can edit it there.
• While editing Formulas, Excel displays each of the cell references in the formula in
different colors to outline the cell or cell range in the worksheet itself.
• While editing a formula, if you decide to back to the original formula and start
over, just press Esc button on the keyboard.
2.6 Using Basic Functions
9
• The Formulas tab in Excel 2016, provides access to a library of formulas and
functions.
• Functions provide an easy way to perform mathematical work on a range of cells,
quickly and conveniently. This section shows you how to use some of the basic
functions in Excel:
• SUM, AVERAGE, MIN, MAX, COUNT, COUNTA, and COUNTBLANK.
2.6 Using Basic Functions
10
Alt + +/=
• The COUNT function used to determine how many cells in a range contain a
number.
• The COUNTA function counts all nonblank cells in a range, whether they include
text or numbers. The COUNTBLANK function counts the number of blank
cells in a range.
• use Delta Co. Employees List file.
• In B12, Type =count(B1:B11), then Press Enter.
• In B13, Type =counta(B1:B11), then Press Enter.
• In B14, Type =countblank(B1:B11), then Press Enter.