I am getting data from a data collection system that is time stamped. I'm getting the data at a resolution higher than what I need, so I'd like to average the data over 10 minutes. I can do this in Access pretty easily but I'd like to do this in Excel because others in my office do not have Access.
Data comes in like this, for example:
[tt]
StartDateTime Meter Value
11/12/2013 15:56 FT_METER1 0.014531707
11/12/2013 15:56 FT_METER2 0.010228882
11/12/2013 15:57 FT_METER1 0.013937836
11/12/2013 15:57 FT_METER2 0.002095947
11/12/2013 15:57 FT_METER1 0.014123688
11/12/2013 15:57 FT_METER2 0.002155762
11/12/2013 15:58 FT_METER1 0.014085236
11/12/2013 15:58 FT_METER2 0.002016602
[/tt]
There's more than 2 meters, but you get the picture.
I do not get data every minute for every meter, so the intervals are not always the same.
I tried putting it into a PivotTable, which nicely sorts the Meters into columns, but I still have the difficulty of averaging the values over the previous 10 minutes since there's not always 10 values for every 10 minute increment. It would be nice if the 10 minute increments were at even values, so 10:10, 10:20, 10:30, etc.
Thank you for your help!!!
Thanks!!
Matt
Data comes in like this, for example:
[tt]
StartDateTime Meter Value
11/12/2013 15:56 FT_METER1 0.014531707
11/12/2013 15:56 FT_METER2 0.010228882
11/12/2013 15:57 FT_METER1 0.013937836
11/12/2013 15:57 FT_METER2 0.002095947
11/12/2013 15:57 FT_METER1 0.014123688
11/12/2013 15:57 FT_METER2 0.002155762
11/12/2013 15:58 FT_METER1 0.014085236
11/12/2013 15:58 FT_METER2 0.002016602
[/tt]
There's more than 2 meters, but you get the picture.
I do not get data every minute for every meter, so the intervals are not always the same.
I tried putting it into a PivotTable, which nicely sorts the Meters into columns, but I still have the difficulty of averaging the values over the previous 10 minutes since there's not always 10 values for every 10 minute increment. It would be nice if the 10 minute increments were at even values, so 10:10, 10:20, 10:30, etc.
Thank you for your help!!!
Thanks!!
Matt