How to Create a Chart from Multiple Sheets in Excel
Last Updated :
12 Apr, 2025
Creating a chart from multiple sheets in Excel is a powerful way to consolidate data and visualize it in a meaningful way. Whether you’re working with different datasets on separate sheets or need to compare data across multiple tabs, knowing how to create a chart from multiple sheets in Excel can simplify the process. This guide will walk you through the steps of combining data from multiple sheets to create a cohesive chart, including tips on using Excel references and data consolidation. By the end of this article, you’ll have the skills to generate insightful charts that pull data from various sources within your workbook.
How to Create a Chart from Multiple Sheets in Excel
Assuming you have a couple of worksheets with income information for various years and you need to make an outline in light of that information to picture the general pattern.
Step 1: Select Data for the Graph
Open your first Excel worksheet and select the data you need to plot in the graph. Highlight the relevant information to ensure it is included in the chart.

Select Data
Step 2: Choose a Chart Type
Go to the Insert tab and, in the Charts group, select the type of graph you need to create. Choose the appropriate chart style based on your data and desired presentation.

Choose a Chart Type
Step 3: Select the Stacked Column Chart
In this model, we will create a Stacked Column chart. Select the Stacked Column option from the chart types available to visualize your data effectively.

Select the Stacked Column Chart
Step 4: View the Result
Below is the result of the stacked column chart created from your selected data, visually representing the values in a clear and organized manner.

View the Result
How to a Second Data Series from Another Sheet
Here are the steps to add a second data series from another sheet in Excel:
Step 1: Activate the Chart Tools
Click on the diagram you’ve recently created to activate the Chart Tools tabs on the Excel ribbon. This will allow you to make further customizations to your chart.

Activate the Chart Tools
Step 2: Add a New Data Series
In the Select Data Source window, click the Add button to add a new data series to your chart. This allows you to include additional data from another sheet or source.

Add a New Data Series
Presently we will add the second information series in light of the information situated on an alternate worksheet. This is the central issue, so kindly make certain to adhere to the guidelines intently.
Step 3: Open the Edit Series Window
Clicking the Add button opens the Edit Series window. In this window, click the Collapse Dialog button next to the Series values field to select the data range from another sheet.

Click on Collapse Dialog
Step 4: Select the Data from Another Sheet
The Edit Series window will shrink to allow access to a smaller selection window. Click on the tab of the sheet that contains the additional information you need for your Excel graph. The Edit Series window will remain open as you navigate between sheets.

Select the Data
Step 5: Select Data from the Other Worksheet
On the subsequent worksheet, select the range or line of data you need to add to your Excel chart. After selecting the data, click the Expand Dialog icon to return to the regular Edit Series window.
Step 6: Set the Series Name and Confirm the Data
Next, click the Collapse Dialog button to the left of the Series Name field. Select the cell containing the text you want to use as the series name. Then, click the Expand Dialog button to return to the original Edit Series window. Ensure the references in both the Series Name and Series Values boxes are correct, and then click the OK button to confirm the changes.

Set the Series Name >> Confirm the Data
Step 7: Add a Series Name
As shown in the screenshot above, the series name is linked to cell B1, which contains a section name. Alternatively, you can type your own series name in double quotes, e.g., =”Second Data Series”. These names will appear in the chart legend, so make sure to give meaningful and descriptive names to your data series. The outcome should now look similar to this:

Add a Series Name
Modify an Excel Chart Built from Multiple Sheets
Subsequent to making an outline in view of the information from at least two sheets, you could understand that you believe it should be plotted in an unexpected way. Furthermore, on the grounds that making such diagrams is certainly not a moment cycle like making a diagram from one sheet in Excel, you might need to alter the current graph as opposed to making another one without any preparation.
As a general rule, the customization choices for Excel outlines in view of numerous sheets are equivalent to regular Excel diagrams. You can utilize the Charts Tools tabs on the lace, or right-click menu, or outline customization buttons in the upper right corner of your diagram to change the fundamental graph components, for example, graph title, pivot titles, diagram legend, diagram styles, and that’s just the beginning.

Modify the Excel Chart
Also, to change the information series plotted in the graph, there are three methods for doing this:
- Select the Data Source dialog
- Chart Filters button
- Data series formulas
Conclusion
By learning how to create a chart from multiple sheets in Excel, you now have the ability to seamlessly combine and visualize data from various tabs. This method not only simplifies the process of comparing information but also enhances your ability to present clear and comprehensive data insights. Whether you’re working with complex datasets or simply need to consolidate information, mastering this technique will improve your efficiency and data management in Excel.
Similar Reads
Non-linear Components
In electrical circuits, Non-linear Components are electronic devices that need an external power source to operate actively. Non-Linear Components are those that are changed with respect to the voltage and current. Elements that do not follow ohm's law are called Non-linear Components. Non-linear Co
11 min read
Class Diagram | Unified Modeling Language (UML)
A UML class diagram is a visual tool that represents the structure of a system by showing its classes, attributes, methods, and the relationships between them. It helps everyone involved in a projectâlike developers and designersâunderstand how the system is organized and how its components interact
12 min read
Spring Boot Tutorial
Spring Boot is a Java framework that makes it easier to create and run Java applications. It simplifies the configuration and setup process, allowing developers to focus more on writing code for their applications. This Spring Boot Tutorial is a comprehensive guide that covers both basic and advance
10 min read
AVL Tree Data Structure
An AVL tree defined as a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees for any node cannot be more than one. The absolute difference between the heights of the left subtree and the right subtree for any node is known as the balance factor of
4 min read
Backpropagation in Neural Network
Backpropagation is also known as "Backward Propagation of Errors" and it is a method used to train neural network . Its goal is to reduce the difference between the modelâs predicted output and the actual output by adjusting the weights and biases in the network. In this article we will explore what
10 min read
What is Vacuum Circuit Breaker?
A vacuum circuit breaker is a type of breaker that utilizes a vacuum as the medium to extinguish electrical arcs. Within this circuit breaker, there is a vacuum interrupter that houses the stationary and mobile contacts in a permanently sealed enclosure. When the contacts are separated in a high vac
13 min read
3-Phase Inverter
An inverter is a fundamental electrical device designed primarily for the conversion of direct current into alternating current . This versatile device , also known as a variable frequency drive , plays a vital role in a wide range of applications , including variable frequency drives and high power
13 min read
Polymorphism in Java
Polymorphism in Java is one of the core concepts in object-oriented programming (OOP) that allows objects to behave differently based on their specific class type. The word polymorphism means having many forms, and it comes from the Greek words poly (many) and morph (forms), this means one entity ca
7 min read
Random Forest Algorithm in Machine Learning
A Random Forest is a collection of decision trees that work together to make predictions. In this article, we'll explain how the Random Forest algorithm works and how to use it. Understanding Intuition for Random Forest AlgorithmRandom Forest algorithm is a powerful tree learning technique in Machin
7 min read
Spring Boot Interview Questions and Answers
Spring Boot is a Java-based framework used to develop stand-alone, production-ready applications with minimal configuration. Introduced by Pivotal in 2014, it simplifies the development of Spring applications by offering embedded servers, auto-configuration, and fast startup. Many top companies, inc
15+ min read