How to Create Dynamic Excel Dashboards Using Picklists?
Last Updated : 11 Nov, 2022
Dashboards are a report technique that visually presents critical metrics or a data summary to allow for quick and effective business decisions. Excel is capable of handling complex statistical calculations, many of which are built-in as Functions and can be easily displayed on a dashboard. Excel dashboards allow for quick overviews of data reports rather than sifting through large amounts of data. Overviews aid in making quick and urgent decisions by allowing users to skim through a large amount of information at once and in a short period of time. The user can select a report from a variety of reports contained within the model and then determine where on the page to place it using the dynamic dashboard.
Creating Dynamic Excel Dashboards using Picklists
The following are the steps for building dynamic Excel Dashboards with Picklists:
Step 1: Create a Data Set.
Step 2: Create a Pick List:
- To create a Pick List, first place your cursor in any cell, such as cell G1, and then click the Data Validation button on the Data Ribbon.
- The Data Validation dialog box will appear, In the Settings tab, select the List option in the Validation Criteria area.
- A Source field will be displayed. Select the spreadsheet range containing your pick list value in this field and click on OK.
- If you click on Cell G1, you will now notice a dropdown arrow; if you click on it, you will see your data validation picklist of values.
Step 3: Create a chart.
- First, highlight the horizontal axis categories (years and Profit series):
- Then, on the Insert Ribbon, click the Column button and choose the 2-D Clustered Column chart.
- Now, this is how your chart should look.
Step 4: Change the Vertical Axis.
- Select Format Axis when you right-click on the Vertical Axis:
- The following dialog box will appear: Format Axis.
Step 4: Create a Named Range for the Chart.
- Navigate to the Formulas Ribbon and select the Name Manager option:
- The dialog box below will appear, then click on the New option.
- In the name option, enter ChartColumnSeries as the file name and input the following formula in the Refers to option:
=OFFSET(Sheet1!$A$3,0,MATCH(Sheet1!$G$1,Sheet1!$B$2:$D$2,0),9,1)
Note: The offset formula is described as follows:
=Offset(beginning point, shift starting point down how many rows, move the starting point how many rows right by matching the value in cell G1 to the range of B2:D2, how many rows in the range, how many columns in the range )
Step 5: Update chart series with Dynamic Named Range.
- Right-click on the chart and click on the Select Data dialog box:
- Then select the Profit legend series and click on the Edit option:
- Then, in the Series Values field, enter the name of the named range you defined in the earlier step.
Similar Reads
How to Create a Dashboard in Excel Creating a dashboard in Excel transforms raw data into actionable insights, making it easier to track performance and make informed decisions. The dashboard helps users to understand and analyze the complex data in an easy way. Hence, nowadays most of the business professionals and analysts want to
6 min read
How to Create a Dynamic Chart with Drop down List in Excel? The Dynamic Charts are the chart that gets updated itself when the range of underline data changes. In these types, of charts the dynamic range is used as the source data of the chart. So, as the data changes the dynamic range gets updated instantly which further updates the chart according to the n
4 min read
How to Create Dynamic Chart Titles In Excel? Excel is a tool that is generally used by accounting professionals for financial data analysis but can be used for different purposes. It can be used for data visualization, data analysis, and data management, which uses spreadsheets for managing, storing, and visualizing large volumes of data. Cell
2 min read
How to Make a Dynamic Dependent Drop-Down List in Excel Dynamic Drop Down List in Excel 365: Quick StepsPrepare Your DataConvert the List into an Excel TableCreate the Drop-Down List Using Data ValidationTest the Dynamic Drop-Down ListCreating dynamic dependent drop-down lists in Excel is a powerful way to improve data entry accuracy and user experience,
5 min read
How to Create a Dependent Drop Down List in Excel Dependent Down Lists allow you to validate the data and make the data entry and data filtering very smooth and time-saving. Dependent Down Lists increase the chances of fewer errors in one's worksheet. The prerequisites for learning Dependent Drop Down List are Create from Selection and Drop Down Li
9 min read