Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AVERAGEIF | Excel Worksheet Functions | |||
Help with Averageif Formula (don't think I should use Averageif) | Excel Discussion (Misc queries) | |||
AverageIf | Excel Discussion (Misc queries) | |||
averageif | Excel Discussion (Misc queries) | |||
Counting cell depending on certain crieteria | Excel Discussion (Misc queries) |