Posts Tagged ‘Productivity’
Excel – Make your model visually obvious
Very interesting addition you can add to your excel models to emphasize a particular variable.

To quote the creator, S Anand, “Creating a slider-based model is quite useful. You can download a US Treasury yields example to see how this is done. As you move the slider, the yield curve moves over time, showing how it has fluctuated. The trick is to:
- build the entire model based on a single cell. Cell H1 in this example acts as the index to the dates.
- create a slider. Go to View – Toolbars – Control Toolbox and add a slider.
- and link the slider to the cell. Right-click on the cell in design mode, select View Code, and type Range(“H1″).Value = ScrollBar1.Value in the Scrollbar change event.