Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Budget System

I'm attempting to create a Budget system in Excel. The first sheet,
named Budget, contains the budget with categories, amounts allowed in
each category, amount spent, and amount available. The second sheet
is a journal-type where I want to enter individual transactions (named
'Journal'). The Journal contains a drop down so each transaction can
be attributed to a Budget category.

What I want to do is link the two sheets together so that when a
transaction is added in 'Journal', the appropriate category in
'Budget' is updated appropriately.

One meager attempt had me making a huge list of IF statements that
would add each row if it had the appropriate category title.
Unfortunately this attempt was swayed by the fact that functions can
only be so long and limited me to to less than 30 transactions a
month.

Any ideas would be much appreciated!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Budget System

My first thought was to use the following in cell Column C (Amount Spent) on
you Budget sheet, where A2 thru A??? contains the Categories, and on the
Journal Sheet where B1 thru B??? contains the Budget Categories and C1 thru
C??? contains the amount.

=SUMPRODUCT((Journal!$B$1:$B$14=Budget!A2)*Journal !$C$1:$C$14) . Then Copy
down for all categories

But then if I was planning a budget it would include different months. So
why not put everything on one sheet.
Date Category Amount

Then Budgeted amounts in positive number and journal entries in negative.
Then use a pivot table to see monthly totals.


"Gabriel Powell" wrote in message
om...
I'm attempting to create a Budget system in Excel. The first sheet,
named Budget, contains the budget with categories, amounts allowed in
each category, amount spent, and amount available. The second sheet
is a journal-type where I want to enter individual transactions (named
'Journal'). The Journal contains a drop down so each transaction can
be attributed to a Budget category.

What I want to do is link the two sheets together so that when a
transaction is added in 'Journal', the appropriate category in
'Budget' is updated appropriately.

One meager attempt had me making a huge list of IF statements that
would add each row if it had the appropriate category title.
Unfortunately this attempt was swayed by the fact that functions can
only be so long and limited me to to less than 30 transactions a
month.

Any ideas would be much appreciated!!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert military date system to standard date system John Weaver Excel Discussion (Misc queries) 8 September 17th 09 06:12 PM
How do I open an Excel file on XP system, saved on a Vista system JLS7 Excel Discussion (Misc queries) 3 December 2nd 08 04:21 AM
Budget Set Up zoomzoom632 Excel Worksheet Functions 9 September 14th 08 12:11 AM
Divide Monthly Sales Budget to Day Budget Benedikt Fridbjornsson Excel Worksheet Functions 2 January 10th 06 03:42 PM
excel causing system to be in low system resource inenewbl Excel Discussion (Misc queries) 0 April 5th 05 04:11 PM


All times are GMT +1. The time now is 10:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"