named range refers to: in a chart

S

Spencer Hutton

i have a simple line chart. i have a named range "Current"
the range refers to:
OFFSET(INDIRECT(CELL("address",OFFSET(A1,MATCH(LARGE(A:A,1),A:A,0),2,1,1))),
0,0,1,COUNTA(INDIRECT((ROW(OFFSET(A1,MATCH(LARGE(A:A,1),A:A,0),2,1,1)))&":"&
(ROW(OFFSET(A1,MATCH(LARGE(A:A,1),A:A,0),2,1,1)))))-1)

however, when i try to use this named range as the data range for my chart,
it gives me an error "Reference not valid" the formula above returns a
range of 1 row by about 25 columns. so its only 2 dimensional. why can't
the chart use this named range? TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top