Dynamic Table Corresponding to Chart

kh40sth30ry

New Member
Joined
May 8, 2011
Messages
9
Hi all,

So recently i attempted to make interactive chart. My example is the S&P/TSX volume and date. The idea is i can choose a start date and a preiod of time, then the chart will be updated. (see Screenshot)

SS-1.png


The Name of the array to update the chart is "ShowPrice" and "Month". I want to display a table that print out the values of the two array right beneath the chart (i will move the raw data on the left of the chart to a separate sheet). I have an general idea of displaying the values corresponding to the chart using
Code:
 = VALUE(INDEX(ShowPrice, 1)) 
and = VALUE(INDEX(Month, 1))
and drag it out for the entire row. However, i just wonder is there is a better way to print out the table that display values corresponding to the chart as the chart updated (maybe using array formula). I am hoping for a way to do it with just excel formula, but open to macro as well.

Thank you.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

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