Hello:
I have data measured in every second for three things (NOx, NO and NO2T). I want to reduce each of these three things to minute-average and minute-median data. How can I do it in Microsoft Access? Below is the example of a sub-sample of data.
DateTime NOx NO NO2T 0:00:28 1.063 0.074 0.989 0:00:38 1.27 0.071 1.199 0:00:48 1.494 0.067 1.427 0:00:58 1.509 0.064 1.444 0:01:08 1.528 0.084 1.443 0:01:18 1.566 0.105 1.46 0:01:28 1.585 0.125 1.461 0:01:38 1.603 0.126 1.476 0:01:48 1.599 0.11 1.49 0:01:58 1.584 0.099 1.484 0:02:08 1.569 0.089 1.48
Thanks,
Kundu