microsoft excel phcl 476 part i hadeel al-kofide ms.c 1

10
Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Upload: loraine-kelly

Post on 13-Dec-2015

219 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Microsoft ExcelPHCL 476

Part I

Microsoft ExcelPHCL 476

Part I

Hadeel Al-Kofide MS.c

1

Page 2: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

ObjectivesObjectives

• Open a workbook

• Understand cell addresses

• Enter label & text in cells

• Enter data or number in cells

• Understand formula bar

• Manipulating rows & columns

• Copying, moving & deleting

• Working with charts

• Saving & printing

2

Page 3: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Lecture ContentLecture Content

• The Excel 2007 screen

• Entering & editing data:

Entering data

Editing data

Deleting data

• Navigating around worksheets

• Inserting worksheet

3

Page 4: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Lecture ContentLecture Content

• Columns & rows

Entering

Deleting

Resizing

• Copying & pasting data

• Dragging data

4

Page 5: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Excel BasicsExcel Basics

This is a row. Rows are represented by numbers along the side of the sheet.

This is a column. Columns are represented by letters across the top of the sheet.

Excel spreadsheets organize information (text & numbers) by rows and columns:

Page 6: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Excel BasicsExcel Basics

A cell is the intersection between a column and a row.

Each cell is named for the column letter and row number that intersect to make it.

Page 7: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Data EntryData Entry

There are two ways to enter information into a cell:

1. Type directly into the cell.Click on a cell, and type in the data (numbers or text) and press Enter.

2. Type into the formula bar.Click on a cell, and then click in the formula bar (the space next to the ). Now type the data into the bar and press Enter.

Page 8: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

FormulasFormulas

• 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 & press Enter to see what happens.

• To edit a formula, you can double-click the cell containing it.

Page 9: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

FunctionsFunctions

• 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.

Page 10: Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1

Functions for Descriptive StatisticsFunctions for Descriptive Statistics

Below are several functions you will need to learn for this class.

Try them out with the practice data set.

=AVERAGE(first cell:last cell) calculates mean

=MEDIAN(first cell:last cell) calculates median

=MODE(first cell:last cell) calculates mode

=VAR(first cell:last cell) calculates variance

=STDEV(first cell:last cell) calculates standard deviation

• You may directly write the functions for these statistics into cells or the formula bar, OR

• You may use the function wizard ( in the toolbar)