BIS155 Week 7 Lab – Perfect solution – instant delivery

Lab Price = $11
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

Week 7: Lab Overview
TABLE OF CONTENTS

Lab Overview
Scenario/Summary
Your manager could not be happier with the help you’ve provided to all of those departments requesting Excel assistance within the resort. He is now very confident handing over complex tasks to your capable hands. This week he is requesting that you exercise some expert skills. It seems he has some data that needs to be imported and cleaned up so that it is useful to the resort. He has quite a list of tasks he needs done with this data. Once the data are presentable, the analysis needs to be summarized in a short memo and placed on the last sheet in the workbook.
Additionally, your manager has also heard that macros can be added to a worksheet. He wants to make the X Games calculator even more efficient and foolproof for all those using it.
Just like traversing a double black diamond slope, you have the Excel knowledge to maneuver all of these tasks with excellence. This lab is for experts only.
Deliverables
After completing the steps below, turn in one Excel 2016 workbook. Rename the workbook with your lastname_first initial_Week7_Lab. xlsx. Example: If your name were Jane Doe, your workbook would be Doe_J_Week7_Lab.xlsx.
When submitting the workbook, provide a comment in the comments area explaining what you learned from completing this lab activity.
The grading rubric for this assignment is available in the weekly Lab assignment page. The most successful students always review the criteria in this rubric before uploading their lab. This allows them to check that they have completed all of the steps in the lab. It is a very helpful final review prior to submission.
Lab Resources
Microsoft Office: Excel 2016
Options for Accessing Microsoft Excel 2016
1. Use a personal copy on your PC. You can request a copy of Microsoft Office 2016 via the Student Software Store icon on the Course Resources Page.
2. If you are a MAC user, click to read the MAC User Information.
3. If you do not have Excel 2016 installed locally, then access the software by going to the Course Resources page, Lab Resources section, and click the Virtual Lab Citrix icon.
Lab Steps
Preparation
You will be using Microsoft Excel 2016 for this lab.
Be sure you have read the required chapter materials and reviewed the hands-on exercise videos located on the Lesson page before you begin the lab. The videos provide detailed examples walking you through the hands-on exercises. Applying the hands-on exercise examples will provide both practice and instruction of what to complete, but you will be completing the exact steps described below and submitting your workbook after you complete all steps..
Begin: Open and Save
Download the spreadsheet STUDENT_W7_Lab7_Starter_File.xlsx (Links to an external site.)Links to an external site. You will be prompted to save the file. Click yes.
Download the spreadsheet STUDENT_W7_Lab7_IMPORT_Starter_File.txt. (Links to an external site.)Links to an external site.You will be prompted to save the file. Click yes.
Note: If you are using the Remote Lab environment, you will need to follow the instructions for uploading the file. These instructions can be found on the Lab page when you click on the Lab icon on Course Resources.
To save the spreadsheet with a new file name,
• open the workbook in Excel 2016; and
• in Excel, click File and then Save As and rename it as lastname_first initial_Week7_Lab.xlsx (Jane Doe would save the file as Doe_J_Week7_Lab.xlsx).
Step 1: Import and Clean Up Text File
A. Download starting student Excel file and the text file. Open the starting Excel file and navigate to Sheet1.
B. Import the text file by using the Get External Data function on the Data Ribbon. When the Text Import Wizard displays, select My Data has headers and use a comma delimiter to organize the data.
C. Insert a new column in between A and B and use the Text to Columns command to separate first and last name. Be sure to revise or add appropriate column names.
D. Insert a column to the right of the HOME ADDRESS column and use a function to capitalize just the first letter in the address names. Then hide the original Address column.
E. Insert two new columns in between City State Zip and the Unit column, and then use Text to Columns to separate these fields. Adjust column widths appropriately.
F. On the right of the Agent column, add a column and use the Substitute function to replace “JG” with “Jesse Gonzales,” and then hide the original Agent column and display the full name.
G. Add statistics to add up all sales, and then apply a 7% commission to calculate the Gonzales commission.
H. Change the sheet name to Gonzales.
I. Under Page Layout, select Themes and choose a business-like theme and possibly a color combination to apply professional formatting and column widths to all of this data using the image below as a guide.

J. Using the Gonzales sales data, create a Pivot Table showing his total sales by development. Format appropriately.
Step 2: Create the Macro in the X Games Ticket Calculator
In this section, we will actually build a macro. A macro is simply a recording of every keystroke you perform while the Macro Recorder is turned on. You are quite simply automating keystrokes and building efficiency into your Excel file.
A. Select the X Game Calc sheet.
B. In order to have the Macro Tools available to you, you must have the Developer Tools. If you do not see the Developer Tab, click the File and select Options.
C. Locate the Developer checkbox option in the Custom Ribbon tab in the Options menu, make sure it is checked, and then click OK. Developer
D. You will need to set the Macro Security level in order to develop Macro code. From the Developer Tab, click on Macro Security in the Code group. Check the Enable all macros and then click OK. Enable All Macros
E. Remember, a macro records every keystroke you perform while the Macro Recorder is turned on. For this Macro, we will clear the values from the ticket type and ticket quantity cells in our X Game Calculator sheet. We will turn on the Macro Recorder, delete the data in Cells E4 and E6, and then turn the Macro Recorder off.
F. Click the Record Macro button from the Developer Tab, Code group. The Macro Recorder dialog window will open.
G. Macro Name: Provide a user-friendly name for this recording such as CalcWipe. Note: Do not use spaces in the name.
H. Shortcut key: Designate a shortcut key the user can press to start the macro. Try using the letter w as your shortcut key. Note: Avoid using a shortcut commonly used in Windows applications, such as CTRL-C or CTRL-P. The macro shortcut will overwrite the Windows shortcut and your users will not understand why the key combination is not copying or pasting.
I. Store: Store the macro in this Workbook. Note: It can be stored in the Personal Macro Workbook so it can be used by other applications. Macros for common actions such as printing a workbook can be stored in the personal workbook, but they will only be available on the computer on which they are stored.
J. Description: Provide an explanation of the functionality of the macro. Use something such as Clear input cells for X Game Calculator. See image below. Record Macro
K. When you click OK, the Macro Recording begins. Select Cell E4, press the Delete key, and then select Cell E6 and press the Delete key.
L. Then turn the Macro Recorder off by clicking the Stop Recording button from the Macro group.
Step 3: View the Macro and Assign a Macro Button in the X Games Calculator Sheet
Behind the scenes, Excel has written a little Visual Basic for Applications (VBA) program, which you may access by clicking the Macros command.
A. Select the Macro you just created, and then click the Edit button Macro Name
B. VBA will open with your code. VBA Code

Transcript
C. In later courses, you may learn more about programming; however, you can follow the code and see how it instructs Excel to select a range and clear its contents. Click the X in the top-right corner of this MS VBA screen to close macro editing and return to the Excel file.
D. Begin to add a macro button to make it easy for users to run this code. Add a Button Shape to your application using the Insert Tab, Shapes. Add a Button Shape
E. Draw the shape onto the application, using your mouse or drawing tool. Draw the Shape
F. Add a text description to the button: “Clear calculator values!”
G. Associate this button with the macro. Right-click on the shape and select Assign Macro from the menu.
Associate Button With Macro
H. Select CalcWipe and click OK to assign the macro to the button
I. To prepare to test the macro, provide input into cells E4 and E6 by selecting a ticket type in cell E4 and enter a quantity in cell E6 for starting values. Then test your macro by simply clicking the button. Did it clear the contents of your input cells? If yes, congratulations on creating your first macro. If no, please return to Step 2, Part E to build the macro again.
Step 4: Save the Macro-Enabled File and Turn on Protection in the X Games Calculator Sheet
A. You will need to save this file as a macro-enabled workbook. Click the File tab and select Save As.
B. Select Excel Macro-Enabled Workbook, which is also the .xlsm file type.
C. By default, all cells in a worksheet are locked. This means that when the worksheet is protected, the users will not be able to enter or change data in those cells. We will protect the worksheet, but first we must unlock the user input cells. Select cells E4 and E6. Right-click and select Format Cells from the menu. In the Protection tab, uncheck the box labeled Locked.
D. Protect the worksheet. From the Home Menu Cells group, select Format, Protection, Protect sheet. DO NOT add a password.
Protect Sheet
E. Remember to save the file as an .xlsm (Macro-enabled) file.
Step 5: Create a Documentation Sheet and Apply a Footer With Watermark Ski Image
Clean up the formatting of your Excel workbook, taking into account professional appearance.

The Minimum Requirement (per the Grading Rubric)

A. Insert a new sheet into the workbook, name it Documentation, and move it to be the first sheet.
B. As always, properly document all contents of the workbook on this sheet including names and brief descriptions of each sheet.
C. Apply a business such as formatting to all of these cells.
D. Create a watermark footer containing an experts-only ski image by first searching the Internet for an appropriate free image and save it. Use something such as the following. Experts Only
E. Select Page Layout and then open the Page Setup window. Page Layout
F. Select Custom Footer and then use the icon on the right side to insert the image saved above into the Center section of the Footer.
G. Once the &[Picture] is displayed in the Center section, the Format Picture icon on the far right will be available. Click it.
H. In the Format Picture pop-up window, select the Picture tab
I. Under the Image control section, select the drop-down option by Color and select Washout, and then click OK to accept it.
J. Click Print Preview on the Page Setup window to view the results! Print Preview

Transcript
A. IMPORTANT: Remember to save this file as a Macro-enabled workbook.
Step 6: Summarize and Write Memo
Return to the worksheet named Gonzales. The analysis on this worksheet needs to be summarized in a short memo. Here are some details and ideas about the memo to be written.
A. The memo should be written to Jesse Gonzales. Your name should also be in the From portion of the memo.
B. Include a summary of the analysis completed.
C. Possible thoughts to include: target sales for new fiscal period, sales for new developments, sharing expertise with others in sales, and a thank you for good work.
D. The memo needs to be written professionally and placed on the last sheet in the workbook. Name the last worksheet Memo.
Finish and Submit
Save your Excel file as a Macro-enabled workbook!! Your Excel file should contain four worksheets.
• Documentation
• Gonzales
• X Games Calc
• Memo
Submit one Macro-enabled Excel file. When submitting the file, provide a comment in the comments area explaining what you learned from completing this lab activity. File naming convention: If your name is Jane Doe, then your file should be named very similar to Doe_J_Week7Lab.xlsm.

Relevant Material
Screenshots
Lab 7: Gonzales
Lab 7: Gonzales

Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Payment Details
Lab Price = $11
Please feel free to send us your queries at: [email protected]

Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply