Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Create Average if value between 2 numbers

I wish to average a column of values if the values in another column (same
rows) are between a specific range, eg 100 and <200.

Thanks

Todd
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Create Average if value between 2 numbers

Try this:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=AVERAGE(IF((A1:A10100)*(A1:A10<200),B1:B10))

Biff

"Todd_Aus" wrote in message
...
I wish to average a column of values if the values in another column (same
rows) are between a specific range, eg 100 and <200.

Thanks

Todd



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
Do I have to make my times be numbers to get a true average? Leslie Excel Discussion (Misc queries) 1 December 9th 05 02:48 PM
Renaming Sequential Rows to create serial numbers forceten32 Excel Worksheet Functions 4 November 13th 05 11:17 PM
How do I create incremental numbers on an order form? Mark Excel Discussion (Misc queries) 4 July 6th 05 01:23 AM
Average of numbers in column between to other numbers Ditandhischeese Excel Discussion (Misc queries) 2 March 31st 05 03:35 AM
How do I average positive numbers only Susannah Excel Discussion (Misc queries) 2 February 15th 05 01:35 AM


All times are GMT +1. The time now is 01:23 PM.

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"