How do I embed an OFFSET function in a SERIES function on MS EXCEL?
Using a formula, I'm trying to create a graph based on data from other sheets. For this, I will need to put an OFFSET function in my range rather than directly stating the cell reference. However, whenevr I try to do this, it gives me an error.
Is there a way to bypass this error and somehow get an offset equation to be put into a series function?
An example:
=SERIES("Title",,$F$6:OFFSET(F7, -1), 1) will create an error. How can I do this task without creating an error?