I have a sheet with historical data. I have multiple graphs which references this data its mainly data(y-axis) and date(x-axis) This is how I refer date ='Bug Data'!$B$10:$B$21
Similarly for the other data I refer it by changing the column name
Instead of me updating the graphs each time I want to change the range. Is there a way to parameterize the row in my case 10,21 to a particular cell. Such that when I change the range to 22 35 all the graphs formula update
something like this where A1,A2 of sheet 1 contains the range
='Bug Data'!$B$(Sheet1)!$A$1:$B$(Sheet1!$A$2)