What product id has the most number of units sold

Assignment Help Accounting Basics
Reference no: EM131473352

Internal Reporting Assignment

Overview

• The purpose of this assignment is to:

o Teach you how to connect to an external data source (i.e., MS SQL Server) and execute a query to get data. Although we will be connection to only one external data source, there are a variety of external data connectors that can be used to access external data.

o To work with large amounts of data (you will be downloading 121,317 records)

- Sorting
- Subtotals
- Filters
- Performing calculations
- Creating Pivot Tables

Requirements:

• Follow the instructions "How to Access External Data" (the majority of this document starting on pg. 3 after the questions) to get to the 121,317 records of data. Due to the large size of the file, make sure to complete the last step which involves deleting columns that you will not need.

• Once you have downloaded the data above, copy the data from the "Download" sheet to the "PivotTable" sheet.

• For each of the following questions listed on the next page, perform the required work to find the solution. Then record your answer on the "Answers" sheet.

o Take a screen shot of your spreadsheet to support/document your recorded solution and paste it in a cell next to your answer.

o You may need to format and resize cell widths/heights to make your "Answer" sheet readable and understandable. Remember that this will what we will be grading off of so make sure to show your work.

o Provide a short description of key steps/functions/etc. that helped you find your solution.

• Perform all of your work in the "Download"sheet (be careful to not change the base data since you will be doing multiple solutions here) except for the last requirement which will have you work in the "PivotTable" sheet. The Pivot Table that you create will serve as your answer to this requirement.

Questions:

Your boss has learned that you have some sales data (i.e., on the "Download" sheet). He wants to know answers to the following questions. Please help him (note that the field "LineTotal" contains the $$ amount per line)!!!

1) What are total number of records and sales $ in the dataset?

2) How many order line items from territories 1, 2 and 3 had only a quantity of 1 (Hint: use filters on these two columns and then the Count function)?

3) What customer (ID) has made the most $ purchases?

4) What product (ID) has the most number of units sold?

5) What is the Average Order $$ amount?

Now your boss is under pressure from the Auditors. They feel that Revenue has not been recorded properly from 2005-2008. Your boss gives you the following information regarding Revenue Recognition and wants your recommendation as to what revenue amounts should be recorded for the years 2005-2008:

FASB Statement of Financial Accounting Concepts No. 6 "Elements of Financial Statements" defines revenue as Inflows or other enhancements of assets of an entity or settlements of its liabilities (or a combination of both) from delivery or producing goods, rendering series, or other activities that constitute the entity's major or central operations.

The SEC in SAB No. 101 provides the following criteria for revenue recognition:

• Persuasive evidence of an arrangement exists
• Delivery has occurred or services have been rendered
• The seller's price to the buyer is fixed or determinable
• Collectability is reasonably assured

6) What is your recommendation to record the Breakdown of the $$ Amount of Revenue by Year for (and make sure to describe how and why you came up with this breakdown/solution):

a. 2005
b. 2006
c. 2007
d. 2008

And finally, your boss wants one last thing:

7) In the "PivotTable" sheet, create a multi-level pivot table where you can calculate Sales $$ or Quantities by Customer, Territory, Product and/or Salesperson.

Instructions: How to Access External Data

1. Once you have Excel open, open up the "Lastname_Firstname_SectionXXXXX-ACC350-ExcelExercise3.xlsx" file that you downloaded from BB.

2. Make sure that you have the "Download" sheet opened and cursor located in cell A1. From the ribbon, select the "Data" tab, then "Get External Data" (this may be open as a panel already), then "From Other Sources", then "From Microsoft Query".

3. "Choose Data Source" will pop up within Microsoft Query. Select <New Data Source> and then click "OK"

4. A "Create New Data Source" dialogue box will appear. Name your data source "AdventureWorks2012" (can be any name but we'll name it for the Database that we'll be connecting to), then from the "Select a driver..." drop-down box select "SQL Server" (towards the very bottom of the list). Once these two selections have been made, click "Connect..."

5. A "SQL Server Login" dialogue box will appear. Type in (1) "wpcacc350db.wpcarey.asu.edu"(do not type the quotes) for the Server,(2) UNCHECK "Use Trusted Connection",(3) "sp17acc350user" for the Login ID (no quotes), (4) "p@$w0rd123!" for the Password (no quotes), and then (5) click "Options>>".

6. After clicking "Options>>", select the "AdventureWorks2012" for Database and either leave the language to "Default" or Select "English". Click OK.

7. Once you click OK you will be returned to the following screen. Click/check the "Save my user ID and password in the data source definition" checkbox.

8. The following will pop-up and you should click "Yes".

9. This bring you back to this screen. Click OK (do not select a default table).

10. Now back in Microsoft Query choose the AdventureWorks2012 data source that we just created and click "OK" (make sure the "Use the Query Wizard to create/edit queries" is selected; it should default to being checked).

11. Then from the Query Wizard screen scroll down and highlight "SalesOrderDetail" then click the ">" button to move the columns from this table to the "Columns in your query" area. DO THIS AGAIN FOR the "SalesOrderHeader" table (select this table then click the ">" button).

12. After you have completed moving columns from both the "SalesOrderDetail" and "SalesOrderHeader" tables into your query, select "Next".

13. You may receive the following screen:

14. In the next screen (you may want to move/expand the tables as shown below), link the SalesOrderID from the SalesOrderDetail table to the SalesOrderID from the SalesOrderHeader table (Hint: click the SalesOrderID field in the SalesOrderDetail table and "drag" onto the SalesOrderID field in the SalesOrderHeader table to create the line as shown)

15. Click on the "Save" icon () found just below the Edit & View menu items. You will then save the "Query" that you have developed using the Query Wizard (accept the name it defaults to). Next, click the "Return Data" icon ( ) found just below the "View" menu choice.

16. You will be prompted with the following screen below. Make sure that (a) "Table" button, (b) "Existing Worksheet" button, and (c) cell "=$A$1" are selected. Then click "OK".

17. There will be a message while the query is returning data to Excel. Shortly you should see something like the following screenshot. Make sure to check that there are a total of 121,317 rows of data (plus one Column header row). MAKE SURE TO SAVE THE FILE!!! This will be your base data (you don't want to have to go through all of the above again). You actually may want to create a backup of this file right now in case something happens for future use.

18. To reduce the size of the spreadsheet, DELETE ALL OTHER COLUMNS EXCEPT FOR the following ten columns listed below (a thru j). Once you are down to these ten columns, rearrange the order of these eight columns so that they appear as follows:

a. OrderDate,
b. ShipDate,
c. DueDate
d. SalesOrderNumber,
e. CustomerID,
f. SalesPersonID,
g. TerritoryID
h. OrderQty,
i. ProductID,
j. LineTotal = totals sales amount for the given quantity (OrderQty) of product (ProductID) on a particular line of a sales order (SalesOrderNumber). Note that there can be one or more lines on each sales order.

Verified Expert

In this assignment, we have worked on excel sheet for the process of data from the given scenario according to given data from the sample of series of data from the report which er have used for the report.We have addressed all aspect of the report for the processing of data for different level of scenario and done all method.

Reference no: EM131473352

Questions Cloud

What is the situational leadership mentioned : What is the "Situational Leadership" mentioned in the discussion of leadership style? Explain
Research topic of quality specifically : Research topic of “Quality” specifically as it relates to business performance
Rresearch on consumers perceptions : Rresearch on consumers perceptions of Omani versus foreign products in Oman. Your input about your views on Omani products versus foreign products is very important to us
Operating within the limits of the earths natural systems : Companies of all types have embraced the challenges of operating within the limits of the Earth’s natural systems.
What product id has the most number of units sold : What product (ID) has the most number of units sold? What are total number of records and sales $ in the dataset? What is the Average Order $$ amount?
What is the average return for stock a : If the returns on Stock A are as follows: Year 1 return = 12 %, Year 2 return = 25 %, Year 3 return = 2 %, Year 4 return = 9 %, and Year 5 return = -20 %.
Analyze the role of indians in the creation of the european : Analyze the role of Indians in the creation of the European colonies. Do you have a well thought out and clear thesis for the whole essay in the introduction?
Review the case of aaa abachman enterprises inc : FACTS AAA Abachman Enterprises, Inc. (Abachman), is a Stanley Steemer International, Inc., franchisee, with a perpetual and exclusive license to "own.
Define the importance of the time value of money concepts : Define the importance of the time value of money concepts, including compounding (future value), discounting (present value), and annuities.

Reviews

Write a Review

Accounting Basics Questions & Answers

  Compute the present values of the periodic amounts

Using the appropriate interest table, compute the present values of the periodic amounts, due at the end of the designated periods.(a) $53,340 receivable at the end of each period for 8 periods compounded at 12%

  Interest revenue from installment sale

Upper World Corporation sells tractor trailers on the installment plan. On October 1, 2014, Upper World entered into an installment-sale contract with Lower Sky Inc. for a 5-year period. Equal annual payments under the installment sale are $250,00..

  Rules of the aicpa code of professional conduct

CPAs are allowed to advertise under the Rules of the AICPA Code of Professional Conduct.

  What is the acid-test ratio for stick''s design?

What is the acid-test ratio for Stick's Design?

  Total cost recovery deduction

Audra elects section 179 for asset C. Audra's taxable income from her business would not create a limitation for purposes of the section 179 deduction. Audra elects not to take additional first-year depreciation. Determine her total cost recovery ..

  A firm has consistently adjusted its allowance account at

a firm has consistently adjusted its allowance account at the end of the fiscal year by adding a fixed percent of the

  Estimated future warranty expenses

The new management of YC Inc. has increased the amount of their year-end liability-expense accruals by over 35% compared to recent years, primarily in recording estimated future warranty expenses. The most likely reason for this action is to:

  Fedex corporation is the worlds leading

fedex corporation is the worlds leading express-distribution company. in addition to the worlds largest fleet of

  The marketing manager would like to introduce sales

laro corporation produces and sells a single product with the following characteristics per unitpercent of

  The universitys 4 canon machines were purchased for 9600

northern illinois university is considering replacing some canon copiers with faster copiers purchased from kodak.the

  Prepare devers journal entries

Devers Corporation issued $400,000 of 6% bonds on May 1, 2014. The bonds were dated January 1, 2014, and mature January 1, 2017, with interest payable July 1 and January 1. The bonds were issued at face value plus accrued interest.

  Annual ordering cost and the annual holding cost

Suppose that instead of ordering the amount Q specified by the EOQ formula, the order quantity 0.8Q is used. Show that the sum of the annual ordering cost and the annual holding cost increases by 2.5%.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd