microsoft excel beginner

35
Microsoft Excel The Basics

Upload: sushate-sandal

Post on 20-Jan-2017

105 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Microsoft excel beginner

Microsoft Excel

The Basics

Page 2: Microsoft excel beginner

spreadsheet

A type of application program which manipulates numerical and string data in rows and columns of cells. The value in a cell can be calculated from a formula which can involve other cells. A value is recalculated automatically whenever a value on which it depends changes. Different cells may be displayed with different formats.

The Free On-line Dictionary of Computing, © 1993-2003 Denis Howe

Page 3: Microsoft excel beginner

Workbook 1. A booklet containing problems and exercises that

a student may work directly on the pages. 2. A manual containing operating instructions, as for

an appliance or machine. 3. A book in which a record is kept of work proposed

or accomplished.

Worksheet1. A sheet of paper with multiple columns; used by

an accountant to assemble figures for financial statements.

2. A piece of paper recording work planned or done on a project.

http://www.dictionary.com

Page 4: Microsoft excel beginner

The Basics

Open Excel.

By default, Excel will open a blank workbook that contains three worksheets (spreadsheets). Each box, located in both a column and a row, is called a cell.

Page 5: Microsoft excel beginner

The Title Bar is located at the very top of the screen. On the Title bar, Microsoft Excel displays the name of the workbook you are currently using. At the top of your screen, you should see "Microsoft Excel - Book1" or a similar name.

The Menu Bar is directly below the Title bar and displays the menu. The menu begins with the word File and continues with the following: Edit, View, Insert, Format, Tools, Data, Window, and Help. You use the menu to give instructions to the software. Point with your mouse to a menu option and click the left mouse button. A drop-down menu will appear. You can now use the left and right arrow keys on your keyboard to move left and right across the Menu bar options. You can use the up and down arrow keys to move up and down the drop-down menu. To select an option, highlight the item on the drop-down menu and press Enter.

Page 6: Microsoft excel beginner

Toolbars

Page 7: Microsoft excel beginner

Microsoft Excel consists of worksheets. Each worksheet contains columns and rows. The columns are lettered A to IV; the rows are numbered 1 to 65536. The combination of column and row coordinates make up a cell address. For example, the cell located in the upper left corner of the worksheet is cell A1, meaning column A, row 1. Cell E10 is located under column E on row 10. You enter your data into the cells on the worksheet.

Page 8: Microsoft excel beginner

Cells can be formatted to help handle various types of data. Right click on a single cell, or a group of cells, and select “Format Cells” from the drop down menu.

CELLS

Page 9: Microsoft excel beginner

Brief descriptions of format types can be seen at the bottom of the dialog box. Take a moment to look through the various formatting options. Click cancel when you’re done.

Page 10: Microsoft excel beginner

Type a number into cell 1A, right click on the cell, and select “Format Cells.” Note that a sample format is shown on the top right of the dialog box. You can adjust the number of decimal places and any preceding symbols.

Page 11: Microsoft excel beginner

Excel Help

Page 12: Microsoft excel beginner
Page 13: Microsoft excel beginner

Working With Data

• Data that is organized in columns or rows can utilize various formatting methods.

• Microsoft Excel can import these various types of data.

• Data can be separated using…• Commas (.csv)• Tabs or spaces (.txt)

Page 14: Microsoft excel beginner

Open the file called Staff.csv

Page 15: Microsoft excel beginner

Resize the columns so that you can see more of the data…

Page 16: Microsoft excel beginner

Sorting data is sometimes necessary. This data is currently in alphabetical order by last name. Sort it by city instead.

Page 17: Microsoft excel beginner
Page 18: Microsoft excel beginner

• Close all spreadsheets.• Open the file “sample5yr4cast.csv.”

Page 19: Microsoft excel beginner

Insert an additional worksheet inside this workbook. Click on Insert/Worksheet.

Page 20: Microsoft excel beginner

You can rename the new sheet by right clicking on its tab at the bottom, and selecting “Rename” from the menu.

Page 21: Microsoft excel beginner

Highlight and copy the data from cell B9 through E18. Paste it on the new sheet.

Page 22: Microsoft excel beginner

Right click on the new worksheet, then select paste from the drop down menu.

Page 23: Microsoft excel beginner

The “Fill” Feature

You can quickly fill in several types of data series by selecting cells and dragging the fill handle or by using the Series command (point to Fill on the Edit menu, and then click Series).

Page 24: Microsoft excel beginner

Highlight the data you want to graphically represent. Then click the chart wizard icon on your toolbar

Charts and Graphs

Page 25: Microsoft excel beginner

You can also launch the Chart Wizard by selecting Insert/Chart.

Page 26: Microsoft excel beginner

Notice that the Chart toolbar appears when you insert a chart. You can edit the charts properties at any time.

Page 27: Microsoft excel beginner

Formulas and Functions

• Formulas are equations that perform calculations on values in your worksheet. A formula starts with an equal sign (=). For example, the following formula multiplies 2 by 3 and then adds 5 to the result. =5+2*3

• Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. Functions can be used to perform simple or complex calculations.

Page 28: Microsoft excel beginner

Looking at cell I19, we can see that there are no special functions associated with the data. Using a simple function can help make regular updates to the data easier.

Page 29: Microsoft excel beginner

In this case, you can simply click on the Autosum button while cell I19 is selected, and Excel will identify the which cells to include when calculating a total revenue figure for FY2005. Hit enter to lock the sum in. Notice that the function reads:

=SUM(I12:I18)

Page 30: Microsoft excel beginner

The same can be done using a formula, instead of a function.

=I12+I13+I14+I15+I16+I17+I18

This long expression helps to show why functions are handy tools.

Page 31: Microsoft excel beginner

A variety of functions are available. In cell L21, I can use the average function to determine a yearly average for forecasted revenue. fx=AVERAGE(I19:K19) or fx=AVERAGE(I19, J19, K19) or fx=(I19+J19+K19)/3

Page 32: Microsoft excel beginner

Click on the small down arrow next to the function symbol (the epsilon). Select “More Functions.”

Page 33: Microsoft excel beginner

One more thing about formulas and functions:

You can utilize data from other worksheets in order to populate cells. The figure in cell c16 is the sum of I19 through k19 on worksheet sample5yr4cast.

=SUM(sample5yr4cast!I19:K19)

Page 34: Microsoft excel beginner

Page Setup dialog box.

Click on File/Page Setup.

Page 35: Microsoft excel beginner

To see all printing options, make sure you select print from the file menu. Clicking on the printer icon on your toolbar will allow to print directly to your default printer with default options.