Excel: A Brief Overview
Excel: A Brief Overview
Excel: A Brief Overview
A Brief Overview
What is a Spreadsheet?
A spreadsheet is a document that is
entirely made up of rows and columns.
It is used to list and analyze data.
Menu bar
Tool bar
Formula Bar
Column
labels
ROW 3
gridlines
Worksheet tabs
The Active Cell
The worksheet is a grid of columns (designated by letters) and rows (designated by numbers).
The letters and numbers of the columns and rows (called labels) are displayed in gray buttons
across the top and left side of the worksheet. The intersection of a column and a row is called a
cell. Each cell on the spreadsheet has a cell address that is the column letter and the row
number. Cells can contain either text, numbers, or mathematical formulas.
When you enter data, the characters appear simultaneously in the Formula Bar and cell.
The characters do not actually go into the cell until you press Enter or Tab.
When working
with cells, your
mouse pointer
becomes a plus
icon
To enter data into a cell, first click the cell in which you want to
enter your information. Then type the data in either the cell or
Formula Bar and press Enter or Tab.
Pressing Enter moves you to the next cell down, while pressing Tab
moves you to the next cell to the right.
Resize a Column
To delete:
Select either the row or column you
wish to delete and press the del key
or choose “delete” from the EDIT
menu.
You can also access all
of these commands
from the context menu
-RIGHT CLICK!!
Move or Copy Data
• Drag and drop to move selected data
You can copy and paste by selecting cells – right click to cut or copy
Select either the exact number of cells to paste into – or just the very first one
– right click to paste
Format Your Worksheet
Formatting your spreadsheet is very similar to formatting in Word.
Many of the same commands work in both.
Remember that before you do any formatting, you must SELECT (highlight) the items to be formatted.
Choose
Edit Clear
•If you select a cell and press the delete key, the contents
only will be deleted.
Fill – down, across, series
ACTIVE CELL FILL HANDLE
• In the lower right hand corner of the active cell is Excel’s “fill handle”.
• When you hold your mouse over the top of it, your cursor will turn to a crosshair.
• If you have just one cell selected, if you click and drag to fill down a column or
across a row, it will copy that number or text to each of the other cells.
• If you have two cells selected, Excel will fill in a SERIES. It will complete the
pattern. For example, if you
– Put 4 and 8 in two cells
– Select them
– Click and drag the fill handle
– Excel will continue the pattern with 12,16,20.etc.
• Excel can also auto- fill series of dates, times, days of the week, months
Formulas
Formulas are entered in the worksheet cell and must begin with an equal sign
"=". The formula then includes the addresses of the cells whose values will be
manipulated with appropriate operands placed in between. After the formula is
typed into the cell, the calculation executes immediately and the formula itself is
visible in the formula bar. See the example below to view the formula for
calculating the sub total for a number of textbooks. The formula multiplies the
quantity and price of each textbook and adds the subtotal for each book.
Formula Operators
There are four basic Mathematical Operators when writing a formula. These operators are used to
tell the formula what action to perform. The following table lists the operators, its symbol.
The next table lists the order of operation for each mathematical operator. As you begin to write your
formulas, keep in mind that information in parenthesis ( ) is always performed first while everything
outside the parenthesis is performed left to right.
• Example- if you wanted to add the values of cells D1 through D10, you could type the
formula "=D1+D2+D3+D4+D5+D6+D7+D8+D9+D10".
• A shorter way would be to use the SUM function and simply type "=SUM(D1:D10)".
SUM( ) function
The SUM( ) function is probably the most common function in Excel. It adds a range of numbers. To build a
SUM( ) function, begin by typing the = sign; all functions begin with the = sign. Next type the word SUM
followed by an open parenthesis. You must now tell Excel which cells to sum. Using the mouse, click and drag
over the range of cells you wish to add. A dotted outline will appear around the cells and the cell range will be
displayed in the formula bar. When you have the correct cells selected, release the mouse button, type a closing
parenthesis and press the <Enter> key.
If you do not want to use the mouse, type in the references of the cells you want to sum. For example, to add
cells B3 through B5, type =SUM(B3:B5). Excel interprets B3:B5 as the range of cells from B3 to B5.
Insert Function
•Click Go.
Tips
•You can also select a function category in the Or
select a category box. This action will display a list of
related functions, which you can then browse through.
In Excel, the standard toolbar has a button that simplifies adding a column or row of numbers. The
AutoSum button, which resembles the Greek letter Sigma (shown above), automatically creates a
SUM( ) function. When you click the AutoSum button Excel creates a sum function for the column of
numbers directly above or the row of numbers to the left. Excel pastes the SUM( ) function and the
range to sum into the formula bar. If the range is not correct, simply select the proper range with
your mouse on the worksheet. When you have the correct range entered, press the <Enter> key to
complete the function.
Autofilling Functions
Autofill can also be used to copy functions. In the example below, column A and column B each
contain lists of numbers and column C contains the sums of columns A and B for each row. The
function in cell C2 would be "=SUM(A2:B2)". This function can then be copied to the remaining
cells of column C by activating cell C2 and dragging the handle down to fill in the remaining
cells. The autofill feature will automatically update the row numbers as shown below if the cells
are reference relatively
Cell Reference
There are two basic types of cell references in Excel: relative and absolute. The difference between
absolute and relative cell references becomes apparent when you copy formulas from one cell to
another. When you copy a formula containing relative references, the references are adjusted to
reflect the new location. Absolute references always refer to the same cell, regardless of where the
formula is copied. Relative references are the default.
To create an absolute reference, type $ before each part of the cell address.
Relative / Absolute
Relative Absolute
This shows the formulas used to
create the order form below.
Select the cells you want to merge and click the icon on the toolbar
The Auto Calculate Space
70
60
50
30 70
60
20
50
10
40
0
Amherst Buffalo Clarence
Buffalo Seminary / East Aurora
School Kenton
DistrictsOrchard Park Williamsville other
30
70
20
60
10
50 0
Amherst Buffalo Clarence East Aurora Kenton Orchard Park Williamsville other
30
Amherst
20
Buffalo
10
Clarence
0 East Aurora
Amherst Buffalo Clarence East Aurora Kenton Orchard Park Williamsville other
Kenton
Orchard Park
Williamsville
other
Select all the cells containing the data you want to chart.