How to Create a Chart in Excel (Quick Steps)
Follow the Steps to create a Chart in Excel:
Step 1: Enter the data in the Worksheet.
Step 2: Select the range of data of which you want to create a chart.
Step 3: Go to the Insert Tab and Select the Type of chart you want to create.
Imagine converting raw numbers into captivating visual stories that engage your audience. Whether you're a business professional showcasing quarterly results, a student presenting research, or simply someone eager to make sense of complex data, Excel Charts are your best tool. Get into the world of dynamic, interactive, and visually stunning charts that make data not just understandable, but exciting. Let's explore how Excel Charts can transform your data into a powerful narrative. This article will guide you through the process of creating and moving charts effortlessly.
What are Charts in Excel
Charts are visual representations of data to make it more understandable. There are various types of charts in Excel that can be used to represent data in a more attractive form.
Types of Charts
- Pie Chart
- Bar Chart
- Column chart
- Line chart
- Combo Chart
How to Create a Chart in Excel
Follow the below steps to create a chart in Excel:
Step 1: Select the data for which you want to create the chart.
Step 2: Go to Insert tab and Select type of Chart
Click on the Insert tab and select the type of chart you want to create or select the icon on the right side of the selected data and select the chart.

Step 3: Preview the Result

How to Change the Chart Type
Follow the below steps to change the chart type:
- Click on Chart Design
- Click on Change Chart Type
- Select the type of chart you want
Before change | After change |
Switch Row/Column
To switch the rows or columns follow the below steps:
- Go to the Design tab in the Ribbon.
- Click on Switch Row/Column
Before switch | After switch |
Legend Position
Follow the below steps to place the legends
- Go to Chart Design in Insert chart
- Click on Add Chart Element
- Navigate to Legend
- Select where you want to place your legends.

Data Labels
Use the below steps to place data labels in the chart:
- Go to Chart Design in Insert chart
- Click on Add Chart Element
- navigate to Data Labels
- Select where you want to place your Data Labels.

How to Move a Chart in Excel
When you insert a new chart, it will initially be embedded within the same worksheet that contains the data it's based on. To maintain better data organization, you can effortlessly shift the chart to a different worksheet.
Step 1: Pick the chart you wish to reposition.
Step 2: Go to Insert Tab and, then opt for the "Move Chart" function.
.png)
Step 3: This action will open the Move Chart dialog box. Choose your preferred destination for the chart. In our example, we'll opt to relocate it to a "New sheet," creating a fresh worksheet.
Step 4: Confirm your selection by clicking "OK."
.png)
The chart will now appear in the chosen location. In our example, the chart is now visible on a brand-new worksheet.
.png)
How to Keep Chart Up to Date
Normally, if you add new data to your spreadsheet, your chart might not update. To make it update, click the chart, and it will show the data range in your spreadsheet. Drag the lower-right corner to include the new data.
.png)
Preview Result
.png)
Also Read
Conclusion
Excel charts are a powerful tool that allow you to visually display data in a variety of different chart formats such as Column, Bar, Line, Pie, Scatter and many more. They provide a graphical representation of data, allowing for a quick understanding of the underlying trends or patterns. Whether you’re presenting sales results, analyzing trends, or tracking progress towards a goal, Excel charts are an essential tool in your data analysis toolbox. They make complex data more understandable, meaningful, and professional-looking. So, start charting, and bring your data to life!
Similar Reads
Types of Charts in Excel
Visualizing data is a key part of effective analysis, and Excel offers a wide range of tools to help you present information clearly. Understanding the different types of charts in Excel can help you choose the best way to display your data based on your goals and audience. From simple visuals like
3 min read
Formatting Charts in Excel
One of the major uses of Excel is to create different types of charts for a given data set. Excel provides us with a lot of modification options to perform on these charts to make them more insightful. In this article, we are going to see the most common "Formatting" performed on charts using a suit
3 min read
Doughnut Chart in Excel
Charts in MS Excel are the visual representation of the data (stored in an Excel sheet. It helps to determine the trends of the data(s) easily and compare between them, especially when you have a large volume of datasets. There are various charts available in Excel like Bar charts, Pie charts, Colum
3 min read
Programming Charts in Excel VBA
VBA stands for Visual Basic for Applications and it is developed by Microsoft. MS Excel and many other Microsoft applications like word, access, etc have this language integrated into them using which one can do various things. VBA can be used in MS Excel through the code editor in its developer tab
4 min read
How to Rotate Pie Charts in Excel?
A Pie Chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.In this article, we'll see how we can create and rotate pie charts. How to make Pie Charts in Excel ? Follow the below steps to create a pie chart in Excel: Step 1: Formatting data for pie
2 min read
How to Create Custom Charts in Excel?
The instructional exercise makes sense of the Excel outlines fundamentals and gives the point-by-point direction on the most proficient method to make a chart in Excel. Diagrams assist you with imagining your information in a manner that makes a most extreme effect on your crowd. Figure out how to m
2 min read
Basic Excel Formulas
Functions in Excel are the predefined formulas that have their specific meaningful work. They make our task easy and quick, like finding the sum, count, average, maximum value, and minimum values for a range of cells. For example, the SUM function will calculate the sum of the range passed to it as
2 min read
Perl | Creating Excel Files
Excel files are the most commonly used office application to communicate between computers. It is used to create rows and columns of text, numbers, and formulas for calculations. It is a good way to send reports. This demonstration works on Linux, Windows and other platforms as well. In excel, rows
3 min read
How to Create a Bar Chart in Excel?
To learn how to create a Column and Bar chart in Excel, let's use a simple example of marks secured by some students in Science and Maths that we want to show in a chart format. Note that a column chart is one that presents our data in vertical columns. A bar graph is extremely similar in terms of t
4 min read
Creating Charts using openpyxl
Charts are a powerful way to visualize data, making it easier to analyze and present information. While working with Excel files in Python, the library openpyxl comes into the picture and can be used as a tool for automating tasks like reading data, writing data, formatting cells, and of course crea
6 min read