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  

averageif with 3 crieteria



 
 
Thread Tools Display Modes
  #1  
Old May 28th, 2010, 01:04 AM posted to microsoft.public.excel.worksheet.functions
Rene
external usenet poster
 
Posts: 140
Default averageif with 3 crieteria

SUMPRODUCT(--(S498:S534="a"),--(G498:G534=100),--(G498:G534=200))/SUMPRODUCT(--(S498:S534="a"),--(G498:G534""))

I searched questions already answered but did not see averageif with 3
criteria

I want the formula to return the average. Thanks in advance
  #2  
Old May 28th, 2010, 02:17 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default averageif with 3 crieteria

I want the formula to return the average.

The average of what?

It looks like you're calculating the percentage of cells that meet a
condition. Why do you think you need/want an "averageif" formula?

What version of Excel are you using?

--
Biff
Microsoft Excel MVP


"Rene" wrote in message
...
SUMPRODUCT(--(S498:S534="a"),--(G498:G534=100),--(G498:G534=200))/SUMPRODUCT(--(S498:S534="a"),--(G498:G534""))

I searched questions already answered but did not see averageif with 3
criteria

I want the formula to return the average. Thanks in advance



  #3  
Old May 29th, 2010, 12:38 AM posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_]
external usenet poster
 
Posts: 1,764
Default averageif with 3 crieteria

Hi,

Try this

=SUMPRODUCT(--(S498:S534="a"),--(G498:G534=100),--(G498:G534=200)*(G498:G534))/SUMPRODUCT(--(S498:S534="a"),--(G498:G534=100),--(G498:G534=200))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Rene" wrote in message
...
SUMPRODUCT(--(S498:S534="a"),--(G498:G534=100),--(G498:G534=200))/SUMPRODUCT(--(S498:S534="a"),--(G498:G534""))

I searched questions already answered but did not see averageif with 3
criteria

I want the formula to return the average. Thanks in advance


 




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 11:23 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.