Open the start file OF2019-Integrated-Project4.xlsx workbook. The start file will

  • Open the start file OF2019-Integrated-Project4.xlsx workbook. The start file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor and save it. 
  • If the workbook opens in Protected View, enable editing so you can make changes to the workbook. 
  • Enter a function in cell B1 on the Documentation worksheet to show the current date and time. You may need to change the cell formatting to properly display the information. 
  • Enter your name in cell B2 on the Documentation worksheet. 
  • Open the OF2019-Integrated-Project4.accdb database. If the database opens in Protected View, enable content so you can make changes to the database. Save the database to your local computer. 
  • Open the Stores table in design view, change StateProvince to State with a field size of 2. Save and close the table. 
  • Create a summary query that summarizes the total revenue for each store. 
  1. Use the following tables and fields to create your query:
    TableFieldStoresStoreIDTransactionsRevenue
  2. Your query will have 10 records. Modify your query by inserting the State field after the StoreID field, set the query so results will be in ascending order by State. Re-run the query.
  3. Close and save your query as query_RevenueByStore
  • Copy the query_RevenueByStore database object to a new query named: query_TransactionsPerStore
  1. Modify the query to count the total number of revenue transactions for each store instead of the total revenue. 
  2. In Query Design view, add a caption to the Revenue field so in the query results instead ofCountOfRevenue the column is named: NumberOfTransactions
  3. Run, save, and close your query.
  • Copy query_RevenueByStore to a new query named: query_RevenueByState
  1. Modify the query to show just the total revenue for each state. Do not include revenue by store. 
  2. Run, save, and close your query.
  • Create a new summary query that summarizes the total revenue generated for each product.
  1. Use the following tables and fields to create your query:
    TableFieldField2ProductsProductNameTransactionsUnitsSoldRevenue
  2. The query should display the total number of units sold and the total revenue for each product. 
  3. Set-up the query so the results are shown in ascending order by ProductName
  4. Resize the columns for best fit.
  5. Run the query. Your query will have 1,559 records. Close and save your query as: query_RevenueByProduct
  • Compact and Repair the database. Close the database and exit Access. 
  • Import query_RevenueByStore and format data. 
  1. Import the query_RevenueByStore as a table on a new worksheet into the OF2019-Integrated- Project4workbook. Confirm that all records were imported. 
  2. Rename the worksheet: RevenueByStore
  3. Move the worksheet after the Documentation worksheet. 
  4. Rename the SumOfRevenue column to: StoreRevenue
  5. Format the StoreRevenue column as Currency with no decimals.
  • Import query_TransactionsPerStore and format data. 
  1. Import the query_TransactionsPerStore as a table on a new worksheet into the OF2019- Integrated-Project4 workbook. Confirm that all records were imported. 
  2. Rename the worksheet to TransactionsPerStore
  3. Rename the CountOfRevenue column to: Transactions
  4. Move the worksheet to the end of the workbook.
  • Import query_RevenueByState and format data. 
  1. Import the query_RevenueByState as a table on a new worksheet into the OF2019-Integrated- Project4workbook. Confirm that all records were imported. 
  2. Rename the worksheet: RevenueByState
  3. Move the worksheet to the right of RevenueByStore if needed. 
  4. Rename the SumOfRevenue column to: StateRevenue
  5. Format the StateRevenue column as Currency with no decimals.
  • Import query_RevenueByProduct and format data. 
  1. Import the query_RevenueByProduct as a table on a new worksheet into the OF2019-Integrated- Project4 workbook. Confirm that all records were imported. 
  2. Rename the worksheet to: RevenueByProduct
  3. Move the worksheet to the right of RevenueByState if needed.
  4. Rename the SumOfUnitsSold column to: UnitsSold
  5. Rename the SumOfRevenue column to: ProductRevenue 
  6. Format the ProductRevenue column as Currency with no decimals.
  • Import Stores and format data. 
  1. Import the Stores table as a table on a new worksheet into the OF2019-Integrated-Project4 workbook. Confirm that all records were imported. 
  2. Rename the worksheet: Stores
  3. Move the worksheet to the end of the workbook.
  • The partners are interested in the revenue per square foot for each store.
  1. Navigate to the RevenueByStore worksheet and add a new column to the right side of the table named: RevenuePerSqFt
  2. Use VLOOKUP with the table on the Stores worksheet to create a formula to determine the revenue per square foot for each store. Hint: revenue per square foot equals total revenue per store divided by that store’s total square feet.
  3. Format the field as Currency with two decimals.
  4. Resize all columns of the table to best fit.
  • The partners are interested in the average revenue for each state. 
  1. Navigate to RevenueByState worksheet and add a column to the right of the table named: NumberOfStores
  2. Use COUNTIF to create a formula to count the number of stores for each state using the table on the Stores worksheet. 
  3. Format the column as Number with no decimals.
  4. Add a column to the right of NumberOfStores named AveStoreRevenueByState
  5. Enter a formula in cell D2 to calculate the average state revenue. Hint: Average state revenue equals total revenue divided by the number of stores.
  6. Verify that the column is formatted as Currency with no decimals. Update the column formatting if necessary. 
  7. Resize all columns of the table to best fit.
  • Insert a new worksheet at the front of the workbook named Summary. Change the color of the tab to Light Green from the standard color set.
  • Using the data in the RevenueByState worksheet, create the following charts. 
  1. Create a pie chart showing total revenue by state.
  2. Change the chart style to Style 10
  3. Change the chart title to: Revenue By State
  4. Move the chart to the Summary worksheet. 
  5. Create a horizontal clustered bar chart showing average store revenue by state. 
  6. Change the chart title to: Average Store Revenue By State
  7. Move the chart to the Summary worksheet. 
  8. Move the charts so the Revenue By State chart is at the left side of the worksheet and the Average Store Revenue By State chart is to the right.
  • On the RevenueByProduct worksheet, add a column named RevenuePerUnit to the right side of the table 
  1. Enter a formula in cell D2 to calculate the revenue per unit. Hint: Revenue per unit equals product revenue divided by units sold.
  2. Format the column as Currency with two decimal places.
  3. Resize all columns of the table to best fit.
  • On the RevenueByProduct worksheet, filter the data to show the Top Ten items based on RevenuePerUnit
  • On the TransactionsPerStore worksheet, add a column named RevenuePerTransaction to the right side of the table. 
  1. Enter a formula in cell D2 to calculate the revenue per transaction. Hint: Revenue per transaction equals the store revenue from the RevenueByStore worksheet divided by the number of transactions. Incorporate a VLOOKUP function in the formula using the StoreID value to ensure that you are using the appropriate store revenue in the calculation.
  2. Format the column as Currency with two decimal places.
  3. Resize all columns of the table to best fit.
  • Save and close the workbook.
  • Upload and save the project file.
  • Submit project for grading.

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Q1. This week navigate to Visualizing Data, click on resources

Q1. This week navigate to Visualizing Data, click on resources and then click on the colour tab.  This site is managed by the author of the textbook.  Pick one option and note it by the name on the website.  For example, “HTML Color Picker.”  Then note what it is when you would

For this first milestone, you will select a popular culture

For this first milestone, you will select a popular culture artifact to analyze through the four general education lenses. You will also analyze the artifact’s relationship to culture and society. Once you submit this Milestone One assignment, be sure to wait until your instructor has graded it and has approved

Think about Duguid’s Is Jesus in the Old Testament? Conclude

 Think about  Duguid’s Is Jesus in the Old Testament? Conclude the contents  (1-2 pages) and critically reflect on its main idea (2 pages). How have you read the OT in the past? How did the research challenge your thinking? How can you incorporate Duguid’s thesis into your own preaching/teaching ministry,

Strategies & Quality Practice What strategies might a professional nurse

  Strategies & Quality Practice What strategies might a professional nurse use in his/her work environment to advocate for the implementation of nursing theory as a framework for quality practice? Strategy and Quality Practice Submission Instructions: Your initial post should be at least 500 words, formatted and cited in current APA style

Beneficiary Model

What is the most competitive alternative out there? How do current beneficiaries currently cope in the absence of your envisioned product or service? Using Table 5.1 as a guide, build your own Beneficiary Experience Table. With what you propose to offer, what is meaningfully superior, different, or attractive (after validation

What is the difference between an internal and external stakeholder?

What is the difference between an internal and external stakeholder? What is the difference between key and secondary? What three tasks comprise the “define scope” process? Why is scope definition important? What are two common causes of scope creep? What is the difference between an activity and a work package?

Choice between economic nationalism and protectionism

Description They are to be three to four (3-4) page papers. The purpose is to be concise and precise. PLEASE DO NOT USE METAPHORS. For example, do NOT say things like “Walmart kills small businesses.” (Walmart did not pick up a knife and stab the other business.) I am looking

1 page, discuss question: How can the manager of advertising

 1 page, discuss question: How can the manager of advertising sales at Google use flexible budgets to enhance performance? learning objectives to meet in this discussion:   1 – Identify the role of managerial accounting in decision making, and the basic terms used to present useful information. Differentiate various global

The topic for my Assigment is Postpartum Hemorrhage Please only

The topic for my Assigment is Postpartum Hemorrhage Please only section 6,  I need 5 slides powepoint 4-6 min presentation apa format  Section 6- Referral to Professional and Community‐Based Resources – 10 points/10% • Provide one referral to each of the following:o A professional organizationo A community-based resourceo Include contact

Martha Of the North (Fictional legal case on Grise Fiord and Resolute Bay)

Final Project: fictional legal case on Grise Fiord and Resolute Bay You will watch the documentary movie Martha of the North (dir. Marquise Lepage, 2008) on the State-organized “displacement” / “deportation” of Inuit families in inhabited lands north of the Arctic Circle. You will imagine that descendants of the family

DIRECTIONS: For this assignment you will conduct a descriptive statistics

DIRECTIONS: For this assignment you will conduct a descriptive statistics investigation and analysis on the data set associated with this assignment that is poste to Moodle. Please complete each of the following numerical prompts. Copy and paste the numerical prompts into your submission document and post your responses directly below

What is access control? How do cyber operators like you

What is access control? How do cyber operators like you manage their users’ access to company resources? Sharing what you know will help solidify your knowledge and introduce you to other perspectives. In your own words, write 1–2 paragraphs that demonstrate your understanding of how authentication and authorization are used

Discussion Forum 2 Question Computerized Operating Systems (OS) are almost

  Discussion Forum 2 Question Computerized Operating Systems (OS) are almost everywhere. We encounter them when we use our laptop or desktop computer. We use them when we use our phone or tablet. Find peer reviewed articles that discuss the advantages and disadvantages of at least two different Robotic Operating

2) It is sometimes said that the only constant in

2) It is sometimes said that the only constant in an organization is change. How would you, as a leader, deal with change? How would you help your team as they are facing a difficult change?  Exercise Instructions:  You are required to submit a 2-Page (Title Page and Content Page), APA

PHC 311 SEU Global Health Paper Nursing Assignment Help

Expert Solution Preview Introduction: As a medical professor at a prestigious college, my responsibilities involve creating coursework and evaluating the performance of medical college students. This includes designing lectures, conducting assessments, and providing feedback through examinations and assignments. In this scenario, I will address the provided content and offer an

1. Now that you have completed your change project, share

 1. Now that you have completed your change project, share what worked well and what you would do differently if you had the opportunity to do it again.  2. For this final discussion, share your feelings about this change project. What did you learn from your change project? What did