Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / I need help with an Excel Spreadsheet

I need help with an Excel Spreadsheet

MS Excel

I need help with an Excel Spreadsheet. I will provide a word document and a PDF with instructions. The PDF has pictures of instructions from the website.
 

Open the start file EX2019-SkillReview-6-2. The file will be renamed automatically to include your name. Change the ae project file name if directed to do so by your instructor, and save it.

2.) If the workbook opens in Protected View, click the Enable Editing button in the Message Bar at the top of the workbook so ae you can modify the workbook.

3. Start with the Inventory worksheet. Use the LEFT function to extract the category ID from the inventory number.

a.) Click in cell F3. a9

b. Type: =LEFT( a9

c.L) Click cell B3. «

d. L) Type: 9 2) 49

e.LJ The formula should look like this: =LEFT(B3, 2) ag

f.L) Copy the formula to cells F4:F25. ao

4. Switch to the Analysis worksheet. Use the SUMPRODUCT function to calculate the total value of the inventory. Use the values in the Selling Price column and the corresponding values in the Stock column as the Array arguments.

a.) Click cell B2. ao

b.L} Type: =SUMPRODUCT( “

c.J Click the Inventory sheet tab, and then click and drag to select cells H3:H25. ao

dO Type , and then click and drag to select cells 13:125. ao

e.L} Type ) and press ot)

f._) The formula should look like this: 49

=SUMPRODUCT (Inventory !H3:H25, Inventory! 1I3:125)
5. Enter a formula to calculate the average selling price.

a.) Click cell D2. a

b.LJ Type: =AVERAGE ( “

c. J Click the Inventory sheet tab, and then click and drag to select cells H3:H25. ad

d. Press {Enter}. The formula should look like this: =AVERAGE ( Inventory !H3:H25) ag

6. Enter a formula to find the middle selling price.

a. J Click cell E2. ad

b.L Type: =MEDIAN( “

c. J Click the Inventory sheet tab, and then click and drag to select cells H3:H25. ad

d. Press (Enter). The formula should look like this: =MEDIAN(Inventory!H3:H25) “

7. Enter a formula to find the most common selling price.

a.) Click cell F2. “

b.L) Type: =MODE.SNGL( “

c. LJ) Click the Inventory sheet tab, and then click and drag to select cells H3:H25. ao

d. J Press (Enter}. The formula should look like this: Pr

=MODE .SNGL (Inventory !H3:H25)
8. What if there are multiple selling prices that are the most common? Enter an array formula in cells G2:G5 to find up to four most common selling prices.

a.) Select cells G2:G5. “0

b.L) Type: =MODE .MULT( “

c. LJ Click the Inventory sheet tab, and then click and drag to select cells H3:H25. a

d.LJ Press + + (Enter). The formula should look like this: a0

 

{=MODE .MULT( Inventory !H3:H25S) }

9. Use the SUMIFS function to calculate the total number of blue shoes in inventory. Use the values in the Stock column as the Sum_range argument. Use the values in the /tem Description column as the Criteria_range? argument and use the criteria *shoes

 

to find all items that end in the word shoes. Use the values in the Color column as the Criteria_range2 argument and use the criteria blue.

 

a.) Click cell B3. ad

b.) On the Formulas tab, in the Function Library group, click the Math & Trig button and select SUMIFS. “9

c. J In the Function Arguments dialog, verify that the cursor is in the Sum_range argument box. Click the Inventory sheet tab, a0 and click and drag to select cells 13:125.
The formula should look like this: “9

=SUMIFS(Inventory!13:125, Inventory!A3:A25,"*shoes", Inventory!C3:C25,"blue")

10. Use the AVERAGEIFS function to find the average selling price of blue shoes in inventory. Use the values in the Selling Price

column as the Average_range argument. Use the values in the /tem Description column as the Criteria_range? argument and use

the criteria *shoes to find all items that end in the word shoes. Use the values in the Color column as the Criteria_range2

argument and use the criteria blue.

a.LJ Click cell B4. “

b. J On the Formulas tab, in the Function Library group, click the More Functions button, point to Statistical, and select ao

AVERAGEIFS.

c. J In the Function Arguments dialog, verify that the cursor is in the Average_range argument box. Click the Inventory sheet ao

tab, and click and drag to select cells H3:H25.

d. J In the Function Arguments dialog, press to move to the Criteria_range71 argument box. ad

e._} Click the Inventory sheet tab, and click and drag to select cells A3:A25. ad

fC) In the Function Arguments dialog, press to move to the Criteria? argument box. ad

g.L Type "*shoes" to find any text string that ends with the word shoes. “9

h. } Press (tab). Verify that the cursor is in the Criteria_range2 argument box. a9

i.) Click the Inventory sheet tab, and click and drag to select cells C3:C25. ad

j. LJ In the Function Arguments dialog, press to move to the Criteria2 argument box. ad

kL Type: "blue" a9

|.) Click OK. “

m. © The formula should look like this: ad

=AVERAGEIFS(Inventory!H3:H25, Inventory!A3:A25,"*shoes", Inventory!C3:C25, "blue" )
11. Use the COUNTIFS function to find the number of blue shoe inventory items. Use the values in the [tem Description column as

 

the Criteria_range1 argument and use the criteria *shoes to find all items that end in the word shoes. Use the values in the Color

 

column as the Criteria_range2 argument and use the criteria blue.

 

a.) Click cell BS. “

b. _) On the Formulas tab, in the Function Library group, click the More Functions button, point to Statistical, and select Pt)

 

COUNTIFS.

 

c. LJ) In the Function Arguments dialog, verify that the cursor is in the Criteria_range1 argument box. ad

d.) Click the Inventory sheet tab, and click and drag to select cells A3:A25. ad

e. L} In the Function Arguments dialog, press to move to the Criteria? argument box. “9

f. Type "*shoes" to find any text string that ends with the word shoes. a9

g. _) Press (tab). Verify that the cursor is in the Criteria_range2 argument box. ad

h. J Click the Inventory sheet tab, and click and drag to select cells C3:C25. ad

i.) In the Function Arguments dialog, press to move to the Criteria2 argument box. ad

j.0 Type: "blue" 49

k.) Click OK. “

|. The formula should look like this: ao

 

=COUNTIFS(Inventory!A3:A25,"*shoes", Inventory!C3:C25, "blue" )
12. Now use database functions to analyze inventory data. This method gives you more flexibility in your analysis. Once you set up

 

the formulas, you can change the criteria in the worksheet without changing the formulas. The InventoryDB named range has

 

been created for you to use as the Database argument. It references A2:125 on the Inventory worksheet. Notice this named

 

range includes the label row.

 

Use the DAVERAGE database function to calculate the average selling price for all items with the word Football in the item

 

description. Use the wildcard character * before and after the word Football to find all item descriptions with Football anywhere

 

in the text. Use the column label Selling Price as the Field argument. Remember to enclose the column label in quotation marks.

 

Set up the criteria range.

 

a. in cell D8, type: Item Description a9

b.L Incell D9, type: *Football* a9

c.L) Click cell B9 where you will enter the formula. ad

d.J On the Formulas tab, in the Function Library group, click the Insert Function button. “0

e.L} If necessary, expand the Or select a category list, and select Database. “9

f..) Double-click DAVERAGE to open the Function Arguments dialog. ad

g. In the Database argument box, type the range name: _InventoryDB a9

h.L) In the Field argument box, type the column label: "Selling Price" a9

i.) Click in the Criteria argument box and then click and drag to select cells D8:D9. ad

j.U Click OK. “

k.) The formula should look like this: a9

=DAVERAGE(InventoryDB, "Selling Price" ,D8:D9)

Use the DCOUNT database function to calculate the number of items in stock where the item description includes the word

Football and the selling price is less than $20. Use the wildcard character * before and after the word Football to find all item

descriptions with Football anywhere in the text. Use the column label Stock as the Field argument. Remember to enclose the

column label in quotation marks.

a. Set up the criteria range.

ii in cell D11, type: Item Description a9

ii. J In cell D12, type: *Football* “

iii J In cell E11, type: Selling Price ag

iv. In cell E12, type: <20 a9

b. J Click cell B12 where you will enter the formula. ad

c.LJ On the Formulas tab, in the Function Library group, click the Insert Function button. ad

d. LJ If necessary, expand the Or select a category list, and select Database. ad

e._} Double-click DCOUNT to open the Function Arguments dialog. a

f.J In the Database argument box, type the range name: _InventoryDB a9

g. In the Field argument box, type the column label: "Stock" et)

h. ] Click in the Criteria argument box and then click and drag to select cells D11:E12. ad

i.) Click OK. “

j.U The formula should look like this: 49

=DCOUNT (InventoryDB, "Stock" ,D11:E12)
4. Now use MATCH and INDEX to look up the item description, quantity in stock, and selling price of an item based on the

inventory number. The Inventory named range has been created for you to use in these formulas. It references A3:125 on the

Inventory worksheet. Notice this named range does not include the label row.

First, use MATCH to find the row position for the item listed in cell B15. Remember, the Lookup_array argument must be a

single column. Require an exact match. Use absolute references so you can copy the formula.

a.) Click cell B16. “

b.) On the Formulas tab, in the Function Library group, click the Lookup & Reference button, and select MATCH. a9

c.L Use an absolute reference to cell B15 for the Lookup_value argument. Type $B$15 and then press [Tab]. a9

d.J Verify that the cursor is in the Lookup_array argument box. Click the Inventory sheet tab and click and drag to select ad

cells B3:B25. Edit the cell references to be absolute.

e.L) Inthe Match_type argument box, type: @ BL)

f.L) Click OK. “

g.) The formula should look like this: =MATCH($B$15, Inventory ! $B$3 : $B$25 ,@) rT)

15. Now add an INDEX function around the MATCH function to find the item description (column 1 ) for the row position identified

by the MATCH function. Use the named range Inventory as the Array argument.

a.) If necessary, select cell B16 again, and then click in the formula bar so you can edit the formula. ad

b.LJ After the =, type: INDEX(Inventory, “0

c.LJ Move the cursor to the end of the formula and type: ,1) ad

d. J Press (Enter}. a9

e._) The formula should now look like this: ad

=INDEX( Inventory, MATCH($B$15, Inventory! $B$3: $B$25,@) ,1)
16. Add an IFERROR function around the INDEX function to hide any error messages by displaying an empty text string ( """ ).

a.) If necessary, select cell B16 again, and then click in the formula bar so you can edit the formula. ae

b.LJ After the =, type: IFERROR( “

c.LJ Move the cursor to the end of the formula and type: ,"") ao

d. J Press (Enter}. rr)

e. J The formula should now look like this: ae

=IFERROR( INDEX( Inventory , MATCH($B$15, Inventory ! $B$3:$B$25,@),1),"")

17.1) Copy the formula from cell B16 to cells B17:B18. a

18.) Modify the formula in cell B17 to use 9 as the Column_num argument for the INDEX function. The formula should look like Pr)

this:

=IFERROR( INDEX( Inventory , MATCH($B$15, Inventory ! $B$3:$B$25,@),9),"")

19.) Modify the formula in cell B18 to use 7 as the Column_num argument for the INDEX function. The formula should look like a

this:

=IFERROR( INDEX( Inventory , MATCH($B$15, Inventory ! $B$3:$B$25,0),7),"")

20.) If necessary, apply the Accounting Number Format to cell B18. “

21. Enter a formula using RANK.EQ to calculate the ranking of this item’s price.

a.) Click cell B19. “

b. J On the Formulas tab, in the Function Library group, click the More Functions button, point to Statistical, and select rT)

RANK.EQ.

c.L In the Number argument box, type 1.50 and then press (Tab). “9

d.LJ Verify that the cursor is in the Ref argument box. Click the Inventory sheet tab and click and drag to select cells G3:G25. a

Edit the cell references to be absolute.
e.L) Click OK. “

f.L) Save the file. a0

22. If you are having trouble with these formulas, use the Evaluate Formula feature to review the results of the nested formulas.

a.) Select the cell containing the formula you want to evaluate. ad

b. J On the Formulas tab, in the Formula Auditing group, click the Evaluate Formula button. ao

c.LJ Use the Step In, Evaluate, and Step Out buttons as necessary until you have a clear understanding of how the nested “9

INDEX and MATCH formulas work together.

23. Hank's Sporting Goods is considering taking out a $25,000 loan to pay for inventory. The details of that loan are shown on the

Financials worksheet in cells C2:D6. You will help Hank calculate how much money he would make if he invested those same

monthly payments in a money market account instead. Calculate the theoretical future value of the same amount deposited

monthly in a money market account.

a.) Switch to the Financials worksheet. 49

b.) Click cell D9. “

c.LJ On the Formulas tab, in the Function Library group, click the Financial button, and select FV. ao

d. J Enter the Rate argument, referring to the money market interest rate in cell B4. The rate is expressed as an annual ad

interest rate, and payments will be monthly, so divide the interest rate by 12: B4/12

e.L_) Enter the Nper argument, referring to cell D5. There will be monthly payments, so multiply the number of years by 12: ao

D5*12

f.) Enter the Pmt argument referring to the cell showing the monthly payment amount for the loan: D4 ad

Notice that the loan payment is already expressed as a negative number so there is no need to alter the Pmt argument.

g. _} There is no value in the investment prior to the first investment period, so you can skip the Pv argument. “9

h. UJ Deposits would be scheduled for the beginning of each payment period. Enter the appropriate Type argument: 1 i)

i.) Click OK. The formula in cell D9 should look like this: ad

=FV(B4/12,D5*12,D4, ,1)
g. L} There is no value in the investment prior to the first investment period, so you can skip the Pv argument. ad

h. UJ Deposits would be scheduled for the beginning of each payment period. Enter the appropriate Type argument: 1 ot)

i.) Click OK. The formula in cell D9 should look like this: ad

=FV(B4/12 ,D5*12,D4, ,1)

j.W Save the file. a9

24. Hank would like to consider another loan option with the same loan amount and the same interest rate. How many months

would it take to pay off the loan if he paid a flat $1,000 every month?

a. _} Click cell D13. On the Formulas tab, in the Function Library group, click the Financial button, and select NPER. ad

b._) Enter the Rate argument, referring to the loan interest rate in cell B3. The rate is expressed as an annual interest rate, “0

and payments will be monthly, so divide the interest rate by 12: B3/12

c.LJ Enter the Pmt argument referring to the cell showing the new monthly payment amount for the loan: D12 ad

Notice that the loan payment is already expressed as a negative number so there is no need to alter the Pmt argument.

d.) Enter the Pv argument referring to the original loan amount in cell D3. ad

e.L_] The loan will be completely paid off, so you can skip the Fv argument. ad

f.) Payments would be applied at the end of each payment period, so you can skip the Type argument. ao

g. J Click OK. The formula in cell D13 should look like this: =NPER(B3/12,D12,D3) ao

25. Hank is easily confused by too many digits after the decimal point, so add a ROUND function to round the number of months

to zero decimal places.

a. LJ If necessary, click cell D13 again. ad

b. ) In the formula bar, add the ROUND function using the existing FV function as the Number argument and 0 as the ad

Num_digits argument. The formula should now look like this: =ROUND(NPER(B3/12,D12,D3) ,@)
26. Hank has another financial question for you. He needs to decide between three equipment purchase options. Option 1 is the

least expensive and will require minimal repairs. It will generate the lowest increase in revenue. Option 2 is $10,000 more than

Option 1 and will generate a higher increase in revenue, but it will require significant repairs in year 5 and will begin declining in

productivity in year 7. Option 3 is the most expensive. It will also generate the highest increase in revenue. However, it will

require more frequent and expensive repairs than the other two options.

Enter the formula to calculate net present value for Option 1 using the revenue schedule in cells B9:B18. Use a discount rate of

1.5%.

a. _} Click the Equipment Decision worksheet. ad

b.) Click cell BS. “

aU Type: =NPV( a9

d.LJ Type: 1.5%, oY)

e._} Click and drag to select cells B9:B18. ad

f.LJ Type ) and then press to complete the formula: =NPV(1.5%,B9: B18) “@

27.) Copy the formula in cell BS to cells C5 and D5 to calculate the NPV for Option 2 and Option 3. a

28.) Format cells B5:D5 with the Accounting Number Format. ao

29. Calculate the true cost of the investment by adding the initial investment (the purchase cost) to the calculated NPV amount:

a.) In cell B6 enter the formula as follows: =B4+B5 ad

b.J Copy the formula in cell B6 to cells C6 and D6. a

30.) Use the Thick Outside Borders option to place a border around cells D3:D6 to highlight the best investment option.
31. Now calculate two alternative depreciation schedules for the selected equipment option. First, set up the values that will be

used for the common arguments Cost, Life, and Salvage.

a. J In cell G3, enter a reference to cell D4. For the depreciation schedule, the cost value should be a positive number, so ad

precede the cell reference with a - character: =-D4

b.LJ In cell G4, enter the useful life of the equipment: 10 a)

c.U) In cell G5, enter the salvage value of the equipment. Calculate this as 20% of the cost: =G3*@.2 ad

32. In cell J4, enter the formula to calculate depreciation for year 1 using the declining balance method.

a.) On the Formulas tab, in the Function Library group, click the Financial button, and then select DB. “0

b._) Enter the Cost argument as an absolute cell reference so the reference will not update when you copy the formula: ad

$6$3

c.LJ Enter the Salvage argument as an absolute cell reference so the reference will not update when you copy the formula: ag

$G6$5

d.CJ Enter the Life argument as an absolute cell reference so the reference will not update when you copy the formula: ag

$G$4

e.L} Enter the Period argument as a relative cell reference so the reference will update when you copy the formula: I4 BL)

f.L) The equipment will be in use for 12 months during the first year, so you can skip the Month argument. ad

g. LO Click OK. The formula in cell J4 should look like this: =DB($G6$3 ,$G$5 ,$G$4,14) ad

h. ) Copy the formula to J5:J13. Ad
In cell K4, enter the formula to calculate depreciation for year 1 using the straight-line method.

a. _} On the Formulas tab, in the Function Library group, click the Financial button, and then select SLN. ad

b. J Enter the Cost argument as an absolute cell reference so the reference will not update when you copy the formula: a

$G6$3

c.LJ Enter the Salvage argument as an absolute cell reference so the reference will not update when you copy the formula: ad

$G$5

d.J Enter the Life argument as an absolute cell reference so the reference will not update when you copy the formula: ad

$G$4

e. J Click OK. The formula in cell K4 should look like this: Pr

=SLN($G6$3 ,$G$5, $G$4)

f.L) Copy the formula to K5:K13. Notice that the straight-line method returns the same depreciation value for each period in ad

the schedule.

34, Save and close the workbook. 4d

35. J Upload and save your project file. “a

36.) Submit the project for grading. “a
 

Option 1

Low Cost Option
Download this past answer in few clicks

19.99 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE