How can a chart be updated plz trll me fast
Answers
Answer:
Auto Update A Chart After Entering New Data With Creating A Table
If you have the following range of data and column chart, now you want the chart update automatically when you enter new information. In Excel 2007, 2010 or 2013, you can create a table to expand the data range, and the chart will update automatically. Please do as this:
doc-update-chart1
1. Select the data range and click Table under Insert tab, see screenshot:
doc-update-chart2
2. In the Create Table dialog box, if your data has headers, please check My table has headers option, then click OK. See screenshot:
doc-update-chart3
3. And the data range is formatted as a table, see screenshot:
doc-update-chart4
4. Now, when you add values for June, and the chart will be updated automatically. See screenshot:
doc-update-chart5
Notes:
1. Your new entering data must be adjacent to the above data, it means there is no blank rows or columns between the new data and the existing data.
2. In the table, you are able to insert data between the existing values.
arrow blue right bubble Auto Update A Chart After Entering New Data With Dynamic Formula
But sometimes, you don’t want to change the range to table, and the above method is not available in Excel 2003 or earlier version. Here I can introduce you a complex dynamic formula method. Take the following data and chart for example:
doc-update-chart6
1. First, you need to create a defined name and a dynamic formula for each column. Click Formulas > Define Name.
2. In the New Name dialog box, enter Date into the Name box, and choose current worksheet name from Scope drop down list, and then enter =OFFSET($A$2,0,0,COUNTA($A:$A)-1) formula into the Refers to box, see screenshot:
doc-update-chart7
3. Click OK, and then repeat the above two steps, you can create a dynamic range for each series using the following range names and formulas:
Column B: Ruby: =OFFSET($B$2,0,0,COUNTA($B:$B)-1);
Column C: James: =OFFSET($C$2,0,0,COUNTA($C:$C)-1);
Column D: Freda: =OFFSET($D$2,0,0,COUNTA($D:$D)-1)
Note: In the above formulas, the OFFSET function refers to the first data point, and the COUNTA refers to the entire column of data.
4. After defining the names and formulas for each column data, then right click any column in your chart, and choose Select Data, see screenshot:
doc-update-chart8
5. In the Select Data Source dialog box, from Legend Entries(Series) section, click Ruby and then click the Edit button, in the popped out Edit Series dialog, enter =Sheet3!Ruby under Series values section, see screenshots:
doc-update-chart9
-1
doc-update-chart10
6. And then click OK to return to the Select Data Source dialog, repeat the step 5 to update the remaining series to reflect their dynamic ranges:
James: Series values: =Sheet3!James;
Freda: Series values: =Sheet3!Freda
7. After setting the left data, now you need to click Edit button under Horizontal (Category) Axis Labels to set this option, see screenshots:
doc-update-chart11
-1
doc-update-chart12
8. Then click OK > OK to close the Select Data Source dialog, after finishing these steps, you'll find that the chart updates automatically when you add new data to the worksheet.
doc-update-chart13
Notes:
1. You must enter new data in a contiguous manner, if you skip rows, this method will not work as expected.
2. If you enter new column data, this method will not take effect.
Tip.If you want to quickly export range contents from sheet to a graphic, please try to use the Kutools for Excel’s Export Range as Graphic as shown in the following screenshot. It’s full function without limitation in [module 745} days, please download and have a free trial now.
Export Graphics (Pictures/Charts/Shapes/All Types) From Workbook To A Folder As Gif/Tif/PNG/JPEG
If there are multiple type of graphics in a workbook, and you just want to export all charts across worksheet to a folder as gif of other type of picture, you can use Kutools for Excel's Export Graphics utilty,
Edit data included in a chart:
1. Click the chart.
2. On the Charts tab, under Data, click the arrow next to Edit, and then click Edit Data in Excel.
3. To change the number of rows and columns that are included in the chart, rest the pointer on the lower-right corner of the selected data, and then drag to select additional data