K
Kevin
I am importing data from a couple of guages. The data comes in with a date,
time, and value. This happens every 15 minutes 24x7
Currently what I am doing after the import, is using subtotal on every date
change to get the days min, max, and average. That creates the values in
rows unfortunately. I'd like to create a line chart with one line being the
daily min, one line being the daily max and one being the daily average.
I'm having trouble doing this without a lot of transposing data.
A sample of my source data range (with the subtotals collapsed):
3/3/2004 Var 1.48
3/3/2004 Min 70.5
3/3/2004 Max 81
3/3/2004 Average 71.6
3/4/2004 Var 0.34
3/4/2004 Min 68.4
3/4/2004 Max 71.9
3/4/2004 Average 69.6
3/5/2004 Var 0.24
3/5/2004 Min 68
3/5/2004 Max 70.2
3/5/2004 Average 68.9
I've also tried using pivots on the raw data. That gives me the same
results and with similar charting problems.
Grateful for any ideas!
Kevin
--
time, and value. This happens every 15 minutes 24x7
Currently what I am doing after the import, is using subtotal on every date
change to get the days min, max, and average. That creates the values in
rows unfortunately. I'd like to create a line chart with one line being the
daily min, one line being the daily max and one being the daily average.
I'm having trouble doing this without a lot of transposing data.
A sample of my source data range (with the subtotals collapsed):
3/3/2004 Var 1.48
3/3/2004 Min 70.5
3/3/2004 Max 81
3/3/2004 Average 71.6
3/4/2004 Var 0.34
3/4/2004 Min 68.4
3/4/2004 Max 71.9
3/4/2004 Average 69.6
3/5/2004 Var 0.24
3/5/2004 Min 68
3/5/2004 Max 70.2
3/5/2004 Average 68.9
I've also tried using pivots on the raw data. That gives me the same
results and with similar charting problems.
Grateful for any ideas!
Kevin
--