Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Essentialfunctions xlsx at www seletraining com

19/03/2021 Client: saad24vbs Deadline: 7 Days

Illustrated Excel 2016 | Modules 5–8: SAM Capstone Project 1a

C:\Users\akellerbee\Documents\SAM Development\Design\Pictures\g11731.png Illustrated Excel 2016 | Modules 5–8: SAM Capstone Project 1a

Paterson Arts Center

mANAGING FORMULAS, DATA, AND TABLES

GETTING STARTED
· Open the file IL_EX16_CS5-8a_FirstLastName_1.xlsx, available for download from the SAM website.

· Save the file as IL_EX16_CS5-8a_FirstLastName_2.xlsx by changing the “1” to a “2”.

2. If you do not see the .xlsx file extension in the Save As dialog box, do not type it. The program will add the file extension for you automatically.

· With the file IL_EX16_CS5-8a_FirstLastName_2.xlsx still open, ensure that your first and last name is displayed in cell B6 of the Documentation sheet.

· If cell B6 does not display your name, delete the file and download a new copy from the SAM website.

PROJECT STEPS
You are an intern at the Paterson Arts Center in Paterson, New Jersey, and work closely with Gwen Rayburn, the executive director of the center. Gwen is seeking a bank loan to expand the center. In preparation for meeting with a bank officer, she asked you to analyze data about the center’s group classes, lessons, and students, and to compare the terms and payments of three loan options.

Switch to the Group Classes worksheet, which Gwen has protected. Start by correcting data as follows:

a. Unprotect the worksheet.

b. In cell C9, change the value to 1:00 PM.

To reduce the chance of input error, Gwen wants you to make the Location column a dropdown list. Use data validation to create an in-cell dropdown list that restricts data in the Location column in the table (the range E4:E13) to the values Basie Hall, Cassatt Studio, Chopin Room.

Unhide the Students worksheet to prepare for working with student data.

Gwen added her name to the footer in each worksheet and now wants to remove it. Use the Document Inspector to remove only footer information from the workbook. (Hint: Do not save data when the dialog box appears.) [Mac Hint: The Document Inspector is not available on Excel for Mac, so manually remove all footers from the workbook.]

To organize the worksheets more logically, move the Private Lessons worksheet so it appears between the Group Classes and Students worksheet.

Display the full name of the arts center as a header on all the worksheets except the Documentation worksheet as follows:

c. Group the Group Classes, Private Lessons, Students, and Expansion worksheets.

d. In cell A1, type Paterson Arts Center as the worksheet title.

e. With the worksheets still grouped, add the Sheet Name to the center header section.

Switch to Normal view, if necessary. Ungroup the worksheets.

To make it easier to navigate the workbook, add hyperlinks as follows:

f. In the Group Classes worksheet, add a hyperlink to the text in cell G16 that links to cell A1 of the Students worksheet.

g. Include View weekly revenue as the ScreenTip text.

h. Copy the hyperlink from cell G16 in the Group Classes worksheet to cell G16 of the Private Lessons worksheet.

In the Private Lessons worksheet, use data validation to create an in-cell dropdown list that restricts data in the Location column in the table (the range E4:E13) to the values Basie Hall, Chopin Room.

Gwen is adding two new private lessons on Saturdays and needs that reflected in the schedule.

In the ranges A14:G14 and A15:G15, add two records for the new private lessons using the data shown in Table 1 below. Use the in-cell dropdown list to enter the location information.

Table 1: Data for Private Lessons Worksheet Table

A

B

C

D

E

F

G

14

PR110

Piano

10:00 AM

Saturday

Chopin Room

$25

Tamada

15

PR111

Voice

11:00 AM

Saturday

Basie Hall

$25

Thurow

Gwen asks you to create a separate list of piano lessons on the Private Lessons worksheet. Create the list as follows:

i. Enter the text Piano into cell A18.

j. Using the range A17:A18 as the Criteria range, create an advanced filter that extracts records from the Lessons table in the List range A3:G15 to the range beginning in cell A20. Use the Copy to another location option.

Gwen asks you to create a worksheet showing the Monday group classes organized by the instructor name. Create this worksheet as follows:

k. Create a copy of the Group Classes worksheet and position it immediately before the Students worksheet.

l. Use Monday Classes as the name of the new worksheet.

m. In the Monday Classes worksheet, filter the Day column to display only Monday classes.

n. Sort the filtered table in ascending order by Instructor.

Switch to the Students worksheet. Gwen offers a $5.00 discount to repeat students. Apply this discount as appropriate to the student data as follows:

In cell H4, create a formula using the IF function and structured references to determine the correct amount paid based on the following criteria:

o. If the Repeat? value is “Yes”, calculate the amount paid by subtracting 5 from the Fee.

p. Otherwise, the amount paid is the Fee value.

q. Let Excel copy the formula in cell H4 into the range H5:H49.

r. Format the range H4:H49 using the Currency number format with zero decimal places and the $ symbol.

Gwen created an area for retrieving information from the Students table, but it needs to be filled in. In cell K4, enter a formula using the VLOOKUP function and structured references to retrieve the class name as follows:

s. Look up the value in cell K3.

t. Use the Class Code and Class Name columns in the Students table (Students[[Class Code]:[Class Name]]) as the table_array argument.

u. Return the corresponding class name shown in column 2 of the specified columns.

v. Use FALSE as the range_lookup value.

In cell J6, enter a formula using the VLOOKUP function and structured references to retrieve the instructor’s name as follows:

w. Look up the value in cell K3.

x. Use the Class Code through Instructor columns in the Students table (Students[[Class Code]:[Instructor]]) as the table_array argument.

y. Return the corresponding class name shown in column 3 of the specified columns.

z. Use FALSE as the range_lookup value.

In cell K7, enter a formula using the DSUM function and structured references to calculate the total amount paid for a specified instructor as follows:

aa. Use the entire Students table including the header row (Students[#All]) as the database argument.

ab. Use the Amount Paid header in cell H3 as the field argument.

ac. Use the range J5:J6 as the criteria.

In cell K8, enter a formula using the DCOUNTA function and structured references to count the number of classes taught by a specified instructor as follows:

ad. Use the entire Students table including the header row (Students[#All]) as the database argument.

ae. Use the Class Code header in cell C3 as the field argument.

af. Use the range J5:J6 as the criteria.

In her meeting with the bank officer, Gwen wants to show how much revenue the center receives for each class in a typical week. Create a copy of the Students worksheet and then modify it to prepare for showing this information as follows:

ag. Create a copy of the Students worksheet and position it immediately before the Expansion worksheet.

ah. Use Subtotals as the name of the new worksheet.

ai. On the Subtotals worksheet, clear the contents and formatting from the range J3:K8.

aj. Sort the table on the Subtotals worksheet in ascending order by class name.

ak. Apply the Table Style Medium 6 table style. (Hint: Depending on your version of Office, the table style may be written as Gold, Table Style Medium 6.)

al. Convert the table to a range.

Include subtotals on the Subtotals worksheet as follows:

am. Add subtotals to the range A3:H49 so that for each change in the Class Name value, the formula uses the Sum function to add subtotals to the Amount Paid field. Use the default settings for the bottom checkboxes.

an. Use the outline buttons to display only the Class Name values with subtotals and the grand total.

Verify the grand total by switching to the Students worksheet and then adding a Total row to the Students table.

Switch to the Expansion worksheet. Gwen wants to expand the arts center into the adjoining vacant office space, and then renovate the new space. On the Expansion worksheet, she asks you to help her analyze the loan options to expand the business. Begin by determining the monthly payments as follows:

ao. In cell B9, enter a formula using the PMT function to calculate the monthly payment using the loan information in the range B5:B7.

ap. In the formula, divide the rate (cell B6) by 12.

aq. Use the term in months (cell B7) as the nper.

ar. Use a negative value for the pv (cell B5).

as. Copy the formula from cell B9 into the range C9:D9.

Calculate the total payments as follows:

at. In cell B10, enter a formula without using a function that multiplies the monthly payments (cell B9) by the term in months (cell B7) for Loan Option 1.

au. Copy the formula from cell B10 into the range C10:D10.

Calculate the total interest as follows:

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Essay & Assignment Help
Online Assignment Help
Top Academic Tutor
Coursework Help Online
Coursework Assignment Help
Assignment Guru
Writer Writer Name Offer Chat
Essay & Assignment Help

ONLINE

Essay & Assignment Help

Hello, I an ranked top 10 freelancers in academic and contents writing. I can write and updated your personal statement with great quality and free of plagiarism

$51 Chat With Writer
Online Assignment Help

ONLINE

Online Assignment Help

I will cover all the points which you have mentioned in your project details.

$58 Chat With Writer
Top Academic Tutor

ONLINE

Top Academic Tutor

I have read your project details. I can do this within your deadline.

$69 Chat With Writer
Coursework Help Online

ONLINE

Coursework Help Online

I have read your project details. I can do this within your deadline.

$57 Chat With Writer
Coursework Assignment Help

ONLINE

Coursework Assignment Help

Hello, I an ranked top 10 freelancers in academic and contents writing. I can write and updated your personal statement with great quality and free of plagiarism

$37 Chat With Writer
Assignment Guru

ONLINE

Assignment Guru

I have read your project details. I can do this within your deadline.

$31 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

16x 35 7x 8 - Chapter 10 media planning and strategy ppt - Psychology article critique - Diana ryan - Jordano food products case study - Science year 5 quiz - How to get the odd mushroom in ocarina of time - Home depot grout colors - Substantial performance constitutes a minor breach of the contract - Csi wildlife analyzing genetic evidence answers - Discussion - A job cost sheet of sandoval company - Angle of sun melbourne - Pine needle cross section labeled - Roads and traffic authority of nsw v dederer - Ethical and Legal aspect Of Nursing week 2 DQ 3 student replay Yanet Garrido - How to become crisis counselor - Peak and off peak times origin energy - How to calculate molarity in a titration - List of all conversion factors - Arabic alphabet lesson plan - Discussion - What substance in msa confers selectivity? why? - The death of the hired man summary and analysis - In the blink of an eye walter murch pdf - David deangelo power sexuality - Three - Four page paper on Samsung's technological smartphone - Application for admission of securities to the official list - Synchronous motor under excitation - Part time fee grant - Nurs 6512 week 4 soap note - Paper - Internet for it governance planning - Vj roofing services pty ltd - Boost juice supply chain - Www ccp14 ac uk - Middle chare medical group - CAPSIM- Final - A person jogs eight complete laps around a 400-m track in a total time of 15.5 min . - Ihs server load balancing - Into thin air krakauer pdf - Article Assignment - Swot analysis's value and continued use is found in its - Safety helmet date stamp - Www bcsp org resources review and study sources - The cable to connect bns is usually twisted pair - Freight out journal entry - Negative numbers are encoded using the __________ technique. - Billy elliot final scene - Late nite labs dna answers - Data Finance - What is a periodical - Define the term dividend policy - Week 8 Discussion - Mp husky cable bus - Dog walking contract example - What is theoretical oxygen demand - Easy level 1 science subjects unimelb - North lake senior campus - Coming to an awareness of language by malcolm x - Project 4 - Shepperd v the council of the municipality of ryde - Comp xm exam round 1 - Benchmark - Article Critique - Post- Rufina - What is scientific merit in research - How to plot capability curve of generator - A steel strip emerges from the hot roll - Purl org dc elements 1.1 - 841 wynnewood rd philadelphia pa 19151 - 25 sumner street sutherland - Cincinnati zoo case study - Drug and nutrition articles and 18 short answers - This week’s journal article focuses on attribution theory and how it influences the implementation of innovation technologies. - Assignment - Wgu c229 social media campaign - Cavities of the body diagram - Bbc bitesize latin gcse - Calculate dog age to human years netbeans java - The metric system worksheet answers - Is grandfather a proper noun - Www rafe videos com - 102.9 kg in stones - Article Review - Aldi water filter pitcher - Where is total cell style in excel - Assignment: Advocating for the Nursing Role in Program Design and Implementation - Knoll manufacturing lends its supplier - Week 4 - S2o8 2 2i rate law - How to write a visual analysis art history - Colligative properties worksheet answers with work - Ladies asian golf tour - As opposed to other types of monopoly, a natural monopoly typically owes its monopoly position to - Diverse range of entrepreneurial ventures - Pre engineered metal building weight - Baking soda and vinegar limiting reactant lab - Aspects of the human experience - Blank business plan template - Examples of propaganda in animal farm with page numbers