PC Review


Reply
Thread Tools Rate Thread

Cell Reference Math

 
 
JR
Guest
Posts: n/a
 
      12th Dec 2005
I am using Exel to analyze mechanical test date. The data files can be
600 to 6000 points. I need to capture an 50 point average at the 25%
and 75% points in the data. Is there a way to auto adjust where the
averages are taken based upon the number of data points. I can get the
number of data points using the COUNTIF function. Is there a way to
add this result as the numeric part of a cell reference and do the
appropriate math to select the correct ranges. I hope this explanation
makes sense.

 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      12th Dec 2005
Could you please explain:
<I need to capture an 50 point average at the 25%
and 75% points in the data.>
You want an average of the top 25% and the lower 75%?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"JR" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am using Exel to analyze mechanical test date. The data files can be
> 600 to 6000 points. I need to capture an 50 point average at the 25%
> and 75% points in the data. Is there a way to auto adjust where the
> averages are taken based upon the number of data points. I can get the
> number of data points using the COUNTIF function. Is there a way to
> add this result as the numeric part of a cell reference and do the
> appropriate math to select the correct ranges. I hope this explanation
> makes sense.
>



 
Reply With Quote
 
JR
Guest
Posts: n/a
 
      12th Dec 2005
When the data set is 600 points long, I need a 50 point average at
150-200 and 450-500.
When the data set is 6000 points long, I need a 50 point average at
1500-1550 and 4500-4550.

Does this exaplin it??

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      12th Dec 2005
JR,

Please don't multi-post the same question.

My answer from worksheet functions....

How about these, for data in column A, and a title value in cell A1

=AVERAGE(OFFSET(A1,COUNT(A:A)*0.25-25,0,50,1))
and
=AVERAGE(OFFSET(A1,COUNT(A:A)*0.75-25,0,50,1))

HTH,
Bernie
MS Excel MVP


"JR" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am using Exel to analyze mechanical test date. The data files can be
> 600 to 6000 points. I need to capture an 50 point average at the 25%
> and 75% points in the data. Is there a way to auto adjust where the
> averages are taken based upon the number of data points. I can get the
> number of data points using the COUNTIF function. Is there a way to
> add this result as the numeric part of a cell reference and do the
> appropriate math to select the correct ranges. I hope this explanation
> makes sense.
>



 
Reply With Quote
 
JR
Guest
Posts: n/a
 
      13th Dec 2005
Bernie

Thanks tons...that worked perfectly.....

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      13th Dec 2005
> Thanks tons...

You're quite welcome

>that worked perfectly.....


But, of course ;-)

Bernie
MS Excel MVP


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell reference math =?Utf-8?B?QWRhbV9f?= Microsoft Excel Misc 6 11th Sep 2007 02:26 PM
CELL REFERENCE MATH =?Utf-8?B?SlI=?= Microsoft Excel Misc 1 12th Dec 2005 05:51 PM
cell reference math =?Utf-8?B?SlI=?= Microsoft Excel Worksheet Functions 1 12th Dec 2005 05:07 PM
Cell Reference Math =?Utf-8?B?UmFscGggSG93YXJ0aA==?= Microsoft Excel Worksheet Functions 0 26th Jan 2005 06:27 PM
cell reference math Brian Microsoft Excel Worksheet Functions 3 7th Aug 2003 02:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:54 AM.