Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
MC
 
Posts: n/a
Default Average data/reduction

I have a number of worksheets where each contains two rows of data
representing wind speed and direction recorded every 10sec (8636 records per
day). I would like to average every 60 records so that each record on a new
worksheet (or rows)represents the average wind speed and direction every 10
minutes of the day. I would also like to be able to set up a new data set
with only data recorded every 10 minutes (or other time interval)
represented. Any help would be much appreciated
--
MC
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bernard Liengme
 
Posts: n/a
Default Average data/reduction

In column A of Sheet2 I have some numbers
On Sheet3, I want the average of these in groups of 10
IN any cell in Sheet 3 I used:
=AVERAGE(INDIRECT("Sheet2!A"&(ROW(A1)-1)*10+1&":A"&(ROW(A1)-1)*10+10))
I copied this down the column and got what was needed

Can you adapt this?
To get every 10th entry I use =INDIRECT("Sheet2!A"&(ROW(A1)-1)*10+1) and
copied down the column
This gave me the data from A1, A11, A21..... on Sheet2
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MC" wrote in message
...
I have a number of worksheets where each contains two rows of data
representing wind speed and direction recorded every 10sec (8636 records
per
day). I would like to average every 60 records so that each record on a
new
worksheet (or rows)represents the average wind speed and direction every
10
minutes of the day. I would also like to be able to set up a new data set
with only data recorded every 10 minutes (or other time interval)
represented. Any help would be much appreciated
--
MC



  #3   Report Post  
Posted to microsoft.public.excel.newusers
MC
 
Posts: n/a
Default Average data/reduction

Worked a treat, thanks
--
MC


"Bernard Liengme" wrote:

In column A of Sheet2 I have some numbers
On Sheet3, I want the average of these in groups of 10
IN any cell in Sheet 3 I used:
=AVERAGE(INDIRECT("Sheet2!A"&(ROW(A1)-1)*10+1&":A"&(ROW(A1)-1)*10+10))
I copied this down the column and got what was needed

Can you adapt this?
To get every 10th entry I use =INDIRECT("Sheet2!A"&(ROW(A1)-1)*10+1) and
copied down the column
This gave me the data from A1, A11, A21..... on Sheet2
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MC" wrote in message
...
I have a number of worksheets where each contains two rows of data
representing wind speed and direction recorded every 10sec (8636 records
per
day). I would like to average every 60 records so that each record on a
new
worksheet (or rows)represents the average wind speed and direction every
10
minutes of the day. I would also like to be able to set up a new data set
with only data recorded every 10 minutes (or other time interval)
represented. Any help would be much appreciated
--
MC




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
plotted Average Micayla Bergen Charts and Charting in Excel 4 July 15th 05 12:13 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM
What is this kind of average called? havocdragon Excel Worksheet Functions 3 June 24th 05 05:10 PM
Average Formula with Criteria PW11111 Excel Discussion (Misc queries) 1 June 10th 05 02:22 PM
Average the Last Five Cells in a Column Warrior Princess Excel Worksheet Functions 3 March 16th 05 02:12 PM


All times are GMT +1. The time now is 04:57 AM.

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"