Hi dog42,
Is it possible to
insert a new sheet in the workbook
reorder the data like
Date Shop1 Shop2
01/01/00 ++++ ++++
02/01/00 ++++ ++++
03/01/00 ++++ ++++
and then plot the graph
you can link the data cells of course because every other row contains a new record for both shops...
Just a thought
HTH:O)Bruintje
Main Topics
Browse All Topics





by: dog42Posted on 2000-07-14 at 15:24:20ID: 3381911
Sorry, I should have made that data a bit more clear
Shop Date Data
sp1 01/01/00 ++++
sp2 01/01/00 ++++
sp1 02/01/00 ++++
sp2 02/01/00 ++++
sp1 03/01/00 ++++
sp2 03/01/00 ++++
Dog42