I'm a little unclear from your description as to how the data is currently
laid out, by assuming it is a long list of values pairs (time in col. A and
value in col. B), you could use the folowing formula to display the data in
a more 'rectangular' form:
=INDIRECT("B" & (COLUMN()-1)*20 + ROW())
place this to the left of the data and copy this down 20 row then copy
across as many columns as needed. You can then use the newly created table
as the basis for a multi line graph
> Hi all,
>
[quoted text clipped - 20 lines]
>
> PFITZ
GerryGerry - 01 Apr 2008 15:34 GMT
I should have said place the formula to the RIGHT of the data
> I'm a little unclear from your description as to how the data is currently
> laid out, by assuming it is a long list of values pairs (time in col. A
[quoted text clipped - 29 lines]
>>
>> PFITZ
PFITZ - 01 Apr 2008 15:36 GMT
Hi Gerry,
Yes that's how I've the data arranged, do I need to modify your
formula in any way?
It doesn't seem to do what I expect, although it is doing something.
It seems to be repeating the same values after a while.
> I'm a little unclear from your description as to how the data is currently
> laid out, by assuming it is a long list of values pairs (time in col. A and
[quoted text clipped - 31 lines]
>
> - Show quoted text -
GerryGerry - 01 Apr 2008 15:46 GMT
Before it starts repeating is it getting it right? also at what point does
it repeat
Hi Gerry,
Yes that's how I've the data arranged, do I need to modify your
formula in any way?
It doesn't seem to do what I expect, although it is doing something.
It seems to be repeating the same values after a while.
On Apr 1, 3:28 pm, "GerryGerry" <Ge...@Gerry.anon> wrote:
> I'm a little unclear from your description as to how the data is currently
> laid out, by assuming it is a long list of values pairs (time in col. A
[quoted text clipped - 37 lines]
>
> - Show quoted text -
PFITZ - 01 Apr 2008 15:58 GMT
It's repeating every 60 values. That will do me though, being able to
see 3 cycles might be more benficial.
> Before it starts repeating is it getting it right? also at what point does
> it repeat
[quoted text clipped - 52 lines]
>
> - Show quoted text -
GerryGerry - 01 Apr 2008 16:04 GMT
I've just tried it out myself, and seems to work fine. I can't think why it
should repeat after 60 values (3 columns worth). Perhaps others here can
offer an explanation/solution.
I'm glad it's useful anyway.
Regards Gerry
It's repeating every 60 values. That will do me though, being able to
see 3 cycles might be more benficial.
On Apr 1, 3:46 pm, "GerryGerry" <Ge...@Gerry.anon> wrote:
> Before it starts repeating is it getting it right? also at what point does
> it repeat
[quoted text clipped - 55 lines]
>
> - Show quoted text -