View Single Post
  #2   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

If your data is in A1:A3000, in B1 enter:

=AVERAGE(OFFSET(B$1,10*(ROW(B1)-1),-1):OFFSET(B$1,10*(ROW(B1)-1)+10,-1))

Copy down as needed.

Lightly tested, but should work.

--

Vasant



"emel24" wrote in
message ...

How can I create automatically an average of every 10 numeric value in
one column and display the result in the next column?

For example, I have 3000 Readings in one column and want to see the
average of every 10 readings in the next column. So the next column
will show 300 averaged readings without any blanc fields in between.
Is this possible?


--
emel24
------------------------------------------------------------------------
emel24's Profile:
http://www.excelforum.com/member.php...o&userid=20004
View this thread: http://www.excelforum.com/showthread...hreadid=394821