Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Average selected data in a cloumn

=AVERAGE(IF((A1:A50000.1)*(A1:A5000<0.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

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
Average across selected worksheets Stephanie Excel Worksheet Functions 1 March 19th 09 03:17 PM
Missing Cloumn data when importing external data Findus Excel Discussion (Misc queries) 0 December 16th 08 11:22 AM
Average Selected Cells From a Range pdberger Excel Worksheet Functions 3 July 19th 07 05:21 PM
copying data from matching cloumn kuansheng Excel Worksheet Functions 8 March 21st 06 01:52 AM
Average of selected field GJR3599 Excel Worksheet Functions 1 March 2nd 05 08:31 PM


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