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 selected data in a cloumn



 
 
Thread Tools Display Modes
  #1  
Old October 8th, 2009, 05:13 PM posted to microsoft.public.excel.misc
Butch[_3_]
external usenet poster
 
Posts: 1
Default Average selected data in a cloumn

I have a column with data that ranges from .052 up to 2.15. I want to averge
only that data that is .10 and .150

there are approximately 4300 data points in each column

how do I accomplish this?
--
Butch
  #2  
Old October 8th, 2009, 05:26 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Average selected data in a cloumn

=AVERAGE(IF((A1:A50000.1)*(A1:A50000.15),A1:A500 0))

Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=formula}"

If this post helps click Yes
---------------
Jacob Skaria


"Butch" wrote:

I have a column with data that ranges from .052 up to 2.15. I want to averge
only that data that is .10 and .150

there are approximately 4300 data points in each column

how do I accomplish this?
--
Butch

 




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


All times are GMT +1. The time now is 12:14 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.