Open In App

Excel Dynamic Chart Linked with a Drop-down List

Last Updated: 27 Dec, 2021
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Share
Report
News Follow

Dynamic Chart using drop-down list is very helpful when we deal with tons of grouped data and perform comparative analysis. For example, an E-commerce site sells different types of products. They can create a drop-down list for every product and in the chart, they can see the sales details in the last ten years. 

In this article, we are going to see how to create a dynamic chart with a drop-down list using a suitable example shown below.

Example: Consider the table below which shows the details of the ratings provided by our mentors to different students in the courses they have enrolled in. The rating is on a scale of 0-5 based on their performance. The goal is to create a single drop-down list for the courses and associate a chart with it. 

Implementation :

Follow the below steps to implement a dynamic chart linked with a drop-down menu in Excel:

Step 1: Insert the data set into an Excel sheet in the cells as shown above.

Step 2: Now select any cell where you want to create the drop-down list for the courses.

Step 3: Now click on the Data tab from the top of the Excel window and then click on Data Validation.

Step 4: In the Data Validation dialog box :

  • In Allow: Select List.
  • In Source: Select the cell range for the columns. You can enter manually or select the cell range by clicking the cell followed by dragging the AutoFill Options as shown below.

Step 5: The drop-down list is ready and now you can format it by changing the color, font size. This drop-down list will do nothing as we have not yet associated it with any Formulas. It will just show the list of courses available in the list.

Step 6: It is the most important step. Now we have to associate this drop-down list with the data of the original table using the Formulas. In our case, we have used the INDEX function and MATCH function for creating the Formula.

The syntax for the INDEX function is :

= INDEX(array,row_num,[col_num],[area_num])

array : range of cells

The syntax for the MATCH function is :

= MATCH(lookup_value, lookup_array, [match_type])

[match_type] : It denotes whether we need an exact match or appropriate match. The values can be 1,0,-1.

In our case, the [match_type] is “0” since we need an exact match with the original data set.

Step 7: Now copy and paste all the names in a random cell in Excel where we will create the formula.

8. Now copy the cell location of the drop-down where you have copied the names of the cell. It would be the column name for the dynamic set.

= Cell_Location

In our case the Cell_Location is B9

Click Enter. It will show whatever is being shown in the cell where the drop-down list is created.

Step 9: Now write the Formula as shown below to create a dynamic data set.

In the Formula, we have used two MATCH functions. One is for matching the set of Rows for names and the second one is for matching the set of Columns.

Step 10: Click Enter. The first data will be inserted in the column. Now drag the AutoFill Options and all the data will be copied from the original table. Now, successfully we have created a dynamic list data set.

The drop-down list is now active. Currently, it is showing the ratings of students for the course “Python”. Now, if you select “DSA” from the drop-down the data will be automatically updated. 

Step 11: Select the data set created in step 9 and go to Insert followed by Chart Groups and insert a suitable chart.

Step 12: The Dynamic Chart is now ready to use. You can change the courses using the drop-down list and the chart will be automatically updated as shown below. You can format the chart and add suitable titles, axes title, data labels, etc.

Dynamic Chart with drop-down list



News
Improve
Discuss
Do you want to advertise with us?Click here to know more

How to Create a Dynamic Chart with Drop down List in Excel?

article_img
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 new data range. These charts are very useful when we have a very large dataset and we need to perform a comparative analysis of that dataset. For example, in analyzing the revenue generated by different products of the company over a year. In this tutorial, we will look into a Dynamic chart with a drop-down list which will get updated itself, when we change the data of the drop-down list. Making Dynamic Chart with Dropdown List Now we are going to create a dynamic chart with a drop-down list for the revenue generated by different apps over a period of six months. (assume revenue in Cr.) Step 1: Create Dataset In this step, we will be inserting random revenue generated by various apps of google into our excel sheet. Below is the screenshot of the random data that we will use for the dynamic chart. Step 2: Insert a drop-down list In this step, we will insert a drop-down list. For this go t
Read More

Compare Data in an Excel Chart using Drop Down Lists

article_img
An Excel chart is a graphical representation of a set of data that can be used for analyzing the data easily. A drop-down list allows the user to choose a specific item or element from a list. Here, we will compare and analyze data using an Excel chart with the help of a drop-down list. We will use mobile phones and compare them with the help of a drop-down list and represent the comparison data in Excel charts. Read below to learn more about comparing data in an Excel Chart. Compare Data in an Excel Chart using Drop Down ListsHow to Compare Data in an Excel Chart Using Drop-Down ListsStep 1: Create a Database in ExcelIn this step, we will create a database for our mobile phones. For this, we will be using the following data which we will be using to compare with the help of a dropdown list. Create a Database in ExcelStep 2: Create Table Schema for Comparison in the same SheetCreate a table schema that will be used to change the mobile devices with the help of a drop-down menu and return allreturnAll the comparison data output. For this Select 2 Columns from the Database and then Paste Them into Some Other Columns. Create Table Schema for Comparison in the same SheetStep 3: Go to t
Read More

How to Make a Dynamic Dependent Drop-Down List in Excel

article_img
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 ListAre you tired of constantly updating your Excel drop-down lists every time your data changes? A dynamic drop-down list in Excel is the solution you’ve been looking for. Unlike static lists, dynamic drop-downs automatically adjust when adding or removing items, saving time and reducing errors. Whether you’re managing inventory, tracking projects, or creating forms, this feature can make your spreadsheets smarter and more efficient.In this Excel drop-down tutorial, we’ll show you how to create a dynamic drop-down list in Excel 365 using two methods: Excel tables and formulas like OFFSET or UNIQUE. You’ll also learn how to set up dependent drop-down lists and customize input and error messages for a polished, user-friendly experience.How to Create a Dynamic Drop-Down List in ExcelTable of ContentWhat is Excel Dynamic Drop-Down ListHow to Make Dynamic Dependent Drop-Down in Excel [2 Easy Methods]Method 1: Using Excel TablesMethod 2: Using OFFSET or UNIQUE FormulasHow to Create Custom Input & Error Messages
Read More

Dynamic Map with Drop-Down in Excel

article_img
The map charts are generally used to compare the data values and show different categories across the geographical region. In excel we use map char to visualize the KPI (Key Performance Indicator) and represent the distribution of KPI across multiple geographical regions for any specific category. In addition to this, we can use the excel inbuilt function to create the dynamic interactive map char using the dropdown option and adding the KPI in the dropdown menu. Step By Step Implementation In this example, we will create a dynamic map that shows the yearly revenue for different states of India. We will be using random revenue data for our example. Step 1: Create a Dataset In this step, we will create a database for the state-wise revenue of India. For this, we will be using the following data which we will be using to compare with the help of a dropdown list and represent it on the map of India. Step 2: Create Range Criteria In this step, we will add one more column - 'Revenue' to our database. And, we will apply SUMIF Function with 'Year' so that, if the Year value changes the revenue column gets updated. For this Right-Click On Column-B > Insert. Once we click on Insert, exce
Read More

How to Edit, Copy and Delete Drop Down List in Excel

article_img
Excel is a versatile tool used globally for various data management tasks, including the use of drop-down lists to simplify data entry and ensure consistency. However, there might be times when you need to modify these lists to keep up with changes in data or requirements. These essential techniques ensure your data remains consistent and accurate. This guide will walk you through how to edit, copy, and delete drop-down lists in Excel efficiently. Imagine quickly modifying Excel drop down list settings, effortlessly duplicating drop down list in Excel, and efficiently removing drop down list in Excel entries you no longer need. This guide will walk you through each step, making it simple to manage your Excel data validation list and customize drop down list in Excel to suit your need. Before exploring this article you can check how to create a dropdown in excel if don't already know. Table of Content How to Edit Drop-Down List in ExcelHow to Modify a Comma-Separated Drop-Down ListHow to Edit Drop-Down Menu Based on a Range of CellsHow to Change Drop-Down List Based on a Named RangeHow to Edit Drop-Down Menu Created From TableHow to Quickly Add or Remove Items in Drop-Down ListHow t
Read More

How to Create a Dependent Drop Down List in Excel

article_img
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 List.  Sometimes you may want to use more than one drop-down list in Excel, Such that the items available in the second Drop-down list are dependent on the selection made in the first drop-down list. These are called Dependent drop-down lists.  What is a Dependent Drop-Down List in Excel A dependent drop-down list in Excel is a type of data validation feature that allows the options available in one drop-down list to depend on the selection made in another drop-down list. It's commonly used when you have hierarchical or related data and you want to create a more organized and user-friendly way to select values. How to Create Dependent Drop-Down List in Excel Follow the steps to create a dropdown list in Excel: Step 1: Select the Cells Select the cell where you want the main Drop to downlist  Step 2: Navigate to the Data tab and select Data Validation Go to Data, and click on Data Validatio
Read More

How to Create a Drop-Down List in Excel: 2 Easy Methods

article_img
How to Build Drop Down Menu in Excel: Quick StepsOpen MS Excel Spreadsheet >> Enter List Items Select Cell >> Go to Data Validation Choose List Option Set the Source >>Click OKHave you ever typed the same data repeatedly in Excel, only to make typos or inconsistencies? A drop-down list can save you time and ensure accuracy by letting you choose from predefined options. Whether you’re managing inventory, tracking projects, or creating surveys, knowing how to create a drop-down list in Excel is a skill that can make your spreadsheets more efficient and user-friendly.In this Excel drop-down list tutorial, we’ll walk you through 2 easy methods to set up drop-down lists. First, you’ll learn how to create a drop-down list from existing data, perfect for when you already have a list of items. Second, we’ll show you how to create a drop-down list manually, ideal for custom options or smaller datasets. By the end, you’ll know how to simplify data entry and keep your sheets clean and professional. Let’s get started!What is a Drop-Down List in ExcelA drop-down list in Excel is a feature that lets you choose an option from a list instead of typing it manually. When you click
Read More

R

Creating a Gantt Chart With Milestones Using a Stacked Bar Chart In Excel

article_img
One of the most common and effective methods of displaying activities (tasks or events) plotted against time is a Gantt chart, which is frequently used in project management. On the left side of the chart is a list of the activities, and at the top is a suitable time scale. A bar is used to symbolize each activity, and the location and length of the bar correspond to the activity's beginning, middle, and finish dates. The following elements are crucial to any effective Gantt chart: The task list, which can be divided into groups and subgroups, runs vertically along the left side of the Gantt chart to define project activity.Timeline: Displays months, weeks, days, and years horizontally across the top of the Gantt chart.Dateline: On a Gantt chart, a vertical line displays the current date.Bars: On the right side of the Gantt chart, horizontal markers indicate tasks and display status, length, and start and finish dates.Milestones: Yellow diamonds that identify significant occasions, dates, choices, and outputsDependencies are thin grey lines connecting activities that must occur in a specific order.The percentage of work that has been completed or the color of the bars can be used t
Read More

Radar Chart or Spider Chart in Excel

article_img
Radar Chart is a pictorial representation of multivariate data. Multivariate data analysis in statistics is nothing but dealing with more than one outcome or observations. Radar graphs can be of two dimensions, three dimensions, or more on the basis of the multiple comparable variables used. The variables are represented on the axis starting from the same points with equal intervals on the axes. The number of axes in a radar graph solely depends on the number of variables used. The Radar Chart has various other names like spider chart, web chart, spider web chart, cobweb chart, irregular polygon, star chart, Kiviat Diagram, etc. The data from the observations in the form of tables are plotted on each axis and by joining all these points in the axes a polygon type structure is formed. So, the number of polygons is dependent on the number of observations. In this article, we will see how to plot a Radar Chart in Microsoft Excel for a given data set using two examples. Example 1 : Consider the table shown below which consists of the data of two Geek students who enrolled in our various courses. Our mentors have rated them on the basis of the student's performance in the individual
Read More

How to Create a Dynamic Pie Chart in Excel?

In Excel, Pie-chart is a graphical representation of different sections or sectors of a circle based on the proportion, it holds from the complete quantity. Pie-charts are generally categorized into two types: Static Pie-chart: A pie-chart created with static or fixed input values is known to be a static pie-chart. The values of these types of pie-charts don't change over time.Dynamic Pie-chart: A pie-chart created with dynamic or changing input values is known to be a dynamic pie-chart. The values of these type of pie-charts changes over time. In this article, we will discuss how to create a dynamic excel pie chart? Creating a dynamic pie chart in Excel means creating a pie-chart that automatically(dynamically) gets updated when new values are entered into the table, which is used for creating the pie-chart. Creating a Dynamic Excel Pie Chart in Excel is very easy. We can create a dynamic pie chart using two different methods: Using offset formulaUsing TableCreating a dynamic pie chart using offset formula We can create a dynamic pie chart using the offset formula. So to this follow the following steps: Step 1: Create a table and insert values in it. Apply the offset formula to ge
Read More
three90RightbarBannerImg