rhnaeco
Technical User
- Aug 11, 2005
- 45
Hi,
I have a data file which looks like this:
12.44342 45.42285 -6.63031 49170 243 159.083
12.44332 45.4228 -6.66277 49180 105 142.417
12.44315 45.42279 -6.66277 49190 255 133.25
12.44297 45.42279 -6.64404 49200 120 109.25
12.4428 45.42277 -6.66027 49210 231 103.583
12.44263 45.42272 -6.64404 49220 157 110.25
12.44247 45.4227 -6.59535 49230 255 86.5833
12.44232 45.42267 -6.62781 49240 129 74.4167
12.44215 45.42264 -6.62781 49250 162 33.5833
12.442 45.4226 -6.59535 49260 255 91.4167
12.44183 45.42259 -6.57911 49270 175 85.5833
12.44167 45.42255 -6.59535 49280 106 102.417
12.44075 45.42242 -6.54666 49336 182 37.9167
i would like to average each record on the last field with the following 5 records so the last field looks like:
A (command in excel)
129.5166 =Average(A1:A5)
119.75 =Average(A2:A6)
108.58326 =Average(A3:A7)
96.8166 =Average(A4:A8)
81.68326
79.25
74.31666
77.4834
70.1834
70.35008
54.91674
86.25008
80.71668
87.98334
other answers on averaging seem very long and complicated, but i find it hard to believe that excel could be easier!!
thanks in advance
rhnaeco
I have a data file which looks like this:
12.44342 45.42285 -6.63031 49170 243 159.083
12.44332 45.4228 -6.66277 49180 105 142.417
12.44315 45.42279 -6.66277 49190 255 133.25
12.44297 45.42279 -6.64404 49200 120 109.25
12.4428 45.42277 -6.66027 49210 231 103.583
12.44263 45.42272 -6.64404 49220 157 110.25
12.44247 45.4227 -6.59535 49230 255 86.5833
12.44232 45.42267 -6.62781 49240 129 74.4167
12.44215 45.42264 -6.62781 49250 162 33.5833
12.442 45.4226 -6.59535 49260 255 91.4167
12.44183 45.42259 -6.57911 49270 175 85.5833
12.44167 45.42255 -6.59535 49280 106 102.417
12.44075 45.42242 -6.54666 49336 182 37.9167
i would like to average each record on the last field with the following 5 records so the last field looks like:
A (command in excel)
129.5166 =Average(A1:A5)
119.75 =Average(A2:A6)
108.58326 =Average(A3:A7)
96.8166 =Average(A4:A8)
81.68326
79.25
74.31666
77.4834
70.1834
70.35008
54.91674
86.25008
80.71668
87.98334
other answers on averaging seem very long and complicated, but i find it hard to believe that excel could be easier!!
thanks in advance
rhnaeco