Introduction To Computing (COMP-01102) Telecom 1 Semester: Lab Experiment No.03
Introduction To Computing (COMP-01102) Telecom 1 Semester: Lab Experiment No.03
OBJECTIVE:
To become familiar with the basic features and facilities of spreadsheets and Excel
EQUIPMENT REQUIRED:
Desktop Computer
MS Office Software
INTRODUCTION:
Microsoft excel is an electronic spreadsheet program. The term worksheet refers to the row-and-
column matrix sheet on which you work upon, and the term spreadsheet refers to this type of
computer application. In addition, the term workbook will refer to the book pages that constitutes the
standard excel document. The workbook can contain worksheets, chart sheets, or macro modules.
The appeal of spreadsheet programs is the ability to change one value and watch all other values that
depend on the first value automatically change when the spreadsheet is recalculated. It is an
environment that can make number manipulation easy.
THE WORKBOOK:
An excel file is called a workbook. Each new workbook consists of three worksheets. Each
worksheet consists of columns and rows that intersect to form boxes called cell’s in which you enter
data. The tabs at the button of the workbook [labeled sheet1, sheet2, sheet3, and so on] let you flip
through the worksheets by clicking them with the mouse.
RANGE REFERENCE:
Ranges are referred by their anchor points [the upper left and the lower right corners], connected by a
period sign. Ex: the range A1:C2 contains cells A1, B1, C1, A2, B2, and C2
CELLS:
Tables are formed of columns and rows. Each box in a table (the intersection of a row and a column)
is called a cell. Cells are named as A1, A2… B1, B2… Z1, Z2… depending on the location they are
found. In each cell you can enter one of the following types of data:
CELL REFERENCES:
Cell references are the combination of column letter followed by row number.
FORMATING TOOLBAR:
The contents of a highlighted cell can be formatted in many ways. Fonts and cell attributes can be
added from shortcut buttons on the formatting bar.
ENTERING DATA:
Click the cell in which you want to enter data; this will select the cell, and the word Ready
appears in the status bar. [The selected cell is also called active]
Type the text, number, or formula. As you type, the word Enter appears in the status bar and
the typed data appears both in the cell and in the Formula bar
Press Enter to accept the data. You can also press Tab to enter the data and move to the next
cell to the right or one of the Arrow keys to enter the data and move to the next cell in the
direction of the arrow key pressed.
COPYING DATA:
Select the cell
Click copy button on the standard bar or from the edit menu or press CTRL+C
Select the cell in which you want to place the copy.
Click paste button on the standard bar or from the edit menu.
MOVING DATA:
Select the cell.
Click the cut button on the standard bar or from the edit menu or press CTRL+X
Select the cell in which you want to place the copy.
Click paste button on the standard bar or from the edit menu.
SORTING A COLUMN:
You can sort some rows (or some range of cells) in the table, by any column, in ascending or
descending order. To do this, just select a range of cells, click the Sort item in the Data menu, and
select the columns by which you want to do the sort.
FORMULA:
A formula is an algebraic expression using numbers, functions, mathematical operators, and cell
addresses that tell Exel what operations to perform on numbers or the contents of the referenced
cells.
ENTERING FORMULAS:
All formulas in Excel must begin with an equal sign (=).
Then write the formula which is displayed in the formula bar
Result of the calculated formula is displayed in the actual cell.
Ex: Write 1, 2, 3, 4, and 5 into A1, A2, A3, A4 and A5 respectively. Then write =SUM
(A1:A5) into the cell A6.
Changing the number in any of the cells in range A1:A5 and the value of A6 are automatically
recalculated.
ORDER OF OPERATIONS:
Excel calculates formulas from left to right, and respects the following order of operations:
Exponents, Multiplication, and Division, and then Addition and Subtraction.
As you see in the section above, when you copy some formula to another cell, the range in it
automatically changes. This is because there is relative addressing. To prevent this, you can use the $
sign in front of the cell addresses. Suppose that you write =SUM ($A$1:$A$5) in A6. When you
copy it to B6, the formula will remain exactly the same, and you will see 15 in both A6 and B6.
CHART TYPES:
The major chart types are:
PIE: use to show the relationship among the parts of a whole.
BAR: use to compare at a given point in time.
COLUMN: use to emphasize the difference between items.
LINE: use to emphasize trends and the change of values over time.
CREATING CHART:
A chart can be a part of a worksheet or on a separate worksheet. Both types of charts are linked with
the worksheet data and automatically changes when the worksheet data changes. To insert a chart
Just select the corresponding columns (or ranges).
Click Chart item in the Insert menu.
Select the chart type and click NEXT two times.
Enter the Chart title, and select a data label style and click NEXT again.
Now click Finish.
The chart is inserted into your worksheet. Changing the values in some of the cells of the range, the
chart is automatically updated to reflect these changes.
Home Tasks
1. Prepare the following table: (“Course” should be in A1!)