Hopefully the title is sort of correct...
To try to explain; I'm pulling a ton of data from a PLC into a spreadsheet. I've got a graph to display two series against time. Because of the sheer amount of data I'm limiting the series values with a range ='Retrieve Data'!$D$400:$D$2000
for example.
Both legend entries and the horizontal axis should be across the same range, currently to show a different window of time on the graph I need to edit these all individually to the same series range within their respective columns. Is there a way I can use two cells, one as start and one as end point in the formula, something like:
='Retrieve Data'!$D$("W6"):$D$("X6")
where W6 is start of range and X6 is end of range?
Else would I need to look into use VBA?