Aefunai-Csc101 Lecture 5
Aefunai-Csc101 Lecture 5
Definition of Terms
• Cell: is where we enter data. A cell's address
includes column letters and row number which
serves as a unique identifier for each cell.
• Worksheet: it is the working surface we interact and
enter data. It is a collection of cells organized in
columns and rows.
• Workbook: contains one or more worksheets to
help you organize data.
• Active cells: A particular cell you select and work
on is an active cell. The address of the cell will be
displayed in the address bar.
• Address bar or Name box: you can view the active
cell's particular address. It will display the address of
the first cell in the range if you have selected more
than one cell.
• Columns: refers to the vertical set of cells in the
Excel sheet. Each worksheet consists of 16384
columns in total and labeled from A to XFD.
• Rows: Is the horizontal set of cells. Each worksheet
contains 1048586 total rows. They are numbered as
1,2,3, and so on.
• Formula Bar – where data or formula you enter into
a worksheet appear for the active cell.
• Fill handle: This refers to the small dot or bold
mark on the lower right corner of the active cell. It
assists in filling values, text series, and serial
numbers by just clicking on it and extending it
downwards.
Entering data in Excel
a. On the worksheet, click on the cell you want to use
for data entry.
b. Type the numbers or text that you want to enter, and
press either Enter, Tab or navigational keys on the
keyboard.
Overlapping Data
If you enter data that will not fit the column width, it
will overlap into the next column just like the above
names.
Adjusting the Column width and Row Height
• Move your mouse pointer over the column’s right
edge in the column header area. Your mouse pointer
should change to a double-headed arrow.
• Click and drag to the right to expand or to the left
to shrink the column width to the size you require.
You can see the three cells (C2, D2, and E2) are added
together to get the total score of each student. Assuming
we have over 100 students, we can’t manually calculate
them one after the other. We can use AutoSum or Fill
handle to make such calculation.
AutoSum and Fill Handle.
AutoSum automatically enters a formula to sum
numbers in your worksheet. It is used to sum a single
range of numbers. To use it:
• Select a cell next to the numbers you want to sum
either in the column section or row.
• Click AutoSum button on either the Home tab in
Editing group or Formula Tab.
• A sum formula appears in the selected cell, and a
range of cells you are adding gets highlighted. Press
Enter.