Intermediate
New Member
- Joined
- Apr 27, 2012
- Messages
- 13
Hi I'm a first time user motivated to join by the Excel problem I have.
(Excel 2007/ Win 7)
I'm attempting to set up a speadsheet to manage my savings. Each month I designate some of my income (x) towards my savings. I have multiple savings pots eg. emergency fund, kid's education fund, retirement fund. Each pot is prioritised as either Urgent (u), Short-Term (s), Mid-Term (m), or long-term (l).
Each fund has a target amount, opening balance and shortfall. I would like to automatically allocate the incoming amount (x) between the funds so that all of (x) is allocated pro-rata between all of the urgent funds first, and then if any of (x) remains allocate it in turn to any (s) funds pro-rata, then (m) funds pro-rata, then (l) funds pro-rata.
The pro-rata is fairly easy to allocate via fractions of the whole except that funds approaching their target (eg fund 2 below) often require less than their possible pro-rata allocation and the amount needs to be capped. The capping using =Min([shortfall], [pro-rata allocation]) causes some of the allocation that was initially for fund 2 to become spare again but it is now no longer allocated anywhere.
Also - I'm not sure how to allocate in sequence U first, then S, M, L
The spreadsheet I have goes like this - any help welcome - THANK YOU SO MUCH:
A | B | C | D | ETC
1) MONTH: | JAN | FEB | MAR | etc
2) INCOME (X) | £100 | £120 | £90 | etc
3)
4) FUND 1
5) PRIORITY: | U | U | U | etc
6) TARGET: | £7000 | £7000 | £7000 | etc
7) OPENING BAL: |£2000 | | |etc
8) SHORTFALL: | £5000| | |etc
9) AUTO ALLOCATION: | Y1 | | |etc
10)
11) FUND 2
12) PRIORITY: | U | U | U | etc
13) TARGET: | £4000 | £4000 | £4000 | etc
14) OPENING BAL: |£3900 | | |etc
15) SHORTFALL: | £10| | |etc
16) AUTO ALLOCATION: | Y2 | | |etc
17)
18) FUND 3
19) PRIORITY: | L | L | L | etc
20) TARGET: | £500000 | £500000 | £500000 | etc
21) OPENING BAL: |£0 | | |etc
22) SHORTFALL: | £500000| | |etc
23) AUTO ALLOCATION: | Y3 | | |etc
24)
25) FUND 4 etc
(Excel 2007/ Win 7)
I'm attempting to set up a speadsheet to manage my savings. Each month I designate some of my income (x) towards my savings. I have multiple savings pots eg. emergency fund, kid's education fund, retirement fund. Each pot is prioritised as either Urgent (u), Short-Term (s), Mid-Term (m), or long-term (l).
Each fund has a target amount, opening balance and shortfall. I would like to automatically allocate the incoming amount (x) between the funds so that all of (x) is allocated pro-rata between all of the urgent funds first, and then if any of (x) remains allocate it in turn to any (s) funds pro-rata, then (m) funds pro-rata, then (l) funds pro-rata.
The pro-rata is fairly easy to allocate via fractions of the whole except that funds approaching their target (eg fund 2 below) often require less than their possible pro-rata allocation and the amount needs to be capped. The capping using =Min([shortfall], [pro-rata allocation]) causes some of the allocation that was initially for fund 2 to become spare again but it is now no longer allocated anywhere.
Also - I'm not sure how to allocate in sequence U first, then S, M, L
The spreadsheet I have goes like this - any help welcome - THANK YOU SO MUCH:
A | B | C | D | ETC
1) MONTH: | JAN | FEB | MAR | etc
2) INCOME (X) | £100 | £120 | £90 | etc
3)
4) FUND 1
5) PRIORITY: | U | U | U | etc
6) TARGET: | £7000 | £7000 | £7000 | etc
7) OPENING BAL: |£2000 | | |etc
8) SHORTFALL: | £5000| | |etc
9) AUTO ALLOCATION: | Y1 | | |etc
10)
11) FUND 2
12) PRIORITY: | U | U | U | etc
13) TARGET: | £4000 | £4000 | £4000 | etc
14) OPENING BAL: |£3900 | | |etc
15) SHORTFALL: | £10| | |etc
16) AUTO ALLOCATION: | Y2 | | |etc
17)
18) FUND 3
19) PRIORITY: | L | L | L | etc
20) TARGET: | £500000 | £500000 | £500000 | etc
21) OPENING BAL: |£0 | | |etc
22) SHORTFALL: | £500000| | |etc
23) AUTO ALLOCATION: | Y3 | | |etc
24)
25) FUND 4 etc