Provide details on what you need help with along with a budget and time limit. Questions are posted anonymously and can be made 100% private.
Studypool matches you to the best tutor to help you with your question. Our tutors are highly qualified and vetted.
Your matched tutor provides personalized help according to your question details. Payment is made only after you have completed your 1-on-1 session and are satisfied with your session.
BUSI 201 Liberty University Challenge Yourself Greenhouse Database Task
User Generated
Liberty University
Description
Unformatted Attachment Preview
Explanation & Answer
Hello again! Please see attached zip file for the output of 3.3. Feel free to let me know if you have any c...
24/7 Study Help
Stuck on a study question? Our verified tutors can answer all questions, from basic math to advanced rocket science !
Similar Content
Related tags.
essay management informal numbers value privacy rights taks overland trucking Boston Crab Meat analytics educational case study digital
by Elizabeth Gilbert
The Picture of Dorian Gray
by Oscar Wilde
by Stephenie Meyer
Underground A Human History of the Worlds Beneath our Feet
by Will Hunt
The Knife of Never Letting Go
by Patrick Ness
by Malcolm Gladwell
A Farewell To Arms
by Ernest Hemingway
A Portrait of the Artist as a Young Man
by James Joyce
How to Win at the Sport of Business
by Mark Cuban
working on a study question?
Studypool is powered by Microtutoring TM
Copyright © 2024. Studypool Inc.
Studypool is not sponsored or endorsed by any college or university.
Ongoing Conversations
Access over 35 million study documents through the notebank
Get on-demand Q&A study help from verified tutors
Read 1000s of rich book guides covering popular titles
Sign up with Google
Sign up with Facebook
Already have an account? Login
Login with Google
Login with Facebook
Don't have an account? Sign Up
Challenge Yourself 3.3
A Skills Approach: Excel 2016 Chapter 3: Using Formulas and Functions
1 | Page Challenge Yourself 3.3 Last Updated 3/19/18
Challenge Yourself 3.3 In this project you will complete a vehicle shopping workbook to compare the purchase of several vehicles. After completing the project, you can make a copy of the file and use it to compare vehicle purchases you are considering for yourself. Be sure to save your work often!
Skills needed to complete this project: • Naming Ranges of Cells
• Calculating Averages
• Finding Data Using the VLOOKUP Function
• Working with Named Ranges
• Using the Function Arguments Dialog to Enter Functions
• Using the Logical Function IF
• Calculating Loan Payments Using the PMT Function
• Creating Formulas Referencing Data from Other Worksheets
• Displaying and Printing Formulas
• Finding Errors Using Trace Precedents and Trace Dependents
• Finding Minimum and Maximum Values
• Using Formula AutoComplete to Enter Functions
• Updating Named Ranges with the Name Manager
• Editing and Deleting Names with the Name Manager
• Checking Formulas for Errors
1. Open the start file EX2016-ChallengeYourself-3-3. The file will be renamed automatically to include your
name. Change the 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 you can modify it.
3. The registration fee information in cells B11:C17 on the Data sheet will be used in lookup formulas later in
this project. Name the range RegistrationFees to make it easier to use later.
4. Return to the Purchase worksheet.
5. Calculate the average MPG for each vehicle.
a. Enter a formula in cell C10 using the AVERAGE function to calculate the average value of C8:C9.
Use only one argument.
b. Copy the formula to the appropriate cells for the other vehicles.
c. Excel will detect a possible error with these formulas. Use the SmartTag to ignore the error. Hint: Use
the SmartTag while cells C10:F10 are selected and the error will be ignored for all the selected cells.
6. Calculate the registration fee for each vehicle.
a. Enter a formula in cell C13 to look up the registration fee for the first vehicle. Use the vehicle type in
cell C4 as the Lookup_value argument. Use the RegistrationFees named range as the Table_array
argument. The registration fees are located in column 2 of the data table. Require an exact match.
Download start file
2 | Page Challenge Yourself 3.3 Last Updated 3/19/18
7. Determine whether or not you will need a loan for each potential purchase.
a. In cell C15, enter a formula using an IF function to determine if you need a loan. Your available cash is
located on the Data sheet in cell A3. If the price of the car is less than or equal to your available cash,
display "no". If the price of the car is more than your available, cash, display "yes". Use absolute
references where appropriate—you will be copying this formula across the row.
8. Calculate how much you would need to borrow for each purchase.
a. In cell C16, enter a formula to calculate the price of the vehicle minus your available cash (from cell A3
in the Data worksheet). Use absolute references where appropriate—you will be copying this formula
across the row.
9. Calculate the monthly payment amount for each loan.
a. In cell C20, enter a formula using the PMT function to calculate the monthly loan payment for the
first vehicle.
• Hint: Divide the interest rate by 12 in the Rate argument to reflect monthly payments.
• Hint: Multiply the number of years by 12 in the Nper argument to reflect the number of monthly
payments during the life of the loan.
• Hint: Use a negative value for the loan amount in the Pv argument so the payment amount is expressed
as a positive number.
10. Compute the monthly cost of gas.
a. In cell C21, enter a formula to calculate the number of miles you expect to drive each month. Divide
the value of number of miles (cell A5 from the Data sheet) by the average MPG for the vehicle
multiplied by the price of a gallon of gas (cell A6 from the Data sheet).
c. If cells D21:F21 display an error or a value of 0, display formulas and check for errors.
d. If you still can't find the error, try displaying the precedent arrows.
e. Hint: The references to the cells on the Data sheet should use absolute references. If they do not, the
formula will update incorrectly when you copy it across the row.
11. Compute the monthly cost of maintenance.
a. In cell C22, enter a formula to calculate the monthly maintenance cost: Divide cell C12 by 12.
12. Compute the monthly cost of insurance.
a. In cell C23, enter a formula to calculate the monthly insurance cost: Divide cell C14 by12.
3 | Page Challenge Yourself 3.3 Last Updated 3/19/18
13. In cells C24:F24, compute the total the monthly cost for each vehicle.
14. Determine which vehicles are affordable.
a. In cell C26, enter a formula using the IF function to display "yes" if the total monthly cost (cell C24)
is less than or equal to the total monthly amount available for vehicle expenses (Data sheet, cell A4).
Display "no" if the total monthly cost is not less than or equal to the total monthly amount available.
c. Display formulas and use the error checking skills learned in this lesson to track down and fix
any errors.
15. Complete the Analysis section using formulas with statistical functions. Use named ranges instead of cell
references in the formulas. Calculate the average, highest, and lowest values for each of the following:
b. MPG City
c. MPG Highway
d. Average MPG
e. Maintenance/Year
f. Registration Fee
g. Insurance/Year
h. Amount to Borrow
k. Loan Payment
m. Maintenance/Month
n. Insurance/Month
o. Total Monthly
• Select cells B7:F24 and use Excel’s Create from Selection command to create named ranges for each
row using the labels at the left side of the range as the names.
• Open the Name Manager and review the names Excel created. Notice that any spaces or special
characters in the label names are converted to _ characters in the names.
• To avoid typos as you create each formula, try using Formula AutoComplete to select the correct
range name.
16. Before finishing the project, check the worksheet for errors.
17. Save and close the workbook.
18. Upload and save your project file.
19. Submit project for grading.
Upload & Save
Step 3 Grade my Project
- Applied Sciences
- Architecture and Design
- Business & Finance
- Computer Science
- Engineering
- Environmental science
- Human Resource Management
- Information Systems
- Mathematics
- Political Science
- Social Science
- Liberty University
- New Hampshire University
- Strayer University
- University Of Phoenix
- Walden University
- Homework Answers
- For educators
- English (US)
- English (India)
- English (UK)
- Greek Alphabet
This problem has been solved!
You'll get a detailed solution from a subject matter expert that helps you learn core concepts.
Question: Challenge Yourself 3.3In this project you work with a greenhouse database. Improve the functionality of this database by creating a variety of queries and exporting the query results to both an Excel spreadsheet and a tab-delimited text file.Skills needed to complete this project:Using the Simple Query Wizard (Skill 3.1)Creating a Query in Design View (Skill
Creating complex database queries and exporting data involves a series of steps in Microsoft Access....
Not the question you’re looking for?
Post any question and get expert help quickly.
IMAGES
VIDEO