Originally posted by Nightfly
View Post
Logging in...
Keeping track of spending categories?
Collapse
X
-
-
-
Originally posted by EarlyRetirementJoy View PostBoy, I wish I could help you with that - I really, truly enjoy building worksheets.is it bad to confess that? haha
Really, you just need to find what works for you. I've got my gucci excel spreadsheet that works great for me, but many (most) others find some automatic program that does well for them. Find your 'thing' and stick to it.
Comment
-
-
I would like to see some of these excel trackers that you all use. I am willing to share a sterile copy of the one I developed.
As you can see I use excel, actually, I used it for about 45 days and learned what I needed to learn. The only hard part is getting my DW to keep track and report what she spends... It became a chore and frankly I learned what I needed to learn in the first 45 days.
That said, if anyone wants to see what I put together I will figure out where I can put it so others can see... Maybe this google documents?
Ray
Comment
-
-
I agree with Nika that Excel is the best way to go. You can make it whatever you want. There are a gazillion budgets in Excel in the internet right now and you can pick one that works for you. Plus you can get Excel for free through Open Office in case you don't already have it.
I download information from my bank straight into Excel so there is no data entry. All i do is organize into the categories I want to track and that's it. You can look in more detail at an example of how I set it up my personal budgeting.
Of course IMHO the best way to stick with a budget is to make it simple so you cannot go wrong with just a paper notebook where you keep track of income vs spending.
I also recommend to keep the categories to a minimum. You can have a 1,000 categories if you really want to track it all but then it becomes too complicated and for budgeting to work it needs to be quick and easy so you can do it weekly.
Comment
-
-
This is getting irritating...
I cannot find anything in any guides or online telling me how to keep running totals of spending categories. I'm having to do everything by hand, completely defeating the purpose of spreadsheets.
So, at any given time, I don't know how much we have left in certain categories. Sweet... Ugh! Missing that iPhone. Definitely getting an iPod Touch when we can.
Comment
-
-
Originally posted by Frügal View PostThis is getting irritating...
I cannot find anything in any guides or online telling me how to keep running totals of spending categories. I'm having to do everything by hand, completely defeating the purpose of spreadsheets.
So, at any given time, I don't know how much we have left in certain categories. Sweet... Ugh! Missing that iPhone. Definitely getting an iPod Touch when we can.
The ledger is nothing more than a running list. In the Totals worksheet, every cell has an IF statement. If the "Category" of the line item in the ledger is equal to the category at the top of the column, it adds the dollar amount to the column and then sums everything up.
Comment
-
-
Originally posted by humandraydel View PostSpreadsheets can be very powerful, but you have to use the built in functions. Here is a VERY simple (and therefore not very good or robust) example. There are 2 tabs to this worksheet (at the bottom) - one called "Ledger" and one called "Totals". You add things to the ledger worksheet and everything gets added up in the "Totals" worksheet.
The ledger is nothing more than a running list. In the Totals worksheet, every cell has an IF statement. If the "Category" of the line item in the ledger is equal to the category at the top of the column, it adds the dollar amount to the column and then sums everything up.
Here is a link to mine (changed values and descriptions to retain some anonymity): https://docs.google.com/spreadsheet/...3ZBOXBYdDVTcWc
Comment
-
-
Originally posted by Frügal View PostSweet. How do I do that?
Here is a link to mine (changed values and descriptions to retain some anonymity): https://docs.google.com/spreadsheet/...3ZBOXBYdDVTcWc
So what that'll do is if any cell in the "D" column (Category) is "Gas", then it'll add the corresponding value in your "E" column (Amount). With that one formula, it'll automatically add up everything you spend on "Gas". You'll need to set up a SUMIF equation for each category you are going to use (Rent, Clothing, Groceries, etc.), so try to pick a few general categories that you know you'll use often. You may also consider grouping your categories, so instead of using individual categories for phone, cable, internet, water, and electricity, you might want to group all of them simply to be "Utilities". That'll make you spreadsheets simpler to use.
(hopefully all that makes sense...)Last edited by kork13; 03-10-2012, 04:43 PM. Reason: NOTE: no space between "D: D" in the formula. The system thinks I'm trying to do a :D emoticon... hahaha
Comment
-
-
Originally posted by kork13 View PostYou probably want to use "SUMIF" equations, which are really useful with expense tracking. Here's the basic format for using them... In the cell you want to use as your "category total", type: =SUMIF(D: D,Gas,E:E)
So what that'll do is if any cell in the "D" column (Category) is "Gas", then it'll add the corresponding value in your "E" column (Amount). With that one formula, it'll automatically add up everything you spend on "Gas". You'll need to set up a SUMIF equation for each category you are going to use (Rent, Clothing, Groceries, etc.), so try to pick a few general categories that you know you'll use often. You may also consider grouping your categories, so instead of using individual categories for phone, cable, internet, water, and electricity, you might want to group all of them simply to be "Utilities". That'll make you spreadsheets simpler to use.
(hopefully all that makes sense...)
So, for Phones, I would use "=SUMIF(D: D,Phone,E:E)"? Or do I need to change more?
Also, I have generalized categories before, but I think for monitoring purposes, I do better seeing exactly where my money is going. Also helps me remember when to pay.
Thanks much! I will give this a shot once the daughter is not being needy. Ha
edit: Did not work. "#NAME?" is displayed...Last edited by Frügal; 03-10-2012, 05:35 PM.
Comment
-
-
Originally posted by Frügal View PostThat makes sense, indeed!
So, for Phones, I would use "=SUMIF(D: D,Phone,E:E)"? Or do I need to change more?
Also, I have generalized categories before, but I think for monitoring purposes, I do better seeing exactly where my money is going. Also helps me remember when to pay.
Thanks much! I will give this a shot once the daughter is not being needy. Ha
edit: Did not work. "#NAME?" is displayed...
Comment
-
-
Originally posted by Frügal View Post
It didn't work the first time because I didn't realize you were doing the totals on a separate tab... so my bad there.
If that doesn't work, I suspect it has to do with your formatting -- I copied your spreadsheet into excel, used the formula above, and by taking away the formatting, it worked fine. How are you typing the amounts into your spreadsheet? Do you just type the number, or are you typing the dollar sign and parentheses as well? It appears that the equation is not recognizing your 'Amount' entries as numbers, so it's trying to "add" them as text... obviously not gonna work.
(btw, this is unfortunately pretty typical with excel... you have to go through a few rounds of trial/error to make sure your equations are done correctly. Once you get it down, you're set....which is why I'm getting the format wrong myself -- I've not built these equations for years.)
Last edited by kork13; 03-10-2012, 07:49 PM.
Comment
-
-
Try either changing Gas to "Gas", or referencing another cell.
=SUMIF(D: D,"Gas",E:E)
{don't put a space in the D: D section. The only reason the space is there is because there's a smilie with it}
Otherwise my post would look like this!
=SUMIF(D,"Gas",E:E)
Will do the columns and add up anything with "Gas" in column D.
Check this one out:
Oh and I updated your running total balance column too. Worth looking at that too. Let the spreadsheet do the work for you
Comment
-
-
Originally posted by jpg7n16 View PostTry either changing Gas to "Gas", or referencing another cell.
=SUMIF(D: D,"Gas",E:E)
{don't put a space in the D: D section. The only reason the space is there is because there's a smilie with it}
Otherwise my post would look like this!
=SUMIF(D,"Gas",E:E)
Will do the columns and add up anything with "Gas" in column D.
Check this one out:
Oh and I updated your running total balance column too. Worth looking at that too. Let the spreadsheet do the work for you
Since switching to using only one tab, the formula is working.
Comment
-
Comment