Help me become a spreadsheet power user
November 19, 2011 2:54 PM Subscribe
How do I become a spreadsheet power user? And do I have to get Excel to do it? (Or can I stick with LibreOffice/Google Docs?)
I'd like to use spreadsheets to create personal budgets, reading lists, sleeping logs, and the like. Especially when it comes to the budget, I feel there must be stuff I'm missing out on, both presentation-wise and math-wise. How can I learn more?
posted by Busoni to computers & internet (10 answers total) 20 users marked this as a favorite
For example, for budget purposes, the first step would be the simplest, start adding and subtracting values. You have a current balance, you enter a transaction and then it automatically calculates your new balance. The second transaction takes the result of the previous operation and adds or subtracts (really, you're just adding a negative) the amount of the second. In this way, you never actually do the math and if you ever go back and change an old value, the change cascades.
Next, you're going to want to assign each transaction a date. And if you ever have something out or order, well, that's OK, Excel can sort for you, but that's not really the point because then you're just "list making" again. Create a new sheet in your workbook (those are the Excel terms, I'm not sure if LibreOffice calls them the same thing or not, but I'm sure the functionality exists). Now you're going to learn how to reference other cells to calculate income and expenses over any given date range. To make it look pretty, type in "From" in A1 and "Through" B1, let A2 and B2 be the dates themselves, in A4 type in "Income" and in B4 "Expenses". You know how to add a range of cells, but spend some time googling and see if you can figure out how to selectively add one cell's value if certain conditions are met. In this case, for the Income cell, A5, you'll want to add the transaction value if it's a positive amount and the value in the cell beside it (the date) is less than or equal to B2 and greater than or equal A2 (in other words, on or between the dates that you can change whenever you need to in the income/expense sheet). You'll do the same for the Expense cell, B5 except you'll want a negative amount as one of the conditions to include the transaction.
You can get more complicated with categories and subcategories. Pivot tables will also come in handy quickly. As for presentation, Excel is kind of boring, I prefer R, but the learning curve is much more steep. But whatever data you want to tease out of Excel, you can graph. I'm a huge fan of conditionally formatting expenses, such as a 20% increase. For example, if the electric bill deviates from the average of the last 3 payments by more than 20%, highlight it in bold, maybe that's something to look into. Earn some more money this week by working overtime? Smiley face, that's a reminder to buy yourself something nice, be happy. Maybe you want the overall balance number to shift from red to green as you move away from $0 and closer to your savings goal?
That's just budget, but this should give you some ideas.
posted by Brian Puccio at 3:21 PM on November 19, 2011 [1 favorite]