I have a 3-columns table (Date,Time,Value). I would like to automatically plot the table using the following format:

  • X-axis: Time
  • Y-axis: Value
  • Series: Date

This would give me a different line for each day.

I only managed to do it manually (adding a new series for each day), yet I want it to be automatic, i.e. create a new line for every new value in the first column.

How can I do that?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you don't mind a little coding, you could try something like this:

VBA to Split Data Range into Multiple Chart Series

link|improve this answer
Ok, seems fine to me, it would be great if I could trigger the macro on external data update. Is that possible? – gregseth Jan 29 at 20:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.