Bobchinski
New Member
- Joined
- Sep 27, 2013
- Messages
- 3
Hi everyone,
Let me start by saying thanks for having a look. I need to know:
a) If what I am trying to do is possible using excel functions?
b) If my train of thought for how to go about trying to achieve what I want to achieve is right?
c) If it would be easier to do in VB?
I am currently running Office 2010 on Win7.
I have two arrays of data, firstly, items, the priority of those items and cost and secondly, a running balance of savings and spending.
What I am trying to achieve is have the list of money spent populate based on the current money saved value and the item's listed priority so that if I reorganise the priority/add new items, the budget listing will automatically update based on the changes. i.e. it will never populate with item of priority=2 before the priority=1 item is already budgeted for and if the priority=2 item gets bumped down the list by a new item then the budget plan will update accordingly.
The hardest part of what I am trying to achieve is having so that if the total cost of two or more items is less than the current saved amount, then the budget appropriately account for this.
I am currently trying to use a series of functions that I recently used in a drop down list that limited the use of each item to one, as such the columns needed to make that work are hidden (identified by {}).
[Priority] {Used Priority} {Lowest Priority in List} [Item Name] [Item Type] [Item Cost]
<item name=""><item type=""><item cost="">
[Month] [Money Currently Saved] [Items to buy in month] [Total spend] [End of month total (i.e. Money saved - money spent)]
<month><money currently="" saved=""><items to="" purchase="" that="" month=""><total cost="" of="" items=""><net money="" saved="" (i.e.="" current="" -="" spend)="">
Then I think I need to use an array function to identify the highest priority items and IF they are less than the current saved amount.
What I am really not sure how to do is to take that one step further and make this recursive so that it has a rolling subtotal until the total spend on items within a month is as close to the current saved amount as possible.
Thanks again for looking and any suggestions anyone has.</net></total></items></money></month></item></item></item></priority>
Let me start by saying thanks for having a look. I need to know:
a) If what I am trying to do is possible using excel functions?
b) If my train of thought for how to go about trying to achieve what I want to achieve is right?
c) If it would be easier to do in VB?
I am currently running Office 2010 on Win7.
I have two arrays of data, firstly, items, the priority of those items and cost and secondly, a running balance of savings and spending.
What I am trying to achieve is have the list of money spent populate based on the current money saved value and the item's listed priority so that if I reorganise the priority/add new items, the budget listing will automatically update based on the changes. i.e. it will never populate with item of priority=2 before the priority=1 item is already budgeted for and if the priority=2 item gets bumped down the list by a new item then the budget plan will update accordingly.
The hardest part of what I am trying to achieve is having so that if the total cost of two or more items is less than the current saved amount, then the budget appropriately account for this.
I am currently trying to use a series of functions that I recently used in a drop down list that limited the use of each item to one, as such the columns needed to make that work are hidden (identified by {}).
[Priority] {Used Priority} {Lowest Priority in List} [Item Name] [Item Type] [Item Cost]
<item name=""><item type=""><item cost="">
[Month] [Money Currently Saved] [Items to buy in month] [Total spend] [End of month total (i.e. Money saved - money spent)]
<month><money currently="" saved=""><items to="" purchase="" that="" month=""><total cost="" of="" items=""><net money="" saved="" (i.e.="" current="" -="" spend)="">
Then I think I need to use an array function to identify the highest priority items and IF they are less than the current saved amount.
What I am really not sure how to do is to take that one step further and make this recursive so that it has a rolling subtotal until the total spend on items within a month is as close to the current saved amount as possible.
Thanks again for looking and any suggestions anyone has.</net></total></items></money></month></item></item></item></priority>