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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Is there any way to get an AVERAGEIF & MEDIANIF function in Exce



 
 
Thread Tools Display Modes
  #1  
Old June 3rd, 2005, 01:42 AM
TinaMo
external usenet poster
 
Posts: n/a
Default Is there any way to get an AVERAGEIF & MEDIANIF function in Exce

Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?
  #2  
Old June 3rd, 2005, 01:50 AM
CLR
external usenet poster
 
Posts: n/a
Default

Maybe SUMIF/COUNTIF

Vaya con Dios,

Chuck, CABGx3


"TinaMo" wrote in message
...
Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?



  #3  
Old June 3rd, 2005, 02:06 AM
TinaMo
external usenet poster
 
Posts: n/a
Default

Hey thanks...but what about the MEDIANIF? Do you know if MS Excel 2003 has
a MEDIANIF function?
"CLR" wrote:

Maybe SUMIF/COUNTIF

Vaya con Dios,

Chuck, CABGx3


"TinaMo" wrote in message
...
Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?




  #4  
Old June 3rd, 2005, 02:10 AM
Bernie Deitrick
external usenet poster
 
Posts: n/a
Default

Tina,

Array enter (using Ctrl-Shift-Enter) a formula like:
=MEDIAN(IF($B$2:$B$200=E2,$C$2*:$C$200))
That will return the median of numbers in C2:C200 where B2:B200 matched cell
E2.

For AverageIf, use SumIF/CountIF.

HTH,
Bernie
MS Excel MVP


"TinaMo" wrote in message
...
Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?



  #5  
Old June 3rd, 2005, 02:19 AM
TinaMo
external usenet poster
 
Posts: n/a
Default

Thanks,

I will try it.

"Bernie Deitrick" wrote:

Tina,

Array enter (using Ctrl-Shift-Enter) a formula like:
=MEDIAN(IF($B$2:$B$200=E2,$C$2Â*:$C$200))
That will return the median of numbers in C2:C200 where B2:B200 matched cell
E2.

For AverageIf, use SumIF/CountIF.

HTH,
Bernie
MS Excel MVP


"TinaMo" wrote in message
...
Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?




  #6  
Old May 18th, 2006, 09:47 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Is there any way to get an AVERAGEIF & MEDIANIF function in

If you have any problems getting this to work.

The following page might be useful:
http://www.bettersolutions.com/excel...N622911811.htm

regards
  #7  
Old April 23rd, 2008, 04:58 PM posted to microsoft.public.excel.worksheet.functions
tralbert
external usenet poster
 
Posts: 20
Default Is there any way to get an AVERAGEIF & MEDIANIF function in Exce

TinaMo,

Have you tried using MegaStat? It's an Excel Add-on that allows you to do
all kinds of special statistical functions in Excel. Very worth the $.

Good Luck!
--
Teri Albert


"TinaMo" wrote:

Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?

  #8  
Old April 23rd, 2008, 05:19 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips
external usenet poster
 
Posts: 5,994
Default Is there any way to get an AVERAGEIF & MEDIANIF function in Exce

=AVERAGE(IF(rng=some_condition,rng))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"tralbert" wrote in message
...
TinaMo,

Have you tried using MegaStat? It's an Excel Add-on that allows you to do
all kinds of special statistical functions in Excel. Very worth the $.

Good Luck!
--
Teri Albert


"TinaMo" wrote:

Is there any way to get an AVERAGEIF & MEDIANIF function in Excel?



 




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
"AverageIF" alternative Flutie99 General Discussion 2 May 27th, 2005 11:03 PM
Create an AVERAGEIF function. as Worksheet Functions 2 March 2nd, 2005 01:27 PM
AVERAGEIF ?? Don Guillett Worksheet Functions 2 February 4th, 2004 01:33 AM


All times are GMT +1. The time now is 12:58 PM.


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