Powerpoint school

28
Microsoft Excel An introduction to spreadsheets

Transcript of Powerpoint school

Page 1: Powerpoint school

Microsoft Excel

An introduction to spreadsheets

Page 2: Powerpoint school

Printing…

• File | Print :

• Entire workbook

• Current worksheet

Page 3: Powerpoint school

The Basics

• A workbook consists of 16 spreadsheets.• Each spreadsheet is partitioned into

rows and columns.• A cell is the intersection of a row and

column.• Rows are labeled 1, 2, …, 65536.• Columns are labeled A, B, …, Z, AA, AB,

…, AZ, BA, BB, … , IV.

Page 4: Powerpoint school

Basics ...

• A cell is referenced by its column label followed by its row label. For example,

B7AK37iv65536

ROWCOLUMN

Page 5: Powerpoint school

A cell can contain

• textTotal Sales

• a number234.6

• a formula (must begin with an =)=B2-C7

• a built-in function (must begin with an =)=SUM(K3..K9)

Page 6: Powerpoint school

A cell can contain

• textTotal Sales

• a number234.6

• a formula (must begin with an =)=B2-C7

• a built-in function (must begin with an =)=SUM(K3..K9)

Page 7: Powerpoint school

Changing the size of columns

• Move the mouse between the two columns that you want to alter.

• The arrow will change to a plus sign, and then you can click on the line and change the width of the column.

Page 8: Powerpoint school

Change the size of rows

• To change the size of the rows you do the same thing that you did to change the size of the columns.

• The only difference is you put the mouse between the two numbers instead of letters

Page 9: Powerpoint school

Importing a Text File

• From the File menu, choose Open

• Enter the name of the text file

• Click OK

• Follow the steps displayed by the Text Import Wizard

Page 10: Powerpoint school

Adding Style to a worksheet• Select the

desired range of cells you want

• Choose Format, then Style

• Open the Style Name drop-down list box

• Select the style you want

• Click OK

Page 11: Powerpoint school

Formatting Cells

• Choose Cells from the Format menu

• Click on a tab (for example, Number)

• Select format (for example, choose currency, 2 decimal places)

• Click OK

Page 12: Powerpoint school

Copying a Formula

• Move the mouse to the bottom-right corner of the cell to be copied.

• When the cursor changes shape to +, click and drag the mouse over the cells you are copying to.

• Release the mouse.

Page 13: Powerpoint school

• Quick way to copy cells and their formulas:

- Click on a cell

- Point the mouse to the Fill handle

arrow becomes +

- Drag to range of cells then release

Using Autofill

Page 14: Powerpoint school

The autofill feature allows you to copy the first entry to the end of the column

Page 15: Powerpoint school

Using Functions

• Click the fx button to start the function wizard.

• Locate the function to be entered into a cell.

Page 16: Powerpoint school

Function ...

• Enter a cell reference for each argument of the function.

• A cell reference may be a range of cells or a single cell.

• Click Finish.

Page 17: Powerpoint school

Charts

• To make a chart click on the chart wizard.

• Now decide what kind of chart you would like to use.

• Enter the formula =$E$2:$E$6 into the range box.

• Then enter the necessary information into step 2, and then press finish.

Page 18: Powerpoint school

Charts

• To make a chart click on the chart wizard.

• Now decide what kind of chart you would like to use.

• Enter the formula =$E$2:$E$6 into the range box.

• Then enter the necessary information into step 2, and then press finish.

Page 19: Powerpoint school
Page 20: Powerpoint school
Page 21: Powerpoint school

This is similar to whatyour chart should

look like, dependingon the type of chart

you select.

Page 22: Powerpoint school

Sorting data in a worksheet.

• To sort any kind of data in a worksheet select the data you want sorted and then go to sort in the data menu.

• Press continue with the current selection.• Press ascending to make the information

be sorted alphabetically A-Z, press ok.• Your information will now appear sorted by

first name A-Z.

Page 23: Powerpoint school

Template

• A template is a worksheet in which text and formulas have been entered but the data manipulated by the formulas have been left out. A template is created when it is used on a periodic basis, e.g., a quarterly report, a grade roster, … .

Page 24: Powerpoint school

Example template

Student names andgrades are left out

Page 25: Powerpoint school

Copying cells

• Cell FormulaLet the above notation represent that a Formula is stored in a Cell. For example, D2 B2 * C2 says that formula =B2*C2 is stored in cell D2. To compute the formula in Celldestination copied from Cellsource use the notation below:

• Cellsource Formulasource

c | | r Celldestination Formuladestination

where c = change in column from source to destination and r = change in row from source to destination.

Page 26: Powerpoint school

Relative Addressing

• Copy D2’s contents to cell D10D2 B2 * C2

c=0 | | r=8 D10 ?

Do not change the column but advance the row by 8 implies B10 * C10 is the formula stored in cell D10.

Change all columns by cand

change all rows by r

Page 27: Powerpoint school

Saving and printing a worksheet.

• File | Save or Save as

Entire workbook

will be saved

Page 28: Powerpoint school

Printing…

• File | Print :

• Entire workbook

• Current worksheet