Share via

Error : Reference must be made to open worksheet

Anonymous
2011-06-22T01:16:59+00:00

I'm attempting to use the function offset to implement dynamic graphing. I already created the names for the x- axis and y-axis. I attempt to graph by typing  =series("name of graph", 'Name of excel document.xlsx'!Time, 'Name of excel document.xlsx'!Data,1) but it tells me that the reference must be made to an open worksheet. How do I solve this problem? The information that is named "Time" and "Data" are on the same excel file, but on a different sheet in the file if that could be it,

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-06-22T05:37:31+00:00

I'm attempting to use the function offset to implement dynamic graphing. I already created the names for the x- axis and y-axis. I attempt to graph by typing  =series("name of graph", 'Name of excel document.xlsx'!Time, 'Name of excel document.xlsx'!Data,1) but it tells me that the reference must be made to an open worksheet. How do I solve this problem? The information that is named "Time" and "Data" are on the same excel file, but on a different sheet in the file if that could be it,

Yeah, in 2007 simply typing in the named formula doesn't work.  You have to select the chart, then Chart Tools contextual ribbon | Design tab | Data group | Select Data button.  Then, to specify the x-values click the Horizontal Axes Labels section | Edit button and to specify the y values the Legend Entries (Series) section | Add button.

Was this answer helpful?

5 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-06-22T04:37:40+00:00

    Sounds like you are doing it right. Check that the range names you are using are global in scope as opposed to local to one sheet.

    Was this answer helpful?

    0 comments No comments