Nezzy21
Nov 30, 2023Copper Contributor
Trouble with Charts
Hello - I am trying to set up a chart that updates dynamically based on the value of one column (y axis). I need to have the week 1-52 in the second column (x axis), but because those cells already have data, the chart is plotting all 52 weeks. I only want the chart to plot the weeks as data is entered into the y axis chart.
SO when data is in week 1, the chart only shows week 1 - it doesn't show all 52 weeks with one dot.
Here's a demo that may work for you:
The trick with the dynamic ranges is to have the 'height' of both determined by the 'Meat' column. Also, it's ok to use OFFSET for the dynamic items for charting purposes. Charts do not take kindly to dynamic items created with TAKE.