Intro To Ms Excel
Intro To Ms Excel
Introduction to Spreadsheets
Spreadsheet a computerized ledger Divided into rows and columns
Columns identified with alphabetic headings Rows identified with numeric headings
Launching Excel
Start Button, Programs
Microsoft Office
Microsoft Office Excel 2003
Row headings to the left of each row. Rows designated with numbers
Columns
Excel 2003
256 Columns, A-Z,AA-AZ,BA-IV 65536 Rows 16 million+ Cells A Contiguous Group of Cells is Called a RANGE
Ex. A1:B9, K5:Z100
Values Contain the numeric data Formula a combination of numeric constants, cell references, arithmetic operators, and functions
Always begins with an equal sign
Data Types
An Excel Workbook
Menu bar gives lists of commands
Formatting toolbar
Standard toolbar
If deleting a cell, specify whether to move other cells up or to the left Specify whether youre deleting cell, row, or column
To select a range:
Click left mouse button at the beginning of the range Hold left mouse button as you drag the mouse Release left mouse button at the end of the range
Formatting Cells
Format Cells command controls the formatting for numbers, alignment, fonts, borders, and patterns (color)
Shading is used to identify labels and assumptions, and to show class averages.
Order Of Operation
Parenthesis Exponentiation Multiplication/Division Addition/Subtraction
(2 + 2) * 3 = ???
Formulas
When you select a cell on a spreadsheet, you can enter data (e.g., text or numbers) into it, or you can enter a formula. Formulas are equations that perform calculations or values in your worksheet. Formulas always begin with an equal sign (=). When you enter an equal sign into a cell, you are basically telling Excel calculate this. Try entering =5+2*3 into an empty cell and press Enter to see what happens. To edit a formula, you can double-click the cell containing it.
Click on the cell that displays the expense of Gas and Utilities. Enter =. Click on the Gas cell for January. Enter +. Click on the Utilities cell for January Hit Enter key.
Functions
Functions are Excel-defined formulas. They take data you select or enter, perform operations on them, and return a value or values. The most common format for the functions we will use today is:
=FunctionName(first cell label:last cell label) =SUM(B2:B9) =SUM(B1,B2,B3,B4,B5,B6,B7,B8,B9) **BOTH functions above will give you the same result, but notice the two different ways of telling Excel which cells should be added together.**
Today we will begin by calculating means, medians, modes, variances, and standard deviations.
Built in Functions
AVERAGE
SIN IF AND COUNT Many More (look at Help and fx)
Syntax =SUM(firstcell:lastcell)
Ex. =SUM(B1:B100) sums all the numbers in cells B1 to B100, inclusive.
The Autosum Tool Works Well if the Sum is to be Next to the Range to be Totaled
Public Websites 88 10 67 98
Non-public websites 32 24 76 99
27
What is a Chart?
A graphic representation of data in a worksheet The chart is based on descriptive entries called category labels, and on numeric values called data point.
Non-public websites
Non-public websites 99 76 43 22
32
32
24
28
Public Websites
100
80
60
40
20
29
Public Websites
Non-public websites
Non-public websites
99 76
43 32 22 32 24
Arizona
Orlando
Iowa
New York
Indiana
Washington Chicago
30
Charts
Salesperson Performance
1000 800 600 400 200 0 Bob Sue Tom Jan Feb Mar Apr
Cases Sold
Salesperson Performance
Cases Sold
Thanks?