(Courtesy of Mr. M. Splane)
From the Tools menu, Customize submenu, Options tab, select all options except “large icons.”
This assignment will teach how to use data tools to manage information stored in tables. You’ll learn about data sorting; creating forms to add, delete, and change data; and how to use search criteria to generate reports.
Data used http://www.cob.sjsu.edu/BUS91L/Textbook/DeliveryForm.xls
Do not open the file from the web. Save the file on your desktop. Then open the file.
Background
Excel has built-in database capabilities that are suitable for small and simple tasks. Consider using Access, or something even more powerful, for sophisticated, large, or complex projects.
A data table consists of one row of labels, called field names or headers, and several rows of data. The headers row is always the first row, above the rows of data. The rows of data should not contain any blank cells. The information stored in each column should be consistent, (labels, dates, or numbers) not a mixture of types.
When creating your data table, keep it separated from other areas in the worksheet by a blank row and a blank column. This helps Excel determine which cells are included in the database table. You can select any cell in the data table to work with the entire set of data; you do not have to select the entire table.
Tables are sorted based on criteria (headings, and /or formulas) which you specify. To sort a data table using one criteria, click in a cell in that column, then click on the A-Z (ascending order) icon, or the Z-A (descending order) icon. Warning: Make sure you click on a cell within the table, not on the column letter above the worksheet. Clicking on the column letter will sort items in that column, but won’t sort the other columns in the table. To sort using multiple criteria (last name, first name, for example) you will use the data menu.
Data can be maintained using Data Forms, or by editing directly in the cells.
.
Reports can be generated using search criteria based on headers. More complex search criteria can be created, using mathematical and logic operations to narrow a search.
Tasks:
Practice working with existing tables
Sort the
When you use the A-Z or Z-A icons to sort data in a table, you have to start by selecting a column. You can click on any cell in a column that contains data. The entire table will be sorted, based on the order of the data in the column you selected.
Using Data Forms
Forms are a user-friendly method of maintaining a data table.
Add a Record to the Menu Table
Remove a Record from the Menu Table
Change a Record in the
Naming Ranges
Sometimes a formula or Macro will refer to a range of cells. But what happens if that area changes, for example, the cells in a data table which change as you add and subtract records? Excel automatically adjusts for this problem in formulas by renaming the cell borders of the range. Unfortunately, it does not adjust your Macros. There is a way to solve this problem. Excel lets you give a name to a range of cells, instead of using cell references. The name can be used in a Macro. Excel will automatically adjust the cells included in the named area as records are added or deleted, so Macros using the range name will function perfectly. Describing the range in English may also be helpful to the users of your worksheet.
Create a Named Range
Creating Customized Reports
Create a filtered list
You can create more complex sorting criteria using the Custom Autofilter on the Data menu.
Adding subtotals.