I poke values into excel from another package. The values that come through are a date, a time and a value at each time. I then create a formula that analyses the dates in column A. If there are 2 dates that are the same, it puts the first instance of that date in one row of column B and leaves subsequent rows blank.
Eg
Date New Date Time REsult
10/02 10/02 06:00:00 5
10/02 14:00:00 2
10/02 22:00:00 6
11/02 11/02 06:00:00 8
11/02 14:00:00 2
etc
The number of rows of data poked through is variable so the formula that calculates "New Date" is replicated down to row 65536. I now need to plot this data, with the y axis being labelled with the date and then the 3 times above. (ie multilevel labelling) If I use a column range to plot (eg Sheet1!B:B) the chart tries to plot too much and the end result is messy. So what I would like to do is to plot only the cells with data in them. I have managed to get the required range written into a cell using a formula. (Eg the value of cell j5 is "Sheet1!C1:C17". However I have not figured out how to use this entry as a reference when plotting the chart. Am I going down the right track? Can you actually do that - use a cell entry as a range in the chart wizard? Or is there another way that I could do what I need to do? I hope someone can help. Many thanks.
Eg
Date New Date Time REsult
10/02 10/02 06:00:00 5
10/02 14:00:00 2
10/02 22:00:00 6
11/02 11/02 06:00:00 8
11/02 14:00:00 2
etc
The number of rows of data poked through is variable so the formula that calculates "New Date" is replicated down to row 65536. I now need to plot this data, with the y axis being labelled with the date and then the 3 times above. (ie multilevel labelling) If I use a column range to plot (eg Sheet1!B:B) the chart tries to plot too much and the end result is messy. So what I would like to do is to plot only the cells with data in them. I have managed to get the required range written into a cell using a formula. (Eg the value of cell j5 is "Sheet1!C1:C17". However I have not figured out how to use this entry as a reference when plotting the chart. Am I going down the right track? Can you actually do that - use a cell entry as a range in the chart wizard? Or is there another way that I could do what I need to do? I hope someone can help. Many thanks.