View Single Post
 
Old 11-06-2021, 06:47 AM
p45cal's Avatar
p45cal p45cal is offline Windows 10 Office 2019
Expert
 
Join Date: Apr 2014
Posts: 956
p45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond repute
Default

The attached contains the very basics of a way to do it.
Changing the value of cell A1 will update the chart with a timestamp of when you do it.

How?
Unhide Sheet2
See the vba code of Sheet1


Instead of a plain chart, you could have a pivot chart based on the data in sheet2 and have a column in the pivot showing % change. Then you'd need an extra line of code to refresh the pivot.
Attached Files
File Type: xlsm msofficeforums47888.xlsm (22.7 KB, 7 views)
Reply With Quote