#1   Report Post  
Posted to microsoft.public.excel.misc
Kathy
 
Posts: n/a
Default Formula help

Could someone please help me write a formula to obtain and average of
L5:L25000 of numbers greater than 2??

thanks,
Kathy
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula help

Try this:

=SUMIF(L5:L25000,"2")/COUNTIF(L5:L25000,"2")

HTH,
Elkar


"Kathy" wrote:

Could someone please help me write a formula to obtain and average of
L5:L25000 of numbers greater than 2??

thanks,
Kathy

  #3   Report Post  
Posted to microsoft.public.excel.misc
Kathy
 
Posts: n/a
Default Formula help

Thank you for your help - just to double check this gives me an average of
the numbers greater than 2?

"Elkar" wrote:

Try this:

=SUMIF(L5:L25000,"2")/COUNTIF(L5:L25000,"2")

HTH,
Elkar


"Kathy" wrote:

Could someone please help me write a formula to obtain and average of
L5:L25000 of numbers greater than 2??

thanks,
Kathy

  #4   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula help

Correct. Any number that is 2 or less will not be involved in the calculation.

"Kathy" wrote:

Thank you for your help - just to double check this gives me an average of
the numbers greater than 2?

"Elkar" wrote:

Try this:

=SUMIF(L5:L25000,"2")/COUNTIF(L5:L25000,"2")

HTH,
Elkar


"Kathy" wrote:

Could someone please help me write a formula to obtain and average of
L5:L25000 of numbers greater than 2??

thanks,
Kathy

  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Formula help

Yes- if you'll note in the formula the numbers greater than 2 but not
equal to 2 are considered.



  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Formula help

=SUMIF(L5:L25000,"2",L5:L25000)/COUNTIF(L5:L25000,"2") generates a
simple average.

  #7   Report Post  
Posted to microsoft.public.excel.misc
Kathy
 
Posts: n/a
Default Formula help

Thank you very much! Have a great day.

"Dave O" wrote:

=SUMIF(L5:L25000,"2",L5:L25000)/COUNTIF(L5:L25000,"2") generates a
simple average.


  #8   Report Post  
Posted to microsoft.public.excel.misc
Kathy
 
Posts: n/a
Default Formula help

I guess I was concerned because the word "average" is not in the formula

"Dave O" wrote:

=SUMIF(L5:L25000,"2",L5:L25000)/COUNTIF(L5:L25000,"2") generates a
simple average.


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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 02:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"