Excel Beg03
Excel Beg03
Table of Contents
1. Overview
• What is a Spreadsheet program
• Microsoft 2003
• Excelling at Work with Excel 2003
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Overview
When you start a new learning experience, the first task is to learn the language.
You need to know what the basic elements are and where to find them. This
document will help you learn the language of Microsoft Excel 2003 by
understanding the basics of spreadsheet functions, capabilities, and the tools
necessary.
What is a Spreadsheet Program?
A spreadsheet program uses worksheets and workbooks. A worksheet is like a
traditional accounting ledger. It is divided into a grid of columns and rows. You
can use an array of numbers and text on a worksheet. Spreadsheet programs
have the ability to perform an assortment of functions. They are popular because
they represent a better alternative to manually computing mathematical
calculations and can be more accurate and time saving. In addition, with Excel
numerical data in a spreadsheet can be converted easily into a chart for
graphical presentation of the data.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Getting Started
1. Click the Start icon button on the Taskbar at the bottom left corner of your
screen.
2. Point to Programs.
3. Click Microsoft Office 2003 from the submenu, and then select Microsoft
Excel.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
• Menu Bar. The Menu Bar at the top of the screen gives you access to
different commands that are used for such tasks as opening and closing files,
printing documents, formatting data, and other operations.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
• Formula (or Function) Bar. The Formula Bar displays the contents of the
active cell or the active block. It includes text, numbers, formulas, and
functions.
• A Row - runs horizontal on the worksheet. Each row heading begins with a
number i.e. 1, 2, 3, which is found in the far left hand side of the worksheet.
• A Cell - is the intersection of a row and a column and has a unique address
or reference.
• Active Cell - The active cell is the currently selected cell. A thick border
block, called the Cell Pointer, surrounds the active cell. Data is entered in the
active cell.
• Active Sheet - Often a file consists of more than one worksheet. Each sheet
contains a tab you click to move from one sheet to another. You can rename
sheets to make it easier to remember what each one contains. You may do
so by double-clicking the sheet name, e.g., Sheet1, typing a new name, and
tapping the ENTER key.
Navigating In a Workbook
• At the bottom of the workbook window (where the sheet tabs are located) are
a number of controls you can use to move from worksheet to worksheet
within a workbook.
Four tab scrolling arrow buttons Tab split box
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
• Use the four tab scrolling arrow buttons in the lower left corner only when you
have more worksheets in a workbook than can be displayed at once.
• The tab split box can be dragged to change the number of the sheet tabs
displayed. To reset the tab display, simply double-click the tab split box.
• The scroll bars located to the right of the worksheet and at the bottom of the
worksheet is another way to navigate in a worksheet.
• The down arrows allow you to move forward and backward in your document.
There are three kinds of data you can enter into an Excel worksheet:
1. text (a label),
2. a number (a value), or
3. a formula.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
To add a formula to a worksheet, you enter it into a cell. You can delete, move,
copy formulas just like any other item of data. Formulas use arithmetic operators
to work with values, text, worksheet functions, and other formulas to calculate a
value in the cell.
Creating a Formula
A formula entered into a cell can consist of any of these elements:
• Operators such as + (for addition) and * (for multiplication)
• Cell references (including named cells and ranges)
• Values or txt
• Worksheet functions (such as SUM or AVERAGE)
A formula always begins with an equal sign (=) followed by some combination of
numbers, text, cell references, and operators. If a formula is entered incorrectly,
an ERROR IN FORMULA message will appear.
Formula Operators
An operator is a symbol that represents a mathematical or a logical operation.
The most commonly used operators are addition, subtraction, multiplication
or division. However, there are many more operators that can be used. Tables 1
and 2 (below) list the operators that can be used in Excel formulas and
functions.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Cell references may also be used in formulas. For instance, assume you want
the content of cell C5 to be the sum of values in cells A5 and B5. Instead of
entering the values contained in cells A5 and B5 (and changing the formula each
time those values change) you can enter the formula as =A5+B5. Excel will
automatically take the values of A5 and B5 and enter them into the formula. The
benefit of using cell references in your formula is that as the values change in
the cells you reference in your formula, the value in C5 will automatically change
to reflect the correct answer.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Worksheet Functions
Some formulas may be simplified by using worksheet functions. A worksheet
function is a pre-written formula, a keyword that tells Excel what to do. For
example, instead of typing =A1+A2+A3+A4+A5, you may type =SUM(A1:A5).
(The colon indicates the range from A1 to A5.) In this example, SUM is a function
that Excel knows about. It is important to use the correct syntax and format
of a function for correct results.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
from the cell references that the function is referring to. This is particularly
important in longer or more complicated functions, e.g., =((A2/4)+(A5-B3))*5. If a
mistake is made and the parentheses in a formula do not match, an error
message will appear.
The AutoSum function is a great tool to use when you want to quickly add
contents of a range of cells. It allows you to add cell content without having to
manually input the formula or function.
1. Click the cell where you want the total to appear (usually the last cell in the
column or row of cells that you want to add. The cell must be blank).
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
“thinks” you want to add up, and inserts the range reference in the formula.
3. If this is the correct range, press Enter. If not, type or highlight the correct
range and press Enter.
There are several ways Excel allows you to edit cell content.
• In-Cell Editing
• Function Bar Editing
In-Cell Editing
Allows you to edit the information right in the cell itself.
To do this:
1. Double-click the cell you wish to edit. The insertion point appears
within the cell.
2. Make corrections. You may use the mouse pointer or the arrows,
HOME, and END keys to position the insertion point where you want. You
may also use the BACKSPACE and DELETE keys to erase unwanted
characters.
3. Type new characters if necessary.
4. Press Enter to accept the edit, or press ESC to cancel it.
The Microsoft Office software allows for many ways to copy cell contents. Using
Prepared By Tina Actis-Purtee, User Support Services May 31, 2006
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
the icons on the toolbar, using the right click on your mouse, and using the edit
menu are just a few. Which way you choose is your personal preference.
1. Select the cell or the range that contains the data you want to copy.
3. Click the first cell where you want to paste the data.
1. Select the cell or the range that contains the data you want to copy.
2. Right-Click your mouse.
A pop-up shortcut menu appears. See Figure below.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
3. Click on Copy.
4. Select the cell where you want to paste the data.
5. Right-Click again.
6. Click Paste.
You can avoid retyping information by using the Move feature in excel. It is
very simple to perform and can save you many keystrokes.
1. Highlight the cell or the range that contains the data you want to move.
2. Move your mouse cursor to one of the thick black outside lines
surrounding your selection. Your cursor will change from a white plus sign
to a black arrow.
3. Click and hold your mouse button down and drag the selected range
of data to where to want to relocate it
4. Release the mouse button.
Note: Excel has moved the entire contents of the cell as well as any formatting
that was applied to the cell or range of cells.
Excel allows you to delete the contents of a single cell or the contents of a range
of cells at one time.
Delete unwanted information from a range of cells
1. Select the cell or the range in which you wish to delete the information.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Using AutoFill
Copying a Formula to Other Cells Using AutoFill
The AutoFill function will allow you to quickly and easily continue a formula
down and across a range of cells relative in a worksheet. This function can save
a lot of time where you would have to manually input the formula otherwise.
1. Click the cell that contains the formula you want to copy or continue.
2. Move the mouse pointer over the small black box, called the Fill
Handle (see Figure 7, below), located in the lower right corner of the
active cell. The mouse pointer will turn into a black plus sign shape when
you are properly over the handle.
3. Click and hold the mouse button down while you drag the Fill Handle to
highlight the range you want to copy the formula to.
4. Release the mouse button. The formula is copied into the cells in the
selected range.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
1. Move the mouse pointer to the row or column heading where you want
to insert the blank row or column. The row or column heading area is the
grey area where the row numbers are to the left, or the column headings
A,B,C are located at the top of the worksheet. The mouse pointer will
turn to a black arrow pointing down the row or column. See Figure
below.
3. Select Insert on the Menu Bar, and then click Rows or Columns on the
sub menu.
• For Rows - a blank row will be inserted above the selected row.
• For Columns - a blank column will be inserted to the left of the
column.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
NOTE: Multiple rows or columns can be inserted in the same steps when
highlighting the range of rows or columns you want to insert. For example, if
you highlight a range of 3 rows, then proceed with the insert rows command,
Excel will insert 3 blank rows.
Any row or column can be deleted from a worksheet. When a row or column is
deleted, all the information that was contained in the row or column is also
deleted. To delete rows or columns follow these steps:
2. Select Edit from the menu bar and Delete from the submenu. The rows or
columns that were selected will be deleted.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Sometimes, you may need to manually adjust a column or rows width or height in
order to accommodate the information within the row or column.
There are several ways to change the width of a column(s) or height of a row(s).
Select the range of rows or columns that you want to affect. It could be one or ten
or more rows or columns.
1. While holding the left mouse button down, Drag the right-column
border (the vertical line break between the columns) with the mouse until
the column is the desired width.
OR
2. Double-click the right border of the column header to set the column
width automatically to the widest entry in the column.
Excel adjusts row heights automatically to accommodate the tallest font in the
row. However, you can set the row height manually by using several techniques.
As with columns, you can select multiple rows.
1. Drag the lower row border with the mouse until the row is the desired
height.
OR
2. Double-click the bottom border of the row to set the row height
automatically to the tallest entry in the row.
Prepared By Tina Actis-Purtee, User Support Services May 31, 2006
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
To select multiple rows, either click and drag in the row header or press Ctrl
while you individually select the rows.
Excel uses a default naming convention such as Sheet1, Sheet2, and so on.
These are not very descriptive, that’s why providing more meaningful names for
your worksheets is usually a good idea.
Excel highlights the name on the sheet tab so that you can edit or replace the
name.
Inserting Borders
Excel will display the Format Cells dialog box. (Figure 15 below)
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
4. The selected border style can be applied by clicking on any of the three
options under the Presets category OR by clicking on the Border options
boxes.
5. Click the OK button when finished.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Font Color
3. Click on the small black drop down arrow just to the right of the icon. Excel
will display a color palette to choose from.
Fill Color
Colorizing the background of a cell or range of cells can help make items stand
out. The steps are similar to those of font colorizing.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
2.Click the Fill Color icon on the formatting toolbar. See Figure 19.
3. Click on the small black drop down arrow just to the right of the icon. Excel
will display a color palette to choose from.
4. Click on the desired color.
Charts are a graphical means of making data more understandable. Charts are
particularly useful for understanding a lengthy series of numbers and their
interrelationships. A chart can help you to spot trends and patterns that would be
nearly impossible to identify when examining a range of numbers. You create
charts from data in a worksheet.
If you’re new to chart making, you may well wonder how much work is involved in
creating a chart in Excel. As you’ll see in this section, the whole process can be
very simple and easy.
1. Enter data to be charted into a worksheet. Typically, you want to include
several rows and columns of data, as well as labels to indicate what the
data represents.
2. Select a cell in the range of data that you entered in Step 1
• Excel will automatically determine the size of the range.
3. Click on the Chart Wizard Icon on the Standard Toolbar.
• Excel will display the chart wizard dialog box.
4. From the Categories section, select the kind of chart you wish to make.
( See Figure 21 below)
5. Next, in the Chart sub-type section, select the chart type you want to
display. (See Figure 21 )
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
The chart wizard will display the next step. Step 2 of 4. See Figure 22.
7. Step 2 displays what your chart will look like and has the predefined data
range. See Figure 22 below. Click the “Next”.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
9. Step 4 is the final step. Simply click the Finish button. See Figure 24
below.
Note: Charts are objects. Objects do not have a cell location. They float on top
of a worksheet, on the worksheet’s draw layer. As with all objects, you can move
a chart, resize it, change its proportions, adjust its borders, and perform other
operations.
A chart is not stagnant. You can always change its type, add custom formatting,
add new data series to it, or change an existing data series so that it uses data in
a different range.
To make any changes to the actual chart, you must click it to select the chart.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Page Setup
The page setup is very important to the layout and printing of your worksheet.
You may wish to perform the Page Setup function first, prior to inputting
data on your worksheet.
1. Select File from the menu bar and Page Setup from the submenu.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
3. The Margins Tab (see Figure 25c below) allows you to:
• Set the left, right, top, and bottom margins.
• Center your print on the page either vertically or horizontally.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
4. The Header/Footer tab (see Figure 25d below) allows you to:
• Use preset or create custom Headers and Footers for your document.
¾ A Custom Header or Footer is something you create. It will
then print on each page of your document.
¾ A preset Header or Footer is available for you to use from
the Header or Footer drop down arrow list. It will also print
on each page of your document.
Saving a Worksheet
2. (Optional) If you want to save the worksheet to a different folder, click File
from the menu bar and click “Save as” box, then select the disk drive and
folder that you wish to store your file in.
3. Type the new workbook name in the “File name:” text box.
4. Click Save. The new name appears in the Title Bar. Remember: the title
Prepared By Tina Actis-Purtee, User Support Services May 31, 2006
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Note: You may select other options in the Print window before you print your
spreadsheet. For instance, you may print certain pages of your spreadsheet by
filling the “From:” and “To:” boxes in the “Print range” area. You may also print
several copies of your worksheet by selecting the ”Number of copies:” option in
the Print dialog box.
Closing a File
To close a worksheet:
2. Alternatively, you can click the Close button (X) on the upper right corner
of the worksheet window (this is the lower and smaller of the two buttons
marked with an X).
Exiting Excel
To exit the program:
Click the Close button on the Excel program window Title Bar (the upper and
larger of the two buttons marked with an X ), or click File on the Menu Bar and
click Exit.
Prepared By Tina Actis-Purtee, User Support Services May 31, 2006
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.
California State University, Northridge Information Technology Training Guide
Note: If there are any open files that have not been saved since you last
changed the worksheet, a dialog box will ask if you want to save the changes.
Click Yes to save or No to ignore any changes you might have made. If no files
are open or have been saved, Excel will close automatically.
Microsoft on the Web provides links to Web locations where you can find out
more about Microsoft Excel. It is a great source for learning. You need Internet
connectivity and a Web browser in order to make use of this feature.
Printed Material
There are numerous books available to help you learn how to use Microsoft
Excel 2003. Check your local bookstore.
ITR’s Technology training guides are the property of California State University, Northridge. They are intended for
non-profit educational use only. Please do not use this material without citing the source.