Lab 01
Lab 01
Lab 1: Excel Basics
Microsoft Excel is a spreadsheet application that is used for basic data organization, statistical analysis,
graphing data as well as many other uses. In this lab, we will take a look at what makes up an Excel
spreadsheet and the basic uses of it.
The interface
2
1 3
5
4
6
7
3
7. The worksheet toolbar: An Excel file is called a workbook. It consists of a number of spreadsheets
(worksheets). This toolbar allows you to move between the different sheets in a workbook. It also
allows you to create new worksheets, delete existing sheets, and rename sheets.
Exercise 1
1. Enter the data “Sunday” into cell A1 and “Monday” into cell B1.
2. Type in “17/08” into cell E8.
3. Type in “2” into cell I8 and “4” into cell I9.
Auto‐complete
Your worksheet should now look like this:
Lab 1: Excel Basics
5
Exercise 2
1. Auto‐complete cells I8 and I9 all the way to I14.
2. Auto‐complete cell E8 all the way to E12.
Formatting
Excel allows you to format your data so that it shows up in the way you need it to. Let us start with
number formatting. Select cells I8 and I9. If you take a look at the Number group in the Home tab on
the ribbon, you will notice that the current number format is “General”:
Selecting that drop down box shows you some of the available number formats, as shown below.
Lab 1: Excel Basics
6
Select currency from the drop down menu. Now, you will notice that the two numbers have a $ sign
preceding them, and have two decimal places. Let us change the currency symbol to a Euro. Select the
Euro symbol from the currency format menu.
Exercise 3
Modify cells I8 and I9 by removing the 2 decimal places.
Exercise 4
Format cell E8 so that it looks like August 17, 2010.
Lab 1: Excel Basics
7
Press Enter. Excel automatically replaces the formula with the result of the equation.
Now let us calculate the sum of the numbers in I8 and I9. In cell J10, type “=I8+I9”. One other option is
to type in “=”, then select cell I8. After that, type in “+” and then select I9.
Lab 1: Excel Basics
8
Pressing Enter will give you the result of the calculation. Double‐clicking on the cell with the formula
allows you to edit the formula.
Excel has built‐in functions that make your life easier. One of them is the SUM function. In cell J11, type
“=sum(“. Now select both cells I8 and I9.
Pressing Enter gives you the same result as the plus operation we did in cell J10. Try changing the value
in cell I8 and notice how the change is reflected in both formulas.
Exercise 5
1. Open Sheet 2 in your workbook.
2. In cells A1 and A2, type 1000 and 1500 respectively.
Lab 1: Excel Basics
9