Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

budget formula in excel?

I m trying to make a budget sheet for my trip that can do a running balance and a budget. So far Ive only been able to do one or the other, but not both. I m trying to figure out if I can do both and if so how. an example would be setting $50 for something, but spending $65 on it would make it -15 as part of the running budget. The problem I am having is I would need to start off by putting $50 in that spending line to zero that out until I spend the $65. however by putting the 50 in there already means I can t do a running balance. (50 plus 40 plus 10, ect.) I would like to know how much I m spending and how well I m doing with my budget

4 Answers

Relevance
  • 3 years ago
    Favorite Answer

    If I understand your problem. you just need 4 columns. Columns 1 is the line item name (i.e., food). Column two is projected budget amount (how much you want to spend on that item for the current month). Column 3 is amount spent to date. Column four is amount spent versus budget (which is just column 2 minus column 3). At the bottom of each column is your monthly total (which is just the sum of the columns). The problem is that you have to update Column 3 manually. (i.e., if you spent $50 on food in week 1 and then $50 again in week two, after you spend teh second $50, you have to go back and enter $100 manually in food - column 3).

    If you want to get fancy, you start a second worksheet for your spend. Column 1 is the item name (careful - this has to match the item name in column 1 in worksheet 1 exactly) and column 2 is the amount spent. Each time you spend something, you enter it at the bottom of worksheet two (item name and the amount spent on that item - you can get fancy by adding columns for when you made the purchase and where). If you do this, then instead of manually over-riding the amount spent to date in worksheet one, you use the sumif function to do the addition on a running basis. The function is =SUMIF(B2:B5, "John", C2:C5) where the first variable (B2:B5) is the range you are using for the lookup (in this case the item), the second variable (John) is the lookup variable (i.e., food or beer) and the third variable (C2:C5) is the amount spent. The easiest way to do this is name your worksheets (you can, of course, just use the default worksheet name) or just use one worksheet with your budget in the first four columns and the running spend in columns starting a few to the right. If you use separate worksheets, just include the worksheet name in the variable - =sumif(worksheet1!B2:B5, "=Food", worksheet2!C2:C5)

    You can get as fancy as you want (i.e., a grand total worksheet, a worksheet for each month, etc.). I highly suggest just playing around with he sumif() function for some simple examples of what the function can do. Here's a link to an article that talks about different ways to use sumif - http://www.contextures.com/xlFunctions01.html#vide...

  • Anonymous
    3 years ago

    Yes

  • keith
    Lv 7
    3 years ago

    Why can't you spell "etc."?

  • Anonymous
    3 years ago

    D

Still have questions? Get your answers by asking now.