Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

Excel 365/2021 Capstone – Level 2 Working with Sales Data These instructions are compatible with both Microsoft Windows and Mac operating systems. In this project, you will work with sales data from T

Excel 365/2021 Capstone – Level 2 Working with Sales Data These instructions are compatible with both Microsoft Windows and Mac operating systems.

In this project, you will work with sales data from Top’t Corn, a popcorn company with an online store, multiple food trucks, and two retail stores. You will insert a new worksheet and enter sales data for the four food truck locations, formatting the data, and calculating totals. You will create a pie chart to represent the total units sold by location and a column chart to represent sales by popcorn type. You will format the charts, and then set up the worksheet for printing. Next, you will help Top’t Corn decide whether or not a new truck loan is a good idea. Working with the daily sales data for one of the brick-and-mortar stores, you will calculate the sales for each date, and the average, minimum, and maximum sales. Finally, you will work with the online sales data to format it as an Excel table and apply sorting and filtering.

Skills needed to complete this project: 

  • Close a workbook
  • Insert a worksheet
  • Name a worksheet
  • Move a worksheet
  • Enter text
  • Enter numbers
  • Edit text
  • Autofit a column
  • Apply a cell style
  • Add cell shading
  • Change font color
  • Merge and center text across cells
  • Apply bold formatting
  • Apply number formatting
  • Enter a SUM function
  • Copy formula using AutoFill
  • Insert a pie chart
  • Apply a chart Quick Layout
  • Move a chart
  • Insert a column chart
  • Switch the row/column in a column chart
  • Change the chart title
  • Apply a chart Quick Style
  • Show chart data labels
  • Preview how a worksheet will look when printed
  • Change worksheet orientation
  • Change the print margins
  • Scale a worksheet for printing
  • Change the color of a worksheet tab
  • Apply a column width
  • Enter a simple formula using multiplication
  • Enter a simple formula using subtraction
  • Add cell borders
  • Create a formula referencing cells in another worksheet
  • Enter an AVERAGE function
  • Use the IF function
  • Apply date formats
  • Use an absolute reference in a formula
  • Name a range of cells
  • Use a named range in a formula
  • Use the MIN function in a formula
  • Use the MAX function in a formula
  • Apply a table Quick Style
  • Use the table Total row
  • Sort data in a table
  • Filter data in a table

Steps to complete this project:

Mark the steps as checked when you complete them.

  1. Open the start file EX2021-Capstone-Level2.

Note: If the workbook opens in Protected View, click the Enable Editing button in the Message Bar at the top of the worksheet so you can modify it.

  1. The 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.
  • Insert a new worksheet and rename it: FoodTrucks
  • If necessary, move the FoodTrucks worksheet so it appears first in the workbook.
  • Enter the text and sales data as shown in the table below. Check your work carefully.

This table lists information for data entry into the worksheet. A B C D E 1 Top’t Corn Food Truck Sales (Aug) 2 Truck Location 3 Crystal City Merrifield Lorton Ballston 4 Old Bay 1600 1200 500 1200 5 Truffle 4400 800 1700 1100 6 Sea Salt and Caramel 3300 1700 1400 1700 

  1. Format the data as follows:
    1. Apply the Heading 1 cell style to cell A1.
  • Apply the Gold, Accent 3 fill color to cell A1. Use the seventh color from the left in the row of Theme colors.
  • Apply the White, Background 1 font color to cell A1. Use the first color at the left in the first row of Theme colors.
  • Merge and center the worksheet title across cells A1:E1.
  • Apply the Heading 3 cell style to cell B2.
  • Merge and center cells B2:E2.
  • Bold cells B3:E3.
  • Apply the Accounting Number Format with 0 digits after the decimal to cells B4:E6.
  • AutoFit columns A:E.

 Calculate total sales for each of the truck locations. 

  1. Enter the word Total in cell A7.
  • Enter a SUM function in cell B7 to calculate the total of cells B4:B6.
  • Use AutoFill to copy the formula to cells C7:E7.
  • Apply the Total cell style to cells A7:E7.
  • Insert a pie chart (2-D Pie) to show the Old Bay sales for the month by location. Each piece of the pie should represent the Old Bay sales for a single location.Note: You must complete this step correctly in order to receive points for completing the next step. Check your work carefully.

Modify the pie chart as follows: 

  1. Apply the Layout 2 Quick Layout.
  • Move the chart so it appears below the sales data.
  • Insert a clustered column chart (2-D Column) to show the sales for each type of popcorn for each location. Do not include the totals.Note: You must complete this step correctly in order to receive points for completing the next step. Check your work carefully.

Modify the column chart as follows: 

  1. If necessary, modify the chart so each location is represented by a data series and the popcorn types are listed along the x axis.
  • Change the chart title to: August Sales
  • Apply the Style 5 chart Quick Style.
  • Display the chart data labels using the Center option.
  • If necessary, move the chart so it is next to the pie chart and the top of the charts are aligned.

Preview how the worksheet will look when printed, and then apply print settings to print the worksheet on a single page. Hint: If you have one of the charts selected, deselect it before previewing the worksheet. Preview the worksheet again when you are finished to check your work. 

  1. Change the orientation so the page is wider than it is tall.
  • Change the printing scale so all columns will print on a single page.

Top’t Corn is considering a new truck purchase. Calculate the total cost of the loan. 

  1. Change the color of the TruckLoan worksheet tab to Light Blue. Use the seventh color from the left in the row of Standard colors.
  • Set the width of column B to 17.
  • In cell B6, enter a formula to calculate the total paid over the life of the loan (the monthly payment amount in cell B4 * the number of payments in cell B2). Use cell references.
  • In cell B7, enter a formula to calculate the total interest paid over the life of the loan (the total payments in cell B6 – the original price of the truck in cell B1). Use cell references.
  • Apply borders using the Thick Outside Borders (Thick Box Border on a Mac) option around cells A6:B7.
  • In cell A10, type: Buy new truck?
  • In cell B10, enter a formula using the IF function to display Yes if the monthly payment for the truck loan is less than the average sales per month for the current trucks. Display No if it is not.

Complete the following steps in the TysonsStore2022 worksheet:  

  1. Select cells A2:A32, and apply the Short Date date format.
  • In cell F2, enter a formula to calculate the daily total in dollars. Multiply the value in the Daily Total (# Sold) column by the current price per box in cell K1. Use an absolute reference where appropriate and copy the formula to cells F3:F32.
  • In cell G2, enter a formula using the IF function to determine whether the daily sales goal in cell K2 was met. Display yes if the value in the Daily Total ($) column is greater than or equal to the daily sales goal. Display no if it is not. Use an absolute reference where appropriate and copy the formula to cells G3:G32.
  • Create a named range DailyTotal for cells F2:F32.
  • In cell K3, enter a formula using the named range DailyTotal to calculate the average daily sales in dollars.
  • In cell K4, enter a formula using the named range DailyTotal to find the lowest daily sales in dollars.
  • In cell K5, enter a formula using the named range DailyTotal to find the highest daily sales in dollars.
  • Go to the OnlineSales worksheet and format the sales data as a table using the table styleGold, Table Style Light 11.
  • Sort the data alphabetically by values in the Item column.
  • Filter the table to show only rows where the value in the State column is NJ.
  • Save and close the workbook.
  • Upload and save your 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

You mustThen post a reply of at least 500 words to this thread. This reply must be supported by at least 3scholarly peer-reviewed sources in the current APA format.ny sources cited must have beenpubli

You mustThen post a reply of at least 500 words to this thread. This reply must be supported by at least 3scholarly peer-reviewed sources in the current APA format.ny sources cited must have beenpublished within the last five years. The main post and reply must contain biblical integration.The Bible must

. You must Then post a reply of at least 500 words to this thread. This reply must be supported by at least 3 scholarly peer-reviewed sources in the current APA format.ny sources cited must have been

. You mustThen post a reply of at least 500 words to this thread. This reply must be supported by at least 3scholarly peer-reviewed sources in the current APA format.ny sources cited must have beenpublished within the last five years. The main post and reply must contain biblical integration.The Bible

Module 1 – SLPEquilibrium, Supply and DemandAssignment OverviewProfessional Application with Excel Throughout the MBA program, you will have multiple opportunities to work with Excel using discipline-

Module 1 – SLPEquilibrium, Supply and DemandAssignment OverviewProfessional Application with Excel Throughout the MBA program, you will have multiple opportunities to work with Excel using discipline-specific tools. Beyond learning to analyze data, it is crucial to apply findings for practical situations. Combining data, economic theory, and research provides hands-on practical

Module 1 – CaseEquilibrium, Supply and DemandAssignment Overview Supply and Demand in the Real World A commodity is the focus of this case which uses real data for price fluctuations over 6 months. Y

Module 1 – CaseEquilibrium, Supply and DemandAssignment Overview Supply and Demand in the Real WorldA commodity is the focus of this case which uses real data for price fluctuations over 6 months. You will research reasons for the changes and develop a multifaceted economic analysis. Case 1 Resources Introduction to

Module 1 – CaseEquilibrium, Supply and DemandAssignment Overview Supply and Demand in the Real World A commodity is the focus of this case which uses real data for price fluctuations over 6 months. Y

Module 1 – CaseEquilibrium, Supply and DemandAssignment Overview Supply and Demand in the Real WorldA commodity is the focus of this case which uses real data for price fluctuations over 6 months. You will research reasons for the changes and develop a multifaceted economic analysis. Case 1 Resources Introduction to

Hello these are discussion post that are from instructor and classmates that needs replys with only 55-75 words in your own word. Its just a response to a original discussion post 1. post from classm

Hello these are discussion post that are from instructor and classmates that needs replys with only 55-75 words in your own word. Its just a response to a original discussion post  1. post from classmate: How Caterpillar Succeeded with Six Sigma: Training Everyone Well Caterpillar spent over 300,000 hours training

In this assignment, you will examine the external environment and discuss the management of innovative business development on a global scale. Part 1: External Environment Analysis Conduct an external

In this assignment, you will examine the external environment and discuss the management of innovative business development on a global scale.Part 1: External Environment AnalysisConduct an external environment analysis for a new and innovative product or service with profitable objectives that you have developed. This can be a real or

LITERATURE REVIEW ANNOTATED BIBLIOGRAPHY ASSIGNMENT INSTRUCTIONS OVERVIEW OUTLINE Develop an annotated bibliography for the selected and approved BUSI 730 topic. BIBLIOGRAPHY Of Quality Management an

LITERATURE REVIEW ANNOTATED BIBLIOGRAPHY ASSIGNMENT INSTRUCTIONSOVERVIEWOUTLINEDevelop an annotated bibliography for the selected and approved BUSI 730 topic.BIBLIOGRAPHY  Of Quality Management and Business Satisfacation Develop a comprehensive reference list (at least 10 references) for your BUSI 730 topic incurrent APA edition format. The reference list should be based on your survey

MBA: COURSE C200(MANAGING ORGANIZATIONS AND LEADING PEOPLE) a more detailed instruction is attached. Section A Take CliftonStrengths assessment paragraphs, one per strength – discuss yo

  MBA: COURSE C200(MANAGING ORGANIZATIONS AND LEADING PEOPLE) a more detailed instruction is attached.  Section A             Take CliftonStrengths assessment paragraphs, one per strength – discuss your results and reflection, using examples.  Section B:  Choose the leadership theory that fits you. Go to Google Theory and push the image button. Strengths,

MBA 580 Milestone One Guidelines and RubricOverview In the highly competitive automotive market, it is critical to keep up with current technology to stay in or get ahead in the marketplace. To remain

MBA 580 Milestone One Guidelines and RubricOverview In the highly competitive automotive market, it is critical to keep up with current technology to stay in or get ahead in the marketplace. To remain competitive, companies must innovate and integrate new technologies within their product lines and services. In this milestone,

Develop a 7-page process improvement plan for a provided scenario or a business and process of your choice, using data to support your recommendations. Collapse AllIntroduction This portfolio work pro

Develop a 7-page process improvement plan for a provided scenario or a business and process of your choice, using data to support your recommendations. Collapse AllIntroduction This portfolio work project, a process improvement plan, will help you demonstrate competencies in process documentation, process analysis, and process improvement. Scenario For this

MBA 620 Guidelines and RubricScenario You are a former pilot who is now the controller of a division of TransGlobal Airlines, which utilizes a fleet of corporate jets for charter at several airports

MBA 620  Guidelines and RubricScenario You are a former pilot who is now the controller of a division of TransGlobal Airlines, which utilizes a fleet of corporate jets for charter at several airports in the southeast part of the United States. Your division’s private charter clients include several Fortune 500

Module 4 – SLPBusiness Analytics & Intelligence ReportingAssignment Overview Final Analysis **Complete Module 4 SLP before Module 4 Case** We have been working with survey data throughout class. C

Module 4 – SLPBusiness Analytics & Intelligence ReportingAssignment Overview Final Analysis **Complete Module 4 SLP before Module 4 Case** We have been working with survey data throughout class. Create a final report that can be used by industry leaders. Data analysis is transformed to business intelligence. This is where you