Open In App

Compare Data in an Excel Chart using Drop Down Lists

Last Updated: 24 Jun, 2024

A

Summarize
Comments
Improve
Suggest changes
Like Article
Like
Share
Report
News Follow

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-Lists

Compare Data in an Excel Chart using Drop Down Lists

How to Compare Data in an Excel Chart Using Drop-Down Lists

Step 1: Create a Database in Excel

In 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.

image-(7)

Create a Database in Excel

Step 2: Create Table Schema for Comparison in the same Sheet

Create 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.

image

Create Table Schema for Comparison in the same Sheet

Step 3: Go to the toolbar, select the chart, and then choose 2D Column Chart

Once we have copied the columns, we need to insert a graph for our copied columns. For this Select Column (Mobile Phone) & Memory (GB) and then go to Insert on the top of the ribbon and then in Charts select 2 D Column Chart.

image-(1)

Go to the toolbar, select the chart, and then choose 2D Column Chart

After we inset the 2D Column chart for the above data, we will have the following output chart diagram.

image-(2)

2D column and the Output

Before moving further, we will format our chart to enhance its look and feel. (Here, we are adding Data Labels & changing Chart Color only).

image-(3)

Format the Chart

Once we are done with our chart formatting, we need to make a copy of our chart. Here, we copy & paste it 3 more times for the rest of our columns. i.e., Camera, Screen & Price.

image-(4)

Copy Chart and paste 3 times

All of these charts are pointing to our same columns (Here, Mobile Phone & Memory columns). So, we need to change the underlying data of these charts. For this Select Chart then Press & Hold Ctrl Key and then Move Cursor from Memory Column to Camera Column. 

changing-chart-from-Memory-Column-to-Camera-Column.

Gif

Similarly, we need to do this for our remaining charts for the Screen and Price columns. Once we have the above steps in all the charts we will have the following output.

image-(6)

Output 1

Now, to enhance the look, feel & behavior of the charts we will change the color of the chart as per our need. Once we are done with formatting the charts, we will have the following output.

image-(8)

Output 2

Step 3: Adding VLOOKUP

In this step, we will add a VLOOKUP formula. So, every time whenever we update the name of our mobile phone, excel will change the data of our table and update the chart. We will be using the following VLOOKUP formula.

=VLOOKUP(G2,A1:E8,2,FALSE)

  • G2 – It represents the comparison value. (Here, Mobile Phone Column).
  • A1:E8 – It represents our database, excel will look up the values in this database.
  • 2 – It represents the column number. Here, it is the second column (Column B) which is for our Memory Chart.
  • False – It represents that we want Exceladd to find an exact match.
image

Adding VLOOKUP

Similarly, we need to add the same VLOOKUP to other columns (Here, Camera, Screen & Price) by updating the number of the columns (Here, for Camera column it is 3, for Screen, it is 4 and for Price, it is 5)

Once we add to VLOOKUP for all our columns it will update the corresponding charts. We need to copy the same VLOOKUP to our second row. For this, we will hold the corner and drag it down. Excel will automatically copy it to our second row of data.

image-(1)

copy the same VLOOKUP to our second row

Now, if we change the data in our Mobile Phone Column, the data in the remaining column will get changed itself which further updates the charts.

image-(2)

Data chnaged

Step 4: Add Dropdown Menu in the Rows

As we can see, while changing the data in the Mobile Phone Column, excel is changing data in the other columns of the table and updating the chart. So, we are now required to add a drop-down menu list over the Mobile Phone Column. For this Select Columns & Delete Its Value.

image-(3)

Add Dropdown Menu in the Rows

Now, we will insert a dropdown menu. For this Select Columns (Here, Mobile Phone Column) then go to the Data tab on the top of the ribbon and select Data Validation.

image-(4)

Insert Drop down menu

Once we click on it, excel will open a Data Validation Tab.

image-(5)

Data Validation Tab

In Data Validation, we need to set the validation criteria. For Allow Option we will be using List and for Source we will use our database.

image-(6)

Set data validation Criteria

Once we click OK, we will have a drop-down menu for each of the columns which we will use to compare the data and update the chart.

image-(7)

Compare the data and Update the chart

Step 5: Check the Output

Here now you can see when we change the mobile phone column with the dropdown list then the other columns and charts automatically change and update.

Final-output.

Conclusion

In conclusion, using drop-down lists in Excel to compare data in a chart is a powerful and user-friendly feature. It allows you to easily visualize and analyze different data sets without cluttering your workspace. This method enhances data analysis efficiency, enabling more dynamic and interactive reports. By learning Excel’s drop-down lists, you can improve data comparisons and make informed decisions faster. Key advantages include improved data organization, flexibility in data presentation, and a significant boost in productivity.

FAQs – Compare Data in an Excel Chart

How do I compare two data in Excel chart?

To compare two data sets in an Excel chart, create a line chart or a bar chart with both data series. You can easily compare their trends and values.

How to create an interactive chart with dropdown list in Excel?

To create an interactive chart with a dropdown list, use Excel’s data validation feature. Link the dropdown list to a cell, and use that cell’s value to dynamically update your chart data.

How do I make a comparison chart in Excel?

A comparison chart can be a bar chart, column chart, or scatter plot. Add data series for each item you want to compare, and customize the chart as needed.

How do I add a dropdown in an Excel chart?

Unfortunately, Excel charts don’t directly support dropdown menus. However, you can create a separate dropdown list outside the chart and use it to filter the chart data manually.



A

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

Excel Dynamic Chart Linked with a Drop-down List

article_img
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 So
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

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

Using Columns and Bars to Compare Items in Excel Chart

article_img
A Column chart is a type of chart in which data are shown using vertical bars. In the Column chart, categories are displayed along the horizontal axis(x-axis) and values are on the vertical axis(y-axis). It is useful for the comparison of different types of items of data in a very clear and understandable way. By using Column charts we can easily compare different things among different items of data, and we can justify whether the products/sales/price/etc. of different items are going upward or downward and able to find any relation between them. In a simple way, we can say that vertical charts are known as Column charts. A Bar chart is a type of chart in which data are shown using horizontal bars. In the Bar chart, categories are displayed along the vertical axis(y-axis) and values are on the horizontal axis(x-axis). It is useful for showing segments of information and comparing different items of data in a more clear way. In a simple way, we can say that horizontal charts are known as Bar charts. Steps to Compare Items in MS Excel using Columns Step 1: Let's Take a set of data, which you will want to compare using a Column chart. Step 2: Open MS Excel and save it as any nam
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
three90RightbarBannerImg