Scrollbars Dashboard
Scrollbars Dashboard
If you have more data to display on the dashboard that does not fit into a single screen, you can opt for
using Excel controls that come as a part of Excel Visual Basic. The most commonly used controls are
scrollbars, radio buttons, and checkboxes. By incorporating these in the dashboard, you can make it
interactive and allow the user to view the different facets of the data by possible selections.
The Excel interactive controls will be available in the DEVELOPER tab on the Ribbon.
If you do not find the DEVELOPER tab on the Ribbon, do the following −
You can also have a dynamic Target Line in a Bar chart with scroll bar. As you move the scroll bar up and
down, the Target Line moves up and down and those bars that are crossing the Target Line will get
highlighted.
Creating a Scrollbar
To create a scrollbar for a table, first copy the headers of the columns to an empty area.
4. Take the cursor to the column I and pull down to insert a vertical scroll bar.
5. Adjust the height and width of the scroll bar and align it to the table.
6. Right click on the scroll bar.
7. Click on Format Control in the dropdown list. Format Control dialog box appears.
10. Click the OK button. The scroll bar is ready to use. You have chosen the cell O2 as the cell link for
the scroll bar, which takes values 0 – 36, when you move the scroll bar up and down. Next, you
have to create copy of the data in the table with a reference based on the value in the cell O2.
11. In the cell K3, type the following − = OFFSET(Summary[@[S. No.]],$O$2,0).
12. Hit the Enter button. Fill in the cells in the column copying the formula.
13. Fill in the cells in the other columns copying the formula.