excel - 10 millisecond data - need to group in 15 minute blocks and apply log average to each block -
i have set of data taken @ 10 millisecond intervals. need group data 15 minute blocks (9,000 milliseconds) , obtain log average 1 column , 10th lowest percentile other (my data in decibels).
is there way can split data every 9,000th row , form groups this, , apply formula each group - without having repeat process each group? i.e. way set can drag down results (i have 2 weeks of data.)
to calculate average of rows 1-9000 in column a
can use following formula:
=average(index(a:a,(rows($1:1)-1)*9000+1):index(a:a,(rows($1:1))*9000))
if drag down, next 1 calculate rows 9001-18000 , on.
Comments
Post a Comment