Title: Introduction to Excel Spreadsheets
1Introduction to Excel Spreadsheets
- Creating Worksheets
- for Decision Makers
2Spreadsheet Applications
- Computer program
- Analyze numeric information
- Help make meaningful business decisions
- Dan Bricklin and Bob Frankston
- Invented in 1979
- VisiCalc
- Sold and developed into Lotus 1-2-3
3What-if Analysis
- Classic use of spreadsheets
- Involves modifying values and reviewing their
affect on other values - Recalculation automatically allows review
- Assumption cells
- Cells upon which other formulas depend
- Values changed to observe effect
4Typical Spreadsheet
5Anatomy of the Excel Window
6Basic Vocabulary
Cell Address
Worksheet
7Moving Around a Worksheet
Using the Keyboard
Keystroke Action
Up Arrow Moves up one cellDown Arrow Moves
down one cellLeft arrow Moves left one
cellRight arrow Moves right one
cell PgUp Moves active cell up one
screenPgDn Moves active cell down one
screen Home Moves active cell to column A of
current row CtrlHome Moves the active cell to
cell A1CtrlEnd Moves to the lower, rightmost
active corner of the worksheet F5 (function
key) Opens the Go To dialog box in which you
can enter any cell address
8Moving Around a Worksheet
Using the Mouse
- Action
- Click the cell
- Click on scroll bars to reveal cells not showing
- Mouse pointer
- Indicates current position of mouse
- Changes shape to indicate what action can be
performed - Arrow select item from menu
- I-beam type text in formula bar
- White plus sign as move over worksheet surface
9Worksheet Limits
IV
Last cell in a worksheet!
Cell address of IV65536
65536
10Workbooks
Maximum number of Workbooks is 255.
Initial number loaded can be setby user.
Worksheet tabs
11Excel Data Types
- Three different types of data
- Label or text
- Value
- Formula
- Function Special prewritten formula
12Text
- Set of characters not interpreted as a value
- Cannot be used for calculations
- Left justified in cell (default setting)
- Examples
- telephone number 227-1240
- security number 372-70-9654
- column headings
13Text Within a Cell
Cell not large enough, but adjacent cell is filled
14Value
- Numbers, dates, times
- Can be used for calculations
- Right justified in cell (default setting)
- Examples
- 378 11/29/94 44031
(9876) - Recognized as number if begins with
- _at_ or any digit
Number Date Time
Negative Number
15Formula
- Specifies calculations to be performed
- Begins with an equal sign ()
- Can contain cell references, arithmetic
operators, values and built-in functions - Recalculates when cell reference changes
- Example A1 B2
Note If forget the equal sign then it becomes
a label (no math done!)
16Functions
- Built-in formula that provides shortcut for
complex calculations - Start with functions name followed by set of
parentheses - Parentheses enclose the argument list
- Cells or other expressions needed for the
calculations - General syntax of Excel Function
- Function name (argument1,argument2,...)
17Excel Functions
- Identified by descriptive abbreviation or word
- examples SUM(D14D18) AVERAGE(A1A8)
MAX(B6B13)
18Function Categories
- Lookup Reference
- Database
- Text
- Information
- Financial
- Date Time
- Math Trig
- Statistical
- Logical
19Common Functions
- SUM(cell range)
- Total of all cells listed as arguments
- MIN(cell range)
- Smallest number within the cell range named
- MAX(cell range)
- Largest number within the cell range named
- AVERAGE(cell range)
- Total of all the cells divided by the total
number of cells listed
20Cell Ranges
- More than one cell or a block of cells
- Always rectangular or square in shape
- Specify by naming the upper left cell, a colon,
and the lower right cell - SUM function example
- SUM(A11B14)
21Arithmetic Operators
- Parentheses ( ) (53)/2 4
- Exponentiation 52 25
- Multiplication 52 10
- Division / 5/2 2.5
- Addition 52 7
- Subtraction - 5-2 3
22Excels Order of Operators
- ( ) Parentheses
- Exponentiation
- / Multiplication, division
- - Addition, subtraction
- Shown from highest precedence to lowest
- Paired operators handled as you come to them
going left to right -
5 2 4 2 6 / 3
16
32
2
-27
-25
Exponentiation
Multiplication
Divisionn
Subtraction
Addition
23Creating Formulas
times
times
450
24Editing Cell Entries
- Select cell
- Click in formula bar or press F2
- Correct mistake
- Type in change
- Backspace key (removes character on left)
- Delete key (removes character on right)
- Highlight by dragging over characters to change,
then type correction (will replace what is
highlighted) - Press Enter
25An Excel worksheet cell can contain text, values,
formula, and _________ entries.
function
Formula
Value
Value
Text
Text
Text
Formula
26- Planning and Creating a Worksheet
27Objectives
- Plan and document a worksheet
- Create formulas containing cell references and
mathematical operators - Write functions including Sum, Average, Max, and
Min - Use Excels AutoSum feature to automatically
write Sum functions
28Entering Worksheet Title and Column Labels
- Enter labels first
- Acts as guide for value entry
- Row and Column first
- Leave space at top for titles
- Can always insert rows or columns later
29Using Mathematical Operators
- Formulas begin with equal sign () followed by
mixture of cell references, values and
mathematical operators - Mathematical operator
- symbol that represents an arithmetic operation
- Precedence order
- order to calculate each part of the formula
30Copying Cells
- Copy and Paste using Clipboard
- Methods
- Buttons from toolbar
- Edit, Copy
- Drag and Drop using Fill Handle
- Right Click and choose Copy from menu
31AutoSum Function
32Copy and Paste Smart Tag
33Copy Error Smart Tag
Smart tag indicates an error may have occurred
Copied formulas containing errors
Paste Options Smart Tag
34Relative and Absolute Addressing
- relative address B4
- absolute address B4
- mixed address
- B4 Column is fixed, row relative
- B4 Column relative, row is fixed
35Quick Way to Switch
- Type formula in with relative addresses
- Insert cursor in address you want to change
format - Press F4 key
- Toggles between options
B4E5
B4
B4
B4
B4
36Inserting and Deleting Rows
- Excel automatically adjusts all cell references
in formulas - Select row, will insert row above
- Select column, will insert column in front of
column - To delete, Edit menu, click Delete
Hint If you select multiplerow (2), then 2
will be inserted.
37Column Size Indication
- Pound signs in cell indicate column is too small
- Need to widen column
38Adjusting Column Width
- Format, Column, enter new width, OK
- Or
- Format, AutoFit Selection
39Print Options Headers/Footers
- File Page Setup
- Header
- Three sections left, center, or right
- Always appears at top of worksheet
- Footer
- Always appears at bottom of worksheet
40Creating Worksheet Header and Footer
- Useful in identifying printed output
41Setting Headers and Footers
42Adjusting Page Settings
- File, Page Setup
- Page tab allows setting of Print Area
- Margins tab allows setting each margin
individually
43Print Preview
Print Preview Provides
44Showing Formulas
CTRLaccent keyboard shorcut