Excel Tutorial Part 4

 

Getting Started

It is very important that you enter data in the exact cells that are described in this exercise.

Entering Data and Automatic Copying

Enter the word "Year" into cell B4. Notice that the cursor appears as a white, block plus sign. Move the cursor into the lower right hand corner of cell B4 until the cursor turns into a black plus sign. Holding the mouse button down, drag the black plus sign horizontally across the next 4 columns (C4:F4)*. This action copies the contents of the initial cell into the subsequently highlighted cells. 

*C4:F4 refers to cells C4 through F4. Because you can write formulas with Excel, the - sign is used to indicate subtraction and not thru.

Enter the word "January" into cell A6. Position the cursor into the lower right hand corner of cell A6 until a black plus sign appears. Drag the black plus sign down 11 rows, through cell A17. Notice how the months of the calendar year are automatically entered into each of these cells. This function also works on days of the week too!

Enter the years 1994 through 1998 into cells B5:F5.

Adjusting the Column Width and Row Height

Notice that the month of September slightly extends past the right-hand boundary of the cell that it appears in. Even if the text that you enter into a cell is not displayed to you on the monitor, it will still be printed. You can use the window on the formula toolbar to edit the contents of a cell that contains too many characters to display by clicking inside the cell.

You can also change the display of the worksheet by increasing the width of the column. Place the cursor on the line between the column labels A and B (on the top section). Notice that the cursor turns into a double-headed arrow with a vertical bar through the center of it. This indicates that you can manually adjust the width of a column or the height of row. Holding the double-headed arrow down, drag the mouse to the right. The width of the column will be adjusted. You can also adjust the height of rows by placing the cursor between two of the numerically labeled rows and dragging the arrow up or down.

Your worksheet should now look like this:

 

Next, enter the following data into table beginning with cell B6.

Year Year Year Year Year

1994

1995

1996

1997

1998

January

120

145

200

250

195

February

50

50

50

75

55

March

60

50

55

55

45

April

25

60

75

50

65

May

75

200

80

50

65

June

65

45

45

65

95

July

60

80

50

60

85

August

60

65

65

25

75

September

40

30

45

25

45

October

90

75

65

25

45

November

80

75

90

75

90

December

150

120

175

75

110

Formatting Cells

Because the data in the cells represent currency, we need to change the formatting of the cells to reflect this.

These values should now be expressed as currency.

Summation

If you have a column or row of data that you would like to total or sum, Excel will do it for you automatically.  There is no need to get out your calculator!

Enter the word, "Total" into cell A19. This row will display the totals for each of the years 1994 – 1998.

Your worksheet should now look like this:

Formulas

Microsoft Excel will allow you to create formulas to use with any of the cells that contain data. These are the basic formula operators:

Examples of formulas using multiple operators:

You can now create a formula to compute the average expenditures for each month across all years.  To do this:

Go to row G19, perform the following operation to compute the Yearly Total:

Your worksheet should now look like this:

 

% of the Total

In order to find out what percentage of the total ($4,665.00) each year contributes, we can write a formula using each of the cells in row 19, where % of the total = Cell/G19.

Notice that the quotients in these cells are in decimal format and not percentage format. To change the quotients to percentages:

Your table should now look like this:

 

 

Inserting a Row or Column

Suppose that we want to go back and add our projected expenditures for the year 1999. In order to do this we must insert a column between columns F and G.

A new column is placed to the left of the column that you had highlighted (G). You can also add rows using this same procedure, only you will need to choose INSERT | ROW.

You worksheet should now look like this:

Congratulations!!! You've Finished

Back