Create a workbook that contains worksheets, tables and charts that can help an individual manage a personal budget. Unlike the exercises in the text, you must build this project individually, from scratch, and it should include at least the following features:
The workbook must include worksheets for:
Note that you will likely need to use the SUMIF()
function to compute the amount spent so far for each budget category
based on the listed expense entries (see the text for more
information on how to use this function). Note also that it would be
wise to use a named range to refer to the expense types and amounts
on the Expense worksheet from the summary table on the Budget
worksheet.
Build your budget and expense worksheets as tables so they can be sorted and filtered at will using Excel’s table functions.
Include totals for the budget, amount spent and amount remaining.
The amount spent on each category in the Budget table must automatically update when new purchases are added to the Expenses table.
Include an appropriate header for each table, including your name(s).
The workbook must include distinct and visible warnings for cases in which:
The workbook must include charts that help the user visualize the following:
Fill your workbook with reasonable, but not personal data with sufficient quantity to demonstrate your system. Beyond these requirements, you are free to design and implement the budget system as you wish.
You must do the projects on your own, that is, without a partner.