Hi All,
Greetings from Canada!
CONTEXT:
I've spent the last 4 months building phase 1 of 3 of an enormous, highly sophisticated tool for my new long term employer and hopefully future business partner, an investment advisor and financial planner. The program is designed to take all of someone's financial info and output all kinds of customizable retirement plans, investment strategies, portfolio construction guidelines, and mainly their hypothetical portfolio compared against the last hundred years of market data represented by scenarios showing how the plan would have worked had it started in every year during the last 100 (to help give some probability of success).
PROBLEM:
Every quarter the vast sets of fund and market data present in the form used to generate these scenarios requires updating, however once manually input, the charts don't include it in their projections.
I need the graphs to automatically recognize the addition of new cells (under the old) and adjust the data range lookup to include them.
WHAT I'VE TREID:
I've found a couple savvy ways to look up the last cell in a range and tried embedding that in the graph lookup section, however that section doesn't seem designed for embedded code. At least not the way I tried it.
I've also tried expanding the graph's lookup area to include a bunch of empty cells under the existing data but that just leaves giant empty space on the graphs, and not a solution.
HOW TO TEST:
The easiest way is to make a simple chart populated by two columns of data (say dates and values), and then make it so when you add new cells undernearth, the chart would pick them up automatically.
Really looking forward to some brainy help!
Greetings from Canada!
CONTEXT:
I've spent the last 4 months building phase 1 of 3 of an enormous, highly sophisticated tool for my new long term employer and hopefully future business partner, an investment advisor and financial planner. The program is designed to take all of someone's financial info and output all kinds of customizable retirement plans, investment strategies, portfolio construction guidelines, and mainly their hypothetical portfolio compared against the last hundred years of market data represented by scenarios showing how the plan would have worked had it started in every year during the last 100 (to help give some probability of success).
PROBLEM:
Every quarter the vast sets of fund and market data present in the form used to generate these scenarios requires updating, however once manually input, the charts don't include it in their projections.
I need the graphs to automatically recognize the addition of new cells (under the old) and adjust the data range lookup to include them.
WHAT I'VE TREID:
I've found a couple savvy ways to look up the last cell in a range and tried embedding that in the graph lookup section, however that section doesn't seem designed for embedded code. At least not the way I tried it.
I've also tried expanding the graph's lookup area to include a bunch of empty cells under the existing data but that just leaves giant empty space on the graphs, and not a solution.
HOW TO TEST:
The easiest way is to make a simple chart populated by two columns of data (say dates and values), and then make it so when you add new cells undernearth, the chart would pick them up automatically.
Really looking forward to some brainy help!