Well, you haven't indicated what you've done so far or what the nature of
the problem is.
> because they are vertical instead of horizontal
The OFFSET formula has five parameters:
=OFFSET(Reference, Row Offset, Column Offset, Row Count, Column Count)
Switch the row and column parameters to get a horizontal range.
> because they are a single column, not 4 lines
You need a named range for each distinct range required for all of the
series. This usually means one name for the X values, and one for the Y
values of each series, so in general you'd need five named ranges for four
series, assuming they share X.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
>I have a scatter chart (curved lines) that are based on data in cells a6
> through v10, with column "A" being the 4 series names and row 6 being
[quoted text clipped - 23 lines]
>
> any suggestions?
widman - 26 Oct 2006 23:00 GMT
Guess I'll take a break and come back to it, cause it is not making sense
yet, even with MS help and following errors.
> Well, you haven't indicated what you've done so far or what the nature of
> the problem is.
[quoted text clipped - 48 lines]
> >
> > any suggestions?