YO19 Excel Ch06 Prepare PartA Golf Data Instructions
YO19 Excel Ch06 Prepare PartA Golf Data Instructions
YO19_Excel_Ch06_Prepare_PartA_Golf_Data
Project Description:
Barry Cheney, manager of the Red Bluff Golf Course and Pro Shop, would like to develop a marketing strategy for increasing
golf course patronage. He has requested data about the golf course’s activity over the past several years. He needs to be able
to work with the data to understand the current patronage, such as where the patrons were from, the tee time, and so forth.
Exploring the data is key in determining the marketing strategy because it helps him learn about customer preferences. After
analyzing the data, Barry will present their ideas to the board of directors.
Steps to Perform:
Points
Step Instructions
Possible
Since every transaction will have a transaction date, counting this field
will provide an accurate count of the number of records.
In the Total Row, select the COUNT function for Date column.
4 Creating calculations in an Excel Table requires the use of structured 19
table references that are automatically applied to all rows in the
column and automatically calculate when new rows of data are added.
In cell I9, create a new column with the column heading, Tax. And
then in cell I10, calculate the tax on each order by multiplying the
FoodOrder amount by the sales tax rate in cell L9. The reference to L9
will need to be an absolute cell reference. Format the entire Tax
Points
Step Instructions
Possible
column as Accounting.
Note, Mac users, copy the formula down through cell I39, if necessary.
Add a new record to the bottom of the table, using the following data:
Num 201
Date 12/31/2022
TeeTime 8:30 AM
PartySize 4
FoodOrder 104.80
CustType Hotel
Carts 2
HomeState WI
5 Filtering data allows for the exploration of the data. For example, Barry 15
Cheney may want to determine how many golf parties of more than
three listed New Mexico as their home state.
Use the Table Filters to display only the records with a party size of
more than 3 and a home state of NM.
Copy the filtered data, including column headings and the Total row,
and paste the data on the NMData worksheet starting in cell A1. Adjust
the column widths as necessary so that all data are visible.
6 Filters can be easily cleared and new ones applied to further explore 15
the data from a different perspective.
Clear the filters applied to the GolfData table. Apply new filters that
display only the records from the year 2022. Copy the filtered data,
including column headings and the Total row, and paste the data on
the 2022Data worksheet starting in cell A1. Adjust the column widths
as necessary so that all data are visible.
7 Using the built in Table filters are great for ad hoc and spur-of-the- 13
moment exploration of data, however the filtering mechanism makes it
difficult to easily see what filters exist. Using Advanced filters allow the
user to specify various criteria for each field and only display records
that meet all of the specified criteria.
To begin, clear any filters that are still applied, then copy the GolfData
column headings and paste them into row 1 of the GolfData
Points
Step Instructions
Possible
worksheet.
Copy the filtered data, including column headings, and paste the data
on the EarlyLocalsAndHotelGuests worksheet starting in cell A1.
Adjust the column widths as necessary so that all data are visible.
8 Slicers are visual controls that allow you to easily filter data in an Excel 10
Table. They provide a user-friendly way of filtering the data.
Position the CustType slicer so that the top left corner is in the top left
corner of cell K10. Modify the property so that the Slicer will Move but
not size with cells.
Position the HomeState slicer so that the top left corner is in the top
left corner of cell M10. Modify the slicer property so that it contains 3
columns and so that the Slicer will Move but not size with cells.
Finally, use the slicers so that only Hotel guests from CA, KY, NM, or
TX appear in the table.
(Note, Mac users, Slicers may not be available for use with tables, use
the table filters instead to get the desired results.)
9 Filters can provide answers to many questions, but they may not give 16
you all the results you need to make sound decisions. Functions such
as SUBTOTAL, AVERAGE, and COUNT functions can help to
summarize the data in the data set.
In cell A5, type Average Food Order and apply a bold style.
In cell A6 type Overall and in cell A7 type Filtered. Increase the indent
for cells A6:A7. If necessary, adjust the width of column A so that all
data are visible.
Points
Step Instructions
Possible
In cell B6, use the AVERAGE function to calculate the average food
order amount for all customers.
In cell B7, use the SUBTOTAL function to calculate the average food
order amount for all visible records when filters are applied.
In cell D5, type Number of Records with a bold style. In cell D6 type
Overall and in cell D7, type Filtered. Increase the indent for cells
D6:D7. If necessary, adjust the width of column D so that all data are
visible.
In cell E6, use the COUNT function to calculate the number of records
in the entire data set by counting the values in the Num column.
If you change any of the filters to test the accuracy of your functions,
be sure to reapply the filters from the previous step.