IIMT2601 24 s1 Lab Exceltopic Instructions
IIMT2601 24 s1 Lab Exceltopic Instructions
You are managing the data for a moderately-sized business which primarily sells physical
products. You have been asked to review some sales history in the past few years and to answer a
select few questions regarding the business’ product offerings. The answers you provide will be
used to help the business decide to either expand, shrink, or maintain their product range in the
coming years.
Your manager has asked you to use PivotTables to facilitate analysis of the data. The
business follows standard data-storing methods, such as splitting their data into multiple tables
for ease of access and ease of storage. Therefore, you think to yourself that working with a data
model would be the best approach to examine all of the tables simultaneously. A description of the
data can be found on the last page of this document.
Products
- ProductID – the ID number assigned to a particular product
- ProductName – the name of the product
- Brand – the brand which produces the product
- Color – the color of the product
- SubcategoryID – the ID of the subcategory the product belongs to
- UnitCost – the cost of manufacturing one unit of the product
- UnitPrice – the price charged to the customer for one unit of the product
Categories
- CategoryID – the ID number assigned to a particular category
- CategoryName – the name of the category
Subcategories
- SubcategoryID – the ID number assigned to a particular subcategory
- SubcategoryName – the name of the subcategory
- CategoryID – the ID of the category that the subcategory belongs to
Stores
- StoreID – the ID number assigned to a particular store
- StoreCountry – the country the store is located in
- State – the state the store is located in
- SquareMeters – the area of the store, in square meters
- OpenDate – the date the store opened
Customers
- CustomerID – the ID number assigned to a particular customer
- Gender – the gender of the customer
- Name – the name of the customer
- City – the city the customer lives in
- StateCode – the abbreviation for the state the customer lives in
- State – the state the customer lives in
- ZipCode – the zip code of the state the customer lives in
- CustomerCountry – the country the customer is from
- Birthday – the customer’s birthday