Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
emel24
 
Posts: n/a
Default How to average every 10 numeric values


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

  #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



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Values in A1:A3000

In B1 enter:

=AVERAGE(OFFSET(A$1,(ROW(1:1)-1)*10,,10))

Copy down to B300

Biff

"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



  #4   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

Nice, Biff; better than my solution! :-)

Regards,

Vasant

"Biff" wrote in message
...
Hi!

Values in A1:A3000

In B1 enter:

=AVERAGE(OFFSET(A$1,(ROW(1:1)-1)*10,,10))

Copy down to B300

Biff

"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





  #5   Report Post  
emel24
 
Posts: n/a
Default


Thank you very much to you all! It works very good!!! :-)


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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text values to numeric values jayveejay Excel Discussion (Misc queries) 1 August 10th 05 05:03 PM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM
How to use an array or matrix to return text vs. numeric values Ingrid Excel Worksheet Functions 2 April 10th 05 12:51 AM
Leading Zeros in Numeric Values DBavirsha Excel Worksheet Functions 6 January 4th 05 05:21 PM
Calculating Average Values Using Arithmetic Equations ryangruhn Excel Worksheet Functions 0 November 3rd 04 07:42 PM


All times are GMT +1. The time now is 03:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"