A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Average of numbers in column between to other numbers



 
 
Thread Tools Display Modes
  #1  
Old March 31st, 2005, 02:35 AM
Ditandhischeese
external usenet poster
 
Posts: n/a
Default Average of numbers in column between to other numbers

If i have a big column of numbers, and i would want to select that column and
find the averages of all the numbers in that column that are between 0 and
500, how would i type that formula? Thanks!
  #2  
Old March 31st, 2005, 03:10 AM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default

One way

=AVERAGE(IF((A1:A20000)*(A1:A2000500),A1:A2000))

entered with ctrl + shift & enter

--
Regards,

Peo Sjoblom


"Ditandhischeese" wrote in
message ...
If i have a big column of numbers, and i would want to select that column
and
find the averages of all the numbers in that column that are between 0 and
500, how would i type that formula? Thanks!



  #3  
Old March 31st, 2005, 03:35 AM
CLR
external usenet poster
 
Posts: n/a
Default

=(SUMIF(A:A,"0",A:A)-SUMIF(A:A,"500",A:A))/(COUNTIF(A:A,"0")-COUNTIF(A:A,
"500"))

All on one line, watch out for email word-wrap

Vaya con Dios,
Chuck, CABGx3



"Ditandhischeese" wrote in
message ...
If i have a big column of numbers, and i would want to select that column

and
find the averages of all the numbers in that column that are between 0 and
500, how would i type that formula? Thanks!



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Splitting Numbers in a Column jer101 General Discussion 3 October 4th, 2004 10:53 PM
Separating letters and numbers from same column? Manfred General Discussion 3 September 16th, 2004 07:47 AM
adding numbers in column if criteria met Barb General Discussion 2 September 9th, 2004 05:22 PM


All times are GMT +1. The time now is 08:41 AM.


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