Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Weighted Average Cost Analysis Using Excel Completing this activity will help you learn to: 1 . analyze the cost of inventory items based on the
Weighted Average Cost Analysis Using Excel
Completing this activity will help you learn to:
analyze the cost of inventory items based on the weightedaverage method.
create a reusable spreadsheet by using calculations with cell references.
create spreadsheets that incorporate conditional logic to facilitate calculations.
Case scenario: You are a newly hired accountant for Sushi Beeber, Inc., a retail company specializing in apparel for small pets. The company would like to expand its apparel line to include sweaters for cats. Sushi Beeber has found several manufacturers that offer competitive prices to ensure cost of goods sold is low. Because the company receives merchandise from different manufacturers and the cat sweaters will be commoditized, the company needs to develop an internal accounting system to keep track of inventory cost. You think that the weighted average cost method may help the company stay uptodate with the inventory cost as purchase cost changes over time. Your task is to create a spreadsheet that can calculate the inventory cost based on purchases and sales for the month.
Required:
Download spreadsheet WeightedAverageCostAnalysisCaseDataexlsx
You are to build a spreadsheet that can calculate the new inventory cost and the weightedaverage cost, when a new purchase or sale record is added to the table.
HINT: STEPBYSTEP WALKTHROUGH
To help you get started, the file already has a list of columns for you to fill out. Row has the beginning inventory. Starting with row you need to fill in each field so that you can find the updated inventory total cost and weightedaverage cost. To accomplish this task, complete the following steps:
Conditional logic: Because a new record can be either a "purchase" or a "sale", you need to handle these two situations differently; you need to apply conditional logic through If statements:
In E create an If statement that will be equal to if B is a purchase and equal to if B is a sale.
In F create an If statement that will be equal to if B is a purchase and otherwise.
In G create an If statement that will be equal to if B is a sale and otherwise.
Find units on hand: in H create an equation that calculates the updated units on hand: if B is a purchase, updated units on hand HC; if B is a sale, updated units on hand HC
Find inventory cost:
In I if B is a purchase, the cost of the purchase CD Otherwise,
In J if B is a sale, the cost of the sale CL Otherwise,
Hint: We use L as the unit cost because the amount in L is the starting weightedaverage cost.
In K the updated inventory cost KIJ
Weighted Average Cost in L Inventory Total CostUnits on hand.
Find the inventory total cost and weighted average cost for the month, ie all of the records of data. Enter values for the next eight rows, Row through in the table below. Do not round intermediate calculations. Round your answers to the nearest cent.
Inventory Weighted
Date PurchaseSale Total Cost Average Cost
Oct Sale $fill in the blank $fill in the blank
Oct Purchase $fill in the blank $fill in the blank
Oct Purchase $fill in the blank $fill in the blank
Oct Sale $fill in the blank $fill in the blank
Oct Sale $fill in the blank $fill in the blank
Oct Purchase $fill in the blank $fill in the blank
Oct Sale $fill in the blank $fill in the blank
Oct Purchase $fill in the blank $fill in the blank
Explain how conditional logic is used in this spreadsheet and how it might be done differently.
The input in the box below will not be graded, but may be reviewed and considered by your instructor.
Feedback Area
Feedback
Partially correct
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started