
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Auto-Update a Chart after Entering New Data in Excel?
When we have an existing chart and you need to add new data or update the existing data, this can be done by manually updating the chart, but it can be a time-consuming process. In this tutorial, I will explain the method that saves you time. This tutorial will help you understand how we can automatically update a chart after entering new data in Excel. This can be done in two ways: first, by using the tables, and second, by using the dynamic formula.
Auto-Update a Chart after Entering New Data Using Tables
Here we will convert our data into a table to complete our task. Let us see a simple process to understand how we can automatically update a chart after entering new data using the tables.
Step 1
Let us consider that we have an Excel sheet that contains a chart and our new data, as shown in the below image.

Now create a table for the data to create the table, select the data by clicking on the inset and selecting table, and select the range to create the table as shown in the below image.

Step 2
Now, every time we add data to the table, the chart will be updated automatically.

Auto-Update a Chart after Entering New Data Using Dynamic Formula
Here we will use the formula and edit the series. Let us see a simple process to understand how we can update a chart by entering new data into the dynamic formula.
Step 1
Now consider a new Excel chart. Click on formulas and select defined names to open a pop-up window, as shown in the below image. In the new pop-up type, name the month, scope sheet 2, and finally refer to =OFFSET($A$2,0,0,COUNTA($A:$A)-1).

Then, for the second column, repeat the process using the formula: =OFFSET($B$2,0,0,COUNTA($B:$B)-1) .
Step 2
Then enter your data into the sheet as shown in below image.

Step 3
To open a new popup, right-click on any of the bars and select data. Change the series values to =Sheet2!Sales in the pop-up window under Legend Entries, then click OK.

Step 4
Now, under the horizontal value, click edit and change the axis label range to =Sheet2!Month, then OK, and then on again.

Step 5
Finally, when we add the new values to the list, our chart will update automatically, as shown in the below image.

Conclusion
In this tutorial, we used a simple example to demonstrate how you can autoupdate a chart after entering new data in Excel.
- Related Articles
- How to Autosave an Excel File after Entering Data?
- How to Auto-Update a Dropdown List in Excel?
- How to Auto-Number or Renumber after Filter in Excel?
- How to Auto-Increment Cell Value in Excel after Each Printing?
- How to add comment to a data point in an Excel chart?
- How to add a single data point in an Excel line chart?
- How to Add or Move Data Labels in an Excel Chart?
- How to Automatically Reapply Auto-Filter When the Data Changes in Excel?
- How to Auto-Number a Column in Excel?
- How to add data labels from different columns in an Excel chart?
- How to auto increment with 1 after deleting data from a MySQL table?
- How to add a chart title in Excel?
- How to Auto-Protect a Specific Worksheet in Excel?
- How to add a scrollbar to a chart in Excel
- How to Add a Series to a Chart in Excel?
