Skip to main content

[Excel] Martin Lemieux Budget Analysis SOLVED

Martin Lemieux Budget Analysis

Martin Lemieux is interested in using Microsoft Excel to create a personal home budget for himself. He has provided you with his information for six months so you can help him get started with his budget spreadsheet. He would like to see how much he spends each month and how much he spends for six months for each expense category. He also wants to know how much money he will have left over if he takes a new job that generates more income.

Creating the spreadsheet


  1. Start Microsoft Excel, start a new Blank workbook and then type Martin’s Budget in cell A1.
  2. Save the spreadsheet as Tutorial-1_Last Name_Personal Budget.xlsx. (Replace “Last Name” with your last name.)
  3. In cell B2, type January, then use the fill handle to enter the months from February to June.
  4. Enter Total Expenses in cell H2.
  5. Starting in cell A3, enter the labels and values shown below, resizing column widths as needed.
  6. Select the range B4:B14, then use the fill handle to fill the remaining months with the same income and expenses (to column G). 7) As shown below, change the values in the yellow shaded cells. Please add the highlighting shown so that I can tell you made the correct changes.
  7. Set the width of column H to 60 pixels, then wrap the text in cell H2.
  8. Increase the height of row 1 to 24 points.
  9. Change the font size of cell A1 to 18 pt.
  10. In cell H4, use the SUM function to enter a formula that adds all the income for each of the six months.
  11. Use the fill handle to copy the SUM function to cells H5 through H14, and then delete the “0” in cell H5.
  12. In cell B15, use the SUM function to enter a formula that adds all the expenses for January (the range is B6:B14).
  13. Use the fill handle to copy the SUM function to cells C15 through H15.
  14. In cell G16, type Savings.
  15. In in cell H16, enter the formula to subtract the total expenses from the total income so you can determine how much money Martin has saved after six months.
  16. In cell A17, type Number of Expenses, widen the column, then in cell B17, use the COUNT function to count the number of expenses.
  17. Format the range A2:H17 with cell borders.
  18. Change the name of the current worksheet to January to June.
  19. Insert a new worksheet and call the worksheet July to December.
  20. Select the range A2:H17 in the January to June worksheet, copy it (Hint: Click the Copy button in the Clipboard group on the Home tab), then paste it in cell A1 in the July to December worksheet (Hint: Click the Paste button in the Clipboard group on the Home tab).
  21. Use AutoFit to adjust the column widths.
  22. In the July to December worksheet, change the income in cell B3 to 4500, then copy it to cells C3:G3. Verify that the new Savings in cell H15 is 9270.
  23. Return to the January to June worksheet, and then change the orientation to Landscape.
  24. Scale the worksheet so that all the data fits on one page.
  25. Show all the formulas in the worksheet.27) Preview the worksheet and compare it to the screenshot shown below. Take a screenshot of the file (showing the highlights and the formulas) and save it in the same place as your excel file.
  26. Save your worksheet and submit it and the screenshot to your instructor.

Download Solution Now

Buy now

CONTACT DETAILS

For any other questions or other tasks please feel free to contact me
via email: mhassnainjamil@gmail.com
via WhatsApp: +92-324-7042178
via skype: hassnainjamil1


Comments

Popular posts from this blog

The Zoo Management System - entity relationship diagram & MS Access Database

Zoo Management System - Project Details: You are the employee of a big, worldwide working Zoo Management Company. Your company is responsible for the Zoo management. Your boss thinks it would be a great idea to store all data for each Zoo in a brand new self-developed ZOO Management System. Up to now, the ZOO management company has maps of each ZOO available. Your boss knows that you took a course in introduction on an ERP system, so he asks you if you could help designing such a system. Each ZOO must have the same organizational structure, which should look like this: Each Zoo has a Zoo-Address. Each Zoo has many visitors (Visitor Ticket Process (VTP). Many Zoo-Attractions belong to a Zoo. Module 1: Entity Relationship Diagram Design a ER (entity-relationship) diagram for your ZOO Management System. Use the information provided below with the entities and its attributes. Put the entities in the correct relationship to each other (organizational structure). Module 2: DB Implem...

Human Physiology by Stuart Ira Fox [PDF] (12th edition) free download

Sudoku Game Project in Java with full source code including GUI task

Introduction The purpose of the project is to try in practice the use of recursion and object-oriented program design. Please make sure to read this entire note before starting your work. Pay close attention to the sections on deadlines, deliverables, and exam rules. The problem Your task in this part of the project is to write a solver for Sudoku puzzles. Sudoku puzzles are a kind of crossword puzzles with numbers where the following two conditions have to be met: In each row or column, the nine numbers have to be from the set [1,2,3,4,5,6,7,8,9] and they must all be different.  For each of the nine non-overlapping 3x3 blocks, the nine numbers have to be from the set [1,2,3,4,5,6,7,8,9] and they ust all be different. The following two figures show a Sudoku puzzle and its solution. The input The input of your program, the Sudoku puzzles, is given in text files. More specifically, they are represented as nine lines of nine characters separated by spaces. The characters can be of two...