Question

EX16_XL_CH10_GRADER_ML2_HW - Animal Shelter 1.5 Project Description: You manage a small animal shelter in Dayton, Ohio....

EX16_XL_CH10_GRADER_ML2_HW - Animal Shelter 1.5

Project Description:

You manage a small animal shelter in Dayton, Ohio. Your assistant created an XML document that lists some of the recent small animals that your shelter took in. In particular, the XML document lists the animal type (such as cat); the age, sex, name, color, and date the animal was brought in; and the date the animal was adopted. You want to manage the data in an Excel worksheet, so you will create a link to the original data source in case they change.

Steps to Perform:

Step

Instructions

Points Possible

1

Download the asset file named e10m2Animals_LastFirst.xml and do not rename it. Open the downloaded workbook named exploring_e10_grader_h3_Animals.xlsx, and save it as exploring_e10_grader_h3_Animals_LastFirst.

0

2

Import the XML document e10m2Animals_LastFirst.xml into Sheet1 of the workbook beginning in cell A1. Rename Sheet1 Animals.

15

3

Create a PivotTable from the imported data on a new worksheet, placing the animal type and sex as row labels (in that order) and counting names as values. Use the adoption date as a report filter and set a filter to show those animals that have not been adopted. Rename the PivotTable worksheet PivotTable.

20

4

Open e10m2Animals_LastFirst.xml in Notepad. Edit the XML document by adding 3/25/2018 for the adoption date for Paws the cat. Edit Fido's data by entering his age: 6 months. Edit Twerpy's color as Orange. Edit Misty's adoption date of 3/31/2018. Save the XML file and close Notepad. Display the Animals worksheet and refresh the connection.

16

5

Display the PivotTable worksheet and refresh the PivotTable.

12

6

On the PivotTable worksheet, type Most Available Animals: in cell A15, Most Adopted Animals: in cell A16, and Cat Gender Most Adopted: in A17. Enter the appropriate answers to these questions in the range B15:B17 (choose from Cats, Dogs, Male, or Female). Resize the columns as necessary. If necessary, reset the filter in the PivotTable to display animals that have not been adopted yet.

18

7

Display the Animals worksheet and type Name, Type as a column label in cell H1. In cell H2, type Paws, Cat. Use Flash Fill to complete the rest of the data entry in this column.

12

8

Create a footer with your name on the left side, the sheet name code in the center, and the file name code on the right side of each worksheet.

7

9

Save the workbook. Ensure that the following worksheets are present (in this order): PivotTable, Animals. Close the workbook, and then submit the file as directed.

0

Total Points

100

<AnimalShelter>

      <Animal>

            <Type>Cat</Type>

            <Age>3 years</Age>

            <Sex>Male</Sex>

            <Name>Paws</Name>

            <Color>White</Color>

            <DateIn>3/15/2018</DateIn>

            <DateAdopted/>

      </Animal>

      <Animal>

            <Type>Cat</Type>

            <Age>8 years</Age>

            <Sex>Female</Sex>

            <Name>Mama Mia</Name>

            <Color>Calico</Color>

            <DateIn>2/15/2018</DateIn>

            <DateAdopted>3/21/2018</DateAdopted>

      </Animal>

      <Animal>

            <Type>Dog</Type>

            <Age>2 years</Age>

            <Sex>Female</Sex>

            <Name>Mrs. Wolf</Name>

            <Color>Brown</Color>

            <DateIn>3/8/2018</DateIn>

            <DateAdopted/>

      </Animal>

      <Animal>

            <Type>Cat</Type>

            <Age>4 months</Age>

            <Sex>Male</Sex>

            <Name>Twerpy</Name>

            <Color/>

            <DateIn>3/12/2018</DateIn>

            <DateAdopted>3/13/2018</DateAdopted>

      </Animal>

      <Animal>

            <Type>Dog</Type>

            <Age>7 months</Age>

            <Sex>Female</Sex>

            <Name>Betsy</Name>

            <Color>Black and White</Color>

            <DateIn>2/25/2018</DateIn>

            <DateAdopted>3/14/2018</DateAdopted>

      </Animal>

      

<Animal>

            <Type>Dog</Type>

            <Age/>

            <Sex>Male</Sex>

            <Name>Fido</Name>

            <Color>Brown and White</Color>

            <DateIn>3/17/2018</DateIn>

            <DateAdopted/>

      </Animal>

      <Animal>

            <Type>Cat</Type>

            <Age>11 months</Age>

            <Sex>Female</Sex>

            <Name>Misty</Name>

            <Color>Black</Color>

            <DateIn>3/10/2018</DateIn>

            <DateAdopted/>

      </Animal>

      <Animal>

            <Type>Cat</Type>

            <Age>5 years</Age>

            <Sex>Male</Sex>

            <Name>Jasper</Name>

            <Color>Black</Color>

            <DateIn>1/31/2018</DateIn>

            <DateAdopted/>

      </Animal>

      <Animal>

            <Type>Cat</Type>

            <Age>12 years</Age>

            <Sex>Female</Sex>

            <Name>Grumpy</Name>

            <Color>Gray</Color>

            <DateIn>2/1/2018</DateIn>

            <DateAdopted>3/18/2018</DateAdopted>

      </Animal>

</AnimalShelter>

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Do step 1 and then follow the below procedure

Step 2: To import XML document,

First select cell A1 then go to option Developer >> (In XML section) Import >> Select XML file >> Press OK >> Press OK

You will see the table created from xml file.

exploring e10_grader_h3_Animals LastFirst.xlsx - Excel File Home Insert Page Layout Formulas Data R ViewDeveloper Help Team Tll me what you want to do Record Macro Use Relative References Macro Security Code Map Properties Expansion PasExport mport View Code Visual Macros Basic Add Excel COM Insert Design Source ins Add-ins Add-ins Mode Run Dialog Refresh Data Add-in Controls XML Import XML Data Import an XML data file. A1

Then Right click on "Sheet1" name >> Rename >> rename to "Animals"

Step 3: Create a pivot table in excel

First, select the table range, in this case, select the overall table.

Then go to Insert option >> Click Pivot Table >> click OK

Then On Right hand side you will see 4 options "Filters, Columns, Rows, Values". Now Drag and drop the names into this section.

fields "Types, Sex" will drag to Rows

field "Name" will drag to Values

field "DateAdopted" to Filters

Now to apply filter to show animals that have not been adopted.

click on down arrow button in front of "Date Adopted" cell >> select "blank" >> click OK will filter the record.

To rename the sheet, right click on sheet name at bottom >> select Rename option >> Give "PivotTable"

Step 4: Open the xml file in notepad and update according to given instructions.

Now to reflect the changes in excel file go to Developer option >> in xml block click on "Refresh Data". It will refresh all the data according to the xml file.

Step 5: Go to the PivotTable sheet, click on Data tab >> click on Refresh All (in Queries & Connections)

Add a comment
Know the answer?
Add Answer to:
EX16_XL_CH10_GRADER_ML2_HW - Animal Shelter 1.5 Project Description: You manage a small animal shelter in Dayton, Ohio....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • IS Chapter 10 homework Help

    EX16_XL_CH10_GRADER_ML2_HW - Animal Shelter 1.6 Project Description:You manage a small animal shelter in Dayton, Ohio. Your assistant created an XML document that lists some of the recent small animals that your shelter took in. In particular, the XML document lists the animal type (such as cat); the age, sex, name, color, and date the animal was brought in; and the date the animal was adopted. You want to manage the data in an Excel worksheet, so you will create a link...

  • The goal of this homework is to write a small database system for an Animal Shelter....

    The goal of this homework is to write a small database system for an Animal Shelter. This is a no-kill shelter like the one just west of the Addition Airport. You will accept animal “donations” to the shelter, but mostly only dogs and cats. (But yes, there may be the occasional hamster or other nondog, non-cat animal donation.) At present, all we need to do is write the skeleton of a database that will track all the animals in the...

  • Use python write Thank you so much! pets.txt dog alyson 5.5 cat chester 1.5 cat felice...

    Use python write Thank you so much! pets.txt dog alyson 5.5 cat chester 1.5 cat felice 16 dog jesse 14 cat merlin 5 cat percy 12 cat puppet 18 to_transfer.txt cat merlin 5 cat percy 12 intake.txt bird joe 3 cat sylvester 4.5 the website is https://www2.cs.arizona.edu/classes/cs110/spring17/homework.shtml Welcome to animal shelter management software version 1.0 Type one of the following options adopt a pet adopt intake add more animals to the shelter list. display all adoptable pets quit exit the...

  • EX16_XL_CH05_GRADER_CAP_AS - Travel Expenses 1.8 Project Description: <Project Description> Steps to Perform: Step Instructions Points Possible...

    EX16_XL_CH05_GRADER_CAP_AS - Travel Expenses 1.8 Project Description: <Project Description> Steps to Perform: Step Instructions Points Possible 1 Start Excel. Open the downloaded Excel file named exploring_e05_grader_a1_Expenses.xlsx. Save the workbook as exploring_e05_grader_a1_Expenses_LastFirst, replacing LastFirstwith your own name. 0 2 On the Subtotals worksheet, use the Sort dialog box to sort the data by Employee and further sort by Category, both in alphabetical order. 4 3 Use the Subtotals feature to insert subtotal rows by Employee to calculate the total expense by...

  • You are the systems manager for Blue City Movies Rentals and you have been asked to create a report on historical sales data. To complete your task you will combine and edit data from multiple sources using Excel’s Power add-ins, XML, and tex

    You are the systems manager for Blue City Movies Rentals and you have been asked to create a report on historical sales data. To complete your task you will combine and edit data from multiple sources using Excel’s Power add-ins, XML, and text functions.Instructions:For the purpose of grading the project you are required to perform the following tasks:StepInstructionsPoints Possible1Open e10c2MovieRentals.xlsx and save the workbook with the name e10c2MovieRentals_LastFirst.02Import the movie data from the delimited file e10c2Movies.txt and rename the new worksheet Inventory.Hint: On the Data tab,...

  • In this project, you will work with sales data from Top’t Corn, a popcorn company with...

    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 begin by inserting a new worksheet and entering 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...

  • EX16 XL _CH01_GRADER ML2 HW - Real Estate Sales Report 1.3 Project Description: You own a...

    EX16 XL _CH01_GRADER ML2 HW - Real Estate Sales Report 1.3 Project Description: You own a small real estate company in Indianapolis. You track the real estate properties you list for dlients. You want to analyze sales for selected properties. Yesterday, you prepared a workbook with a worksheet for recent sales data and another worksheet listing several properties you listed. You want to calculate the number of days that the houses were on the market and their sales percentage of...

  • You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts

    EX16_XL_COMP_GRADER_CAP_AS - Manufacturing 1.6 Project Description:You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts. As you step into your new position, you have decided to compile a report that details all aspects of the business, including: employee tax withholding, facility management, sales data, and product inventory. To complete the task, you will duplicate existing formatting, utilize various conditional logic functions, complete an amortization table with financial functions, visualize data with PivotTables, and lastly...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT