Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Condition | Excel Discussion (Misc queries) | |||
lookup with multiple condition, but one condition to satisfy is en | Excel Worksheet Functions | |||
Combine an OR condition with an AND condition | Excel Discussion (Misc queries) | |||
Max or Min with condition | Excel Worksheet Functions | |||
Condition 1 overules condition 2? | Excel Worksheet Functions |