Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 563
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
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?

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
If Condition Kumar Excel Discussion (Misc queries) 0 December 5th 08 03:05 PM
lookup with multiple condition, but one condition to satisfy is en Eddy Stan Excel Worksheet Functions 2 October 27th 07 02:06 PM
Combine an OR condition with an AND condition Will Excel Discussion (Misc queries) 1 April 6th 07 03:52 PM
Max or Min with condition Marc Excel Worksheet Functions 2 May 24th 06 10:08 PM
Condition 1 overules condition 2? Bultgren Excel Worksheet Functions 2 January 20th 06 12:29 PM


All times are GMT +1. The time now is 05:31 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"