Dear All,
Great forum here. I'm hoping for a solution for a problem I have here. I prefer a non VBA solution, but if that's not possible, maybe any guru's here can suggest a simple VBA. [I'm not good at VBA, sadly].
I am facing an issue in my three financial statement model over a period of 3 years. I created a best, expected and worst case scenario and a switch to control the input variables. The financial statements are driven by 10-12 variables ranging from product sold, direct variable costs, indirect expenses % and other assumptions. The base figures used in the financial statement model is driven via a CHOOSE function, which will select the assumption to used based on the scenario selected.
However, the problem is how to link the values into the Executive Summary sheet. For instance, the Sales will change based on the drop down button, if I select change from Best to Worst Case. What I want is to simply copy paste the Best Case into the Executive Summary dynamically. But this figure will change upon changing the drop down button.
If VBA is necessary, is it possible for the Executive Summary to be fully automated when certain input variables change in the best/expected/worst case scenario.
E.g. If best case, units sold is 100, but user changes it to 120, can the Executive Summary automatically refresh to update the new best case scenarios.
I included a simplified example of my model below.
Great forum here. I'm hoping for a solution for a problem I have here. I prefer a non VBA solution, but if that's not possible, maybe any guru's here can suggest a simple VBA. [I'm not good at VBA, sadly].
I am facing an issue in my three financial statement model over a period of 3 years. I created a best, expected and worst case scenario and a switch to control the input variables. The financial statements are driven by 10-12 variables ranging from product sold, direct variable costs, indirect expenses % and other assumptions. The base figures used in the financial statement model is driven via a CHOOSE function, which will select the assumption to used based on the scenario selected.
However, the problem is how to link the values into the Executive Summary sheet. For instance, the Sales will change based on the drop down button, if I select change from Best to Worst Case. What I want is to simply copy paste the Best Case into the Executive Summary dynamically. But this figure will change upon changing the drop down button.
If VBA is necessary, is it possible for the Executive Summary to be fully automated when certain input variables change in the best/expected/worst case scenario.
E.g. If best case, units sold is 100, but user changes it to 120, can the Executive Summary automatically refresh to update the new best case scenarios.
I included a simplified example of my model below.