|
|
 |
Comp25:
Excel - Mailing List
Assignment Goals
- To use Excel to create a basic mailing list and fix
data-entry errors that have occured.
- To learn to use formulas to modify and combine text strings.
-
To have a list of customers which you will import into your
Customer Management Database in a future assignment.
- To learn a variety of other useful Excel features.
Steps to Take
- Download this file
and immediately save it to your U: Drive (in a place you won't
lose it). Close your internet browser.
- Open the worksheet (in Excel) and review its contents. You will
see that it contains a list of approximately 80 of your
customers. You should also notice that whoever entered the
information had poor typing skills -- many cities are misspelled
and there is inconsistency with the use of capital letters.
- Spell Check - Fix the spelling errors with the incorrect
city names. Excel's spell check feature will help us clean
up the data, however spell-checking an entire workbook full of
people's names and streets will waste a lot of time because
you'll be clicking "Ignore" on all the correctly-spelled names
that were not recognized. Tell Excel to only spell check
the City column.
- Highlight just the City column.
- Click the Spell Check icon, or press F7.
- Fix each of the misspelled cities.
- Letter Case - Sloppy typing has caused your database to have
inconsistent upper/lower case entries for the first and last
name, street, city, and state. We will use formulas to fix
this.
- Start a new column (H) and label it "First". Repeat
this for Last, Address, City, State, and ZIP, giving yourself
six new columns. These columns will "mirror" the original
six.
- In H2, enter the formula that uses the text-manipulation
function called Proper and refer it to A2. This will
transform the text into Proper Case, perfect for someone's first
name.
- Repeat this for the last name column.
- In J2, enter the formula that uses the text-manipulation
function called Upper and refer it to B2. This will
transform the address into UPPER CASE, which is what the post office will want to see on a mailing. Repeat this for City and State.
- Find and Replace - Someone thinks that the abbreviation for California is "CAL" and not "CA". Use Replace (from the Edit menu) to replace all occurences of "CAL" with "CA". Be careful though! You only want to replace CAL when found in the State column. To do this, highlight the State column before choosing Replace from the Edit menu.
- Save your work.
- Moving Columns - Our new columns should now take the place
of the original ones. However, since they are only
formulas which refer to the original columns, if we
delete the originals the formulas will have nothing left to
refer to. We must use a special type Copy and Paste to
paste only the values and not the formulas themselves.
- Highlight all six of the new columns. Choose Edit,
Copy.
- Select cell A1.
- Choose Edit, Paste Special. Then choose Values.
This pastes only the values (not the formulas) over the
original cells.
- Since we no longer need them, delete the six new
columns.
- Cell Comment - Use comments to identify your three best
customers.
- Sort the entire list by customer sales (Column G) in decending order. To do this, select cell G1 and click the "Sort Decending" icon in the toolbar.
Identify your biggest spender, who should appear at the top of the list.
- Right click on that customer's last name and choose Insert
Comment.
- Add a comment stating that this is a great customer, and
indicate some of their preferences so your employees will
treat them even better.
- Repeat this for the next two biggest spenders.
- Sort the list by Last Name.
- Save your work.
- Landscape - Notice in Print Preview that your list is too wide to fit on a standard page. From Page Setup, change the Page Orientation to Landscape.
- Fit to Page - Your work likely takes multiple pages still. We want the entire worksheet to fit on just two pages. From Page Setup, under Scaling, specify to "Fit to 1 Page Wide by 2 Tall".
- Print Headers - Enter Print Preview mode again and you will
see that your worksheet spans two pages, however page two does not indicate which column is which. Let's
fix this.
- Close Print Preview Mode and choose File, Page Setup.
- Click on the Sheet tab in the Page Setup dialog box.
- Place your cursor in the field "Rows to Repeat at Top",
then click on Row A in your worksheet (behind the dialog
box). Excel will enter 1:1 in the field.
- Click Print Preview and confirm that Row 1 appears on
your second page.
- Filter - Out of curiosity, let's look at customers that are
only in Stockton. How much money did we earn from them?
- Click on the City column header (D1). From the
Data menu, choose Filter, and Auto Filter.
- Pull down the menu that appears next to City.
Choose Stockton. Excel will filter the list to only
show Stockton customers.
- Using your mouse, select the cells from column G.
Watch what happens in the lower-right corner of your screen
where it says Sum =
- What's the total spending of your Stockton customers?
Write this number down and include it with your Sakai
entry.
- Right-click on the Sum = display and change it to
Average. What's the average spending of your Stockton
customers? Write this number down and include it with
your Sakai entry.
- Turn the filter off by going to the Data menu, choosing
Filter, and then Show All.
- Combining Text - So that we can easily create a form letter
and mailing labels, let's combine the First and Last names into
a single field, and the City/State/ZIP into a single field
(we'll call this Locale).
- Create two new columns (H and I) with headers "FullName"
and "Locale".
- Enter a formula into that automatically combines the
Full Name into H2. Don't forget a space between the first
and last name.
Refer to this lecture for help.
- Enter a formula into that automatically combines the
City, State, and ZIP Code into I2. The format should
resemble this: Lodi, CA 95240. Notice the comma
and space between the city and state, and the space
between state and ZIP Code.
- Formatting - Apply some basic, low-frills formatting to your spreadsheet and make the columns wide enough to see
your data. Don't add any logos or anything too wild.
Make sure the Sales (Column G) has proper formatting for money.
Add a thick border between column G and H.
- Rename Sheet1 to "Mailing List". Delete the unused
Sheet2 and Sheet3.
- Save your file again
- Upload the file via Sakai. When turning the
assignment in, don't forget to include the SUM and AVERAGE of
your Stockton customers, which you discovered in an earlier step.
Grading Guidelines
This assignment will be graded using the following guidelines:
| All Steps Completed |
50% |
| On Time |
20% |
| Style |
30% |
| |
100% |
|