Excel Introduction
Excel Is a Spreadsheet Laid out in columns and rows Consists primarily of numbers and formulas 32 =A1+A2
Documents Are Called: Worksheets
Worksheets Are Individual Pages in: Workbooks
Excel Easily Recalculates Use formulas whenever possible Formulas will automatically be updated if values are changed
Excel Creates Graphs/Charts
Excel Formulas The foundation of the worksheet.
Arithmetic Operators p. 552 n Addition + n Subtraction - n Division / n Multiplication * n Percentage % n Exponentiation ^ Use the following symbols in Excel formulas:
Order of Operation p. 553 Calculations will be performed in the following sequence: 1. Negation 2. Percents 3. Exponentiation 4. Multiplication 5. Division 6. Addition 7. Subtraction
Over-riding Order of Operation n Use parenthesis n The operations enclosed in parenthesis are performed first
For Example 2 * = 10 BUT 2 * (4 + 2) = 12
Excel Notes n Formulas always start with = n Use cell references instead of actual numbers n Type formulas carefully n Functions are pre-made formulas –AutoSum adds the SUM function to calculate a total n Functions use “ranges” of cells such as: (A2:D16) (first cell:last cell)