i want someone to show how to make a budget includes house finance 401k retirement stocks mom dad daughter?
i want to haver access to ALL may accounts but have it budgetedby week
Public Comments
- If you have a spreadsheet application like Microsoft Excel, then you can place all the items of the buget into the columns or rows of the spreadsheet. How you have them organised is up to you. If you want a sub total, for some items, but not others, etc, you could make a cell. A cell is the name of the component where you type stuff in. In this cell, you would want to write something like '=sum(B3:B4)' if you had some buget items in cells B3, and B4. Example: ---------------------------------------------- | - | A | B | | 1 | Mum | | | 2 | Income | | | 3 | Employment | $10.00 | | 4 | Investments | $20.00 | | 5 | Sub-Total | =SUM(B3:B4) | '=SUM(B3:B4)' would be viewed as $30.00 If you want to make a total, it is the same as making a sub-total, except you would want to use more cells for the sum. For more help on the 'sum' function, check the help included with Microsoft Excel under the topic 'sum' or 'function' or both :)
Powered by Yahoo! Answers