Dynamically updating chart

NMB311

New Member
Joined
May 28, 2010
Messages
14
I would like to create a line chart that updates daily. I think I've gotten the data to update and show up automatically, I just can't figure out the chart. Basically, I want to have the chart to add the values from each day as the days happen, but to not display future dates and values. Hopefully that's understandable.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hello,

You don't update the chart automatically, rather the chart points to a named range that will dynamically update when the data does. This is usually done with the optional width or height arguments of the OFFSET function.

In order to be able to help you further it'd be useful if you'd post a sample of your data so that we know how to structure a solution.
 
Upvote 0
Thanks for replying so quickly. I'll play around with the OFFSET function a little bit and see what I can figure out. I'll post my data if I can't. Thanks again!
 
Upvote 0

Forum statistics

Threads
1,215,641
Messages
6,125,981
Members
449,276
Latest member
surendra75

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top