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  

AMVERAGIF Condition



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2010, 02:10 PM posted to microsoft.public.excel.worksheet.functions
rwtrader
external usenet poster
 
Posts: 8
Default AMVERAGIF Condition

I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?
  #2  
Old June 4th, 2010, 02:20 PM posted to microsoft.public.excel.worksheet.functions
steve
external usenet poster
 
Posts: 28
Default AMVERAGIF Condition

"And" will return true/false, try using IF(AND(-------)) which will return a
value as the criteria.

Regards
Steve

"rwtrader" wrote in message
...
I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?



  #3  
Old June 4th, 2010, 02:21 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default AMVERAGIF Condition

Don't know the new function AVERAGEIF,
but indicatively something like this array-entered should do it:
=average(if((Cond1)*(Cond2),Range))
--
Max
Singapore
---
"rwtrader" wrote:
I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?

  #4  
Old June 4th, 2010, 02:27 PM posted to microsoft.public.excel.worksheet.functions
Teethless mama
external usenet poster
 
Posts: 3,722
Default AMVERAGIF Condition

=AVERAGEIF(AvgRange,Range1,Criteria1,Range2,Criter ia2)


"rwtrader" wrote:

I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?

  #5  
Old June 4th, 2010, 02:32 PM posted to microsoft.public.excel.worksheet.functions
Jackpot
external usenet poster
 
Posts: 28
Default AMVERAGIF Condition

Try
AverageIfs()

"rwtrader" wrote:

I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?

  #6  
Old June 4th, 2010, 02:40 PM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 516
Default AMVERAGIF Condition

There is no need to use AND
This formula
=AVERAGEIFS(A2:A10,B2:B10,"=20",B2:B10,"=50")
will average the values in the A range when the corresponding B values lie
in the interval 20 to 50
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
REMINDER: These newsgroups are about to die. We will all meet again at
http://social.answers.microsoft.com/...ry/officeexcel

"rwtrader" wrote in message
...
I am having trouble adding an AND statement to the condition portion of
the
AVERAGEIF statement. Is there a trick to doing this?


  #7  
Old June 4th, 2010, 02:41 PM posted to microsoft.public.excel.worksheet.functions
rwtrader
external usenet poster
 
Posts: 8
Default AVERAGEIF Condition

What is the syntax for AverageIfs? I don't see that function in 2007.

"Jackpot" wrote:

Try
AverageIfs()

"rwtrader" wrote:

I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?

 




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 09:39 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.