You are on page 1of 8

Microsoft Excel XP/2003, Level I

Basic Level
Updated 5/27/05

Excel Basics
Navigate Excel
• View one screen length up or down by pressing • Go to the next or previous worksheet by pressing
[PageUp] or [PageDown] [Ctrl][PageDown] or [Ctrl][PageUp]
• View one screen length right or left by pressing • View the first, previous, next or last worksheet with the
[Alt][PageUp] or [Alt][PageDown] navigation buttons in the lower-left corner
• Go to column A by pressing [Home] of the screen
• Go to cell A1 of the active worksheet by pressing  Right-click any of the four navigation arrows to get a list
[Ctrl][Home] of all the worksheets in the workbook.
• Go to last cell of a spreadsheet by pressing [Ctrl][End] 1. Move among the four corners of the currently selected
• Go to the end of a spreadsheet in the direction you indicate range with [Ctrl][.].
by pressing [End] plus [s] or [t] or [u] or [v] 2. Move between noncontiguous selected ranges, use
• Go to a particular cell by clicking the Name box, type the [Ctrl[Alt][t] and [Ctrl][Alt][ s] to move the cell
cell reference you want to go to and press [Enter] selector to the selected range that’s to the left or right of
the current range.
Know Your Mouse Cursors
Select – Your cursor will be the white cross when you move the mouse cursor to the Select Text AutoFill
Handle
middle of a cell. This cursor is for selecting.
Move - Move the mouse cursor to the edge of a cell and get an arrow. This cursor is for
moving (a.k.a. drag-and-drop). Copy
Copy - When the mouse cursor is at the lower-right corner of the cell selector over the Move
black dot (AutoFill Handle), you get the black cross for copying the cell contents or using fill series.
Text - The I-beam cursor indicates you are in a text area for typing. Then only time you will see the I-beam cursor in a cell is when it is
in edit mode. You are in edit mode if the Formula bar displays a red X and green 9.

Select Multiple Cells


Using the Mouse Using the Keyboard
Click and Drag. Use the mouse to click and drag to select a range of Hold [Shift] while pressing any arrow key to select cells in the
cells. desired direction.
Shift-Click. To select a range of cells with your mouse, place the To select the text from the cell selector to the beginning of the
cell selector at the beginning, hold [Shift] and click at the end row, press [Shift][Home].
of your selection. To select all the cells between the cell selector and the end of
Ctrl-Click. To select a non-contiguous range of cells, first select a the current row, press [Shift][End][t].
cell or range of cells, then hold [Ctrl] while you select the To select the cells from the cell selector to cell A1, press
remaining cells of your desired selection. [Ctrl][Shift][Home].
Select all cells on a worksheet by pressing the Select a row or column by clicking on the headings OR press
Select All button in the upper-left corner [Ctrl][Spacebar] to select the current column and
where the row and column headings meet. [Shift][Spacebar] to select the current row.

Work with Worksheets


RENAME — double-click the worksheet tab, type the new name MOVE —drag and drop the worksheet tab to a new location.
and then press [Enter] COPY — hold [Ctrl] while dragging and dropping a worksheet (look
INSERT — go to the Insert menu and select Worksheet OR for + to indicate a copy).
right-click and select Insert… then click OK OR press RECOLOR TABS—select the worksheet(s) and go to the Format
[Alt][F11]. menu, point to Sheet, and then click Tab Color OR right-click
DELETE — select the worksheet(s) and go to the Edit menu on the sheet tab and select Tab Color. Select the color you want
and select Delete Sheet OR right-click the tab and select and click OK .
Delete.
Microsoft Excel XP/2003
Level I, Basics

Edit a Worksheet
Edit Cells
ENTER DATA INTO A CELL, by selecting the cell and type your entry (you’ll be in edit mode). Press [Enter] or click on the
Formula bar to confirm the entry.
ENTER DATA IN A RANGE OF CELLS by selecting the range. When you type, your entry will be entered into the active (white) cell.
To move from cell to cell, use [Tab], [Shift][Tab], [Enter], and [Shift][Enter] to remain within the selected range.
DELETE THE CONTENTS OF A CELL — select the cell and press [Delete]
DELETE THE CELL — select the cell and press [Ctrl][-] OR go to the Edit Tips, Tricks and Shortcuts
menu and select Delete… The Delete dialog box will open. Choose which • When entering time, type a space and then type [a]
or [p] after the time.
way to shift the remaining cells or delete the entire row or column.
• Press [Ctrl][;] (semicolon) to enter the current date
COPY THE CONTENTS OF THE CELL ABOVE — [Ctrl][‘]. or [Ctrl][:] (colon) to enter the current time.
Edit Rows or Columns
INSERT — right-click the row or column heading and select 3. A
Insert OR select the row(s) or column(s) and go to the utoFit the column width to the widest entry in the
Insert menu and select Rows or Columns. Select multiple column by double-clicking the right margin of a
rows or columns to insert the same number selected. column in the headings.
DELETE — right-click the row or column heading and select 4. To fit the column width to the widest entry of your
Delete OR select the row(s) or column(s) and go to the Edit selection, select a section of the column and go to the
menu and select Delete OR press [Ctrl][-]. Format menu, select Column and choose AutoFit
RESIZE — drag the right or bottom margin of the row or column Selection.
headings with your mouse OR go to the Format menu and
select Row or Column.

Formulas
If a formula cannot properly calculate a result, Microsoft Excel will display an error code.
Error Code Explanation
###### The result is too long to fit in the cell. Adjust the column width.
#VALUE! Wrong type of argument or operand used, or the Formula AutoCorrect cannot correct the formula.
#DIV/0! You are dividing by zero. Check and correct the divisor.
#NAME? Excel doesn’t recognize a name. Check the spelling of the function name or such a function exists.
#N/A Occurs when a value is not available to a function or formula.
#REF! A cell reference is not valid. You may have deleted named cells referred to in the formula.
#NUM! There is a problem with a number in a formula or function.
#NULL! You specified an intersection of two areas that don’t intersect.
Cannot resolve
Appears in a dialog box if you use the address of the active cell in the formula you enter.
circular references

Create a Formula
Begin each formula with the Equal sign (=). Do not include 5. Edit a formula in the Formula bar OR double-click
spaces. Type a cell reference or select the cell with your mouse the cell OR press [F2]
to enter it in a formula. 6. View a formula in the spreadsheet by pressing
[Ctrl][~] OR Go to the Tools menu and click
Use valid mathematical operators Options. Under Window Options on the View tab,
+ Addition * Multiplication select Formulas and then click OK .
- Subtraction / Division

page 2 Shared Computing Services


Microsoft Excel XP/2003
Level I, Basics

Use Functions
Syntax: =FunctionName(arguments) =TODAY() or =NOW()
All arguments must be enclosed in parenthesis with no spaces. TODAY returns today’s date as mm/dd/yy.
Use the colon (:) to indicate a range of cells and a comma (,) to NOW returns the date and time.
separate arguments. Examples:
1. Select Insert Function on the Formula bar. Find date 15 days in future with =TODAY()+15
2. Select the category from the drop-down list, then Find date 30 days in past with =TODAY()-30
=COUNT(range) Counts how many numbers a range
select the function name and click OK .
contains. Empty cells, logical values, text, or error
3. Complete the necessary arguments by typing the cell
values in the array or reference are ignored.
or cell ranges OR follow steps below.
=COUNTA(range) (Count All) Counts the number of cells
(Arguments in bold are required.)
that are not empty within the list of arguments.
a. Click Collapse and select the cell (range) =COUNTIF(range,criteria) Counts the number of
with your mouse. cells within a range that meet the given criteria.
b. Click Expand to return to the help box and
continue for arguments necessary.
c. Click OK when finished.

Use the Status Bar to Calculate Use AutoSum


• As you select the numbers, Excel automatically adds Adds all contiguous numbers in a column (up) or a row (left).
them up and displays the total in the status bar. 1. Select the cell(s) where the results of the formula will
L The numbers you select don’t have to be lined up
display and click AutoSum on the Standard
together or in the same row or column. Add up
toolbar OR press [Alt][=].
numbers anywhere on the worksheet by pressing
Other functions include Average, Count, Maximum and
[Ctrl] and then selecting each number.
Minimum.
• To change the function, right-click the sum and
choose the function you need. You have a choice of
Average, Count, Count Nums, Max, Min and Sum.

Use AutoFill or the Fill Commands Create Absolute References


1. Select the cell to copy, then grab the AutoFill handle 1. Press [F4] immediately after you type a cell reference
(lower-right corner of cell selector) and drag. in a formula to make it absolute OR type the dollar
2. Select the cell to copy and the contiguous cells to copy signs ($) in front of the column and row reference
it to. Go to the Edit menu and select Fill, and then when you enter the cell reference.
choose the direction you’d like to fill. You can use i.e. =AVERAGE(F9:$F$13)
[Ctrl][R] to fill right and [Ctrl][D] to fill down.

Formatting
Name box
Name a Cell or Range
• Select the cell(s) you’d like to name then go to the Name box, type a name and press [Enter]. OR
Select the cell(s) you’d like to name then go to InsertJNameJDefine… Type a name and click
Add . Now Close the dialog box.
• To generate a list of all named ranges in a workbook, select a cell in a blank area in the workbook.
Then, from the Insert menu, go to Name and select Paste. When the Paste Name dialog box
appears, click Paste List .

Shared Computing Services page 3


Microsoft Excel XP/2003
Level I, Basics

Format Values & Cells


Use the Formatting toolbar to format the text font, style, color, etc.
Currency style ($3,200.00) From the Format menu, select Cells… OR Use the Borders toolbar to format
OR [Ctrl][Shift][$] press [Ctrl][1] to open the Format Cells dialog the border/grid.
box. From here, you can format the Number,
Comma style (3,200.00) Alignment, Font, Border, Pattern or Protection.
Percent style (50%)
OR [Ctrl][Shift][%] Center text across columns without merging:
1. Enter the text in the leftmost column of the range of columns you’re working with.
Increase Decimal (49.8%) 2. Select the cell with the text and extend the selection across the remaining columns.
3. Then, from the Format menu, select Cells.
Decrease Decimal ($3,200) 4. Click on the Alignment tab; choose Center Across Selection from the Horizontal
dropdown list.
5. Click OK .
Use shortcut keys to apply several of the most frequently used Excel number formats:
[Ctrl][Shift][~] General number format
[Ctrl][Shift][$] Currency number format with two decimal places and negative values in parentheses
[Ctrl][Shift][%] Percentage number format with no decimal places
[Ctrl][Shift][^] Scientific number format with two decimal places
[Ctrl][Shift][#] Medium date format (e.g. 15-Mar-04)
[Ctrl][Shift][@] Time format (e.g. 12:00 AM)
[Ctrl][Shift][!] Comma style number format with two decimal places and minus sign (-) for negative values

Copy Cell Formatting


Use Paste Special Use AutoFill Handle
1. Select the cell(s) that contains the formatting you’d 1. Select the cell(s) that contains the formatting you’d like to
like to copy. copy.
2. Using the RIGHT mouse button, grab the AutoFill handle
2. Click Copy ([Ctrl][C]) on the Standard toolbar. and drag across the cells to have the formatting applied to.
3. Select the cell(s) you’d like to have the formatting 3. Select Fill Formatting Only from the shortcut menu that
applied to. appears after you release the mouse button.
4. From the Edit menu, select Paste Special… OR Create a Style
right-click the selection and select Paste Special…
1. Select the cell(s) with the formatting to style.
5. Select Formats then click OK . 2. From the Format menu, select Style…
Use Format Painter 3. In the Style Name provide a name for your style then click
6. Select the cell(s) with the formatting to copy. Add to define the style.
7. Click Format Painter ([Ctrl][Shift][C])on the 4. Click Close when finished.
Standard toolbar to turn it on. Double-click the 5. To apply a style, select the cell(s) you’d like to have the
button is you’d like it to remain on for multiple style applied to.
applications. 6. From the Format menu, select Style…
8. Select the cell(s) you’d like to have the formatting 7. Select the style from the drop-down list then click OK .
applied to ([Ctrl][Shift][V]).

page 4 Shared Computing Services


Microsoft Excel XP/2003
Level I, Basics
Use SmartTags for Formatting
Paste Options SmartTag Auto Fill Options button
The Paste Options button appears just below your pasted The Auto Fill Options button appears just below your
selection after you paste text or data. When you click the filled selection after you fill text or data in a worksheet. When
button, a list appears that lets you determine how the you click the button, a list appears to give you options for how
information is pasted into your worksheet. to fill the text or data.
Use AutoFormat
1. Select the spreadsheet to format and then go to the Format menu and select AutoFormat…
2. Choose a style and click OK .

Draw and Insert Objects


• SELECT — Click Select Object on the Drawing toolbar.
• CONSTRAIN TO PERFECT PROPORTIONS — hold [Shift] when drawing/resizing the object.
• RESIZE — drag the resizing handle found on any corner or side of the object.
• RESIZE FROM THE CENTER — hold [Ctrl] when drawing/resizing.
• MOVE — hold the outline of the object with the 4-headed arrow.
• Hold down the [Alt] key when dragging a chart or graphic, and the object's frame will snap to the cell.

Find and Replace


Find Replace
1. From the Edit menu, select Find OR press [Ctrl][F]. 1. From the Edit menu, select Replace OR press [Ctrl][H].
2. Type the word or phrase you’re looking for and press [Enter]. 2. In the Find what: field, type the word or select the format
Excel will find all occurrences of the word or phrase. If the first to replace.
occurrence is not the one you’re looking for, select Find Next 3. In the Replace with: field, type what it will be replaced with
to keep looking. (if you don’t type anything here, it will delete all
3. If you’re not looking for a word or phrase but a specific format, occurrences throughout your document).
in the Find dialog box, select Format…b . You can locate a 4. You may either select Find Next and replace each
specific format or select Choose Format from Cell… then occurrence one-by-one, or select Replace All to have it all
click the cell with the formatting you’d like to find. done at once.

Shared Computing Services page 5


Microsoft Excel XP/2003
Level I, Basics

Preview and Print


Set Print Options
Go to the File menu and select Page Setup OR from Print Preview, click Setup .
• SELECT A PRINT AREA — select the area to print and go to the File menu and select Print Area then Set Print Area OR go
to the File menu and select Page Setup, click the Sheet tab and define the print area under Print area:
• SET MARGINS — Print Preview click Margins then click and drag a margin to adjust OR from the Page Setup dialog
box on Margins tab, select the exact measurements for the top, bottom, left, right, header and footer.

Create Headers and Footers &[Page] = Page Number &[Time] = Time


1. Go to the File menu and select Page Setup
OR from Print Preview, click Setup . &[Pages] = Total Pages &[File] = File Name
2. On the Header/Footer tab, choose an option &[Date] = Date &[Tab] = Sheet Name
from the drop-lists or choose to create a
&[Picture] = Image &[Path]&[File] = Path & file name
Custom Header… or Custom Footer…
3. Click a section to place your cursor and either type your text or use one of the tools to insert a field code.
a. Select the text or field code(s) to format, and then click Format Font to format the text font, style, etc.
b. Select the &[Picture] field code, then click Format Picture to format the image.

Import and Export Data


1. From the File menu, select Open… or click Open on the Standard toolbar and change the Files of type: to All Files,
select the file to open and click Open . The Text Import Wizard will begin.

Use E-mail Features


Go to the File menu, then Send to ` Mail Recipient (as attachment) to have the workbook sent as an attachment in a Notes mail
message.

page 6 Shared Computing Services


Excel Practice Exercise
Create a New Workbook
1. Create a new Workbook in Microsoft Excel.
2. Save as: Flora’s Flowers
3. Rename Sheet1 to 1st Week
4. Rename Sheet2 to 2nd Week
5. Rename Sheet3 to 3rd Week
6. Insert two new worksheet and rename to 4th Week and 5th Week
7. Move 4th Week and 5th Week behind 3rd Week worksheet
8. Enter data on 1st Week worksheet:
A B C D E F G
1 Products Monday Tuesday Wednesday Thursday Friday Total
2 Roses 352 276 297 317 326
3 Pansies 153 126 111 132 114
4 Mums 98 112 87 79 95
5 Total

9. Insert a new row before the Total row and name it Daisies
with the following data: 56, 62, 47, 49, 53
10. Resize rows and/or columns as needed.
11. SAVE!

Create a Formula
1. Sum the days (columns) and products (rows).
2. In column H, add the heading Average and average each product for the week.
3. In column I, add the heading Percent and find the percent of sales for each product.
4. SAVE!

Format the Spreadsheet


1. Format the first and last rows as currency and the remaining rows with comma style.
2. Format the percent column as a percent.
3. Format the spreadsheet with color, borders, shading, etc. (AutoFormat)
4. SAVE!

Print Options
1. Print preview the spreadsheet.
2. Set up margins, layout and scaling.
3. Create a header with the workbook’s name and worksheet’s name.
4. Create a footer with the date the report was printed.
5. Print preview the spreadsheet.
6. SAVE!
Excel Practice Exercise
Create a New Workbook
1. Create a new Workbook in Microsoft Excel.
2. Save as: Flora’s Flowers
3. Rename Sheet1 to 1st Week (double-click worksheet tab, type name and then press [Enter])
4. Rename Sheet2 to 2nd Week (double-click worksheet tab, type name and then press [Enter])
5. Rename Sheet3 to 3rd Week (double-click worksheet tab, type name and then press [Enter])
6. Insert two new worksheet and rename to 4th Week and 5th Week (From the Insert menu, select Worksheet)
7. Move 4th Week and 5th Week behind 3rd Week worksheet (drag-and-drop)
8. Enter data on 1st Week worksheet:
A B C D E F G
1 Products Monday Tuesday Wednesday Thursday Friday Total
2 Roses 352 276 297 317 326
3 Pansies 153 126 111 132 114
4 Mums 98 112 87 79 95
5 Total
9. Insert a new row before the Total row and name it Daisies
with the following data: 56, 62, 47, 49, 53
(right-click the row 5 heading and select Insert, OR select row 5 and from the Insert menu select Rows)
10. AutoFit and resize rows and/or columns as needed. (double-click right margin of column in heading row)

Create a Formula
1. Sum the days (columns) and products (rows).
(select cells B6 through E6 and click the AutoSum button)
(select cells G2 through G5 and click the AutoSum button)
2. In column H, add the heading Average and average each product for the week.
(=AVERAGE(B2:E2), then use the AutoFill handle (black cross) to fill down to cell H5)
3. In column I, add the heading Percent and find the percent of sales for each product.
(=G2/$G$6, then use the AutoFill handle (black cross) to fill down to cell I5)
A B C D E E G H I
1 Products Monday Tuesday Wednesday Thursday Friday Total Average Percent
2 Roses 352 276 297 317 326 =SUM(B2:E2) =AVERAGE(B2:E2) =G2/$G$6
3 Pansies 153 126 111 132 114 =SUM(B3:E3) =AVERAGE(B3:E3) =G3/$G$6
4 Mums 98 112 87 79 95 =SUM(B4:E4) =AVERAGE(B4:E4) =G4/$G$6
5 Daisies 56 62 47 49 53 =SUM(B5:E5) =AVERAGE(B5:E5) =G5/$G$6
6 Total =SUM(B2:B5) =SUM(C2:C5) =SUM(D2:D5) =SUM(E2:E5) =SUM(F2:F5) =SUM(B6:E6) =AVERAGE(B6:E6)

Format the Spreadsheet Print Options


1. Format the first and last rows as currency and the 1. Print preview the spreadsheet.
remaining rows with comma style. 2. Set up margins, layout and scaling. (Click Setup in Print Preview. On
(select cells B2:H2, then hold [Ctrl} and select the Page tab, adjust scaling and orientation. On the Margins tab, adjust
cells B6:H6. Click the Currency Style button) margins and page alignment.)
(select cells B3:H5. Click the Comma Style 3. Create a header with the workbook’s name and worksheet’s name.
button)
(Click Setup in Print Preview. On the Header/Footer tab, click the
2. Format the percent column as a percent.
(select cells I2:I5. Click the Percent Style button) Customer Header button. Click the File button and Tab button. Click
3. Format the spreadsheet with color, borders, the Date button.)
shading, etc. (select the entire spreadsheet, then 4. Create a footer with the date the report was printed.
from the Format menu, select AutoFormat) (From the File menu, select Page Setup OR click the Setup button in
Print Preview. On the Header/Footer tab, click the Customer Footer
button. Click the Date button.)

You might also like