Z
zeta
Hello,
I have a table of data with a data point for each minute
of the year. I would like to condense this data into
hourly averages. Is there a clever way to do this with a
query? Could a pivot table do this?
My table looks like this:
Date Hour Minute ValueX
---- ---- ------ ------
1/1/03 2 5 125.3
1/1/03 2 6 126.4
etc....
TIA
Zed
I have a table of data with a data point for each minute
of the year. I would like to condense this data into
hourly averages. Is there a clever way to do this with a
query? Could a pivot table do this?
My table looks like this:
Date Hour Minute ValueX
---- ---- ------ ------
1/1/03 2 5 125.3
1/1/03 2 6 126.4
etc....
TIA
Zed