Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Is there an equivalent to sumif for average, i.e. averageif? If not, do you know of any simple solutions? I was thinking of creating a separate row to hold the relevant data subset. Using an if statement, I would blank out ("") all the values from the original data set not needed for the average calculation. And then just calculate the average on the new data subset. I figured, however, that there was probably a more desirable way to do this. Any help is appreciated. -- name ------------------------------------------------------------------------ name's Profile: http://www.excelforum.com/member.php...o&userid=34115 View this thread: http://www.excelforum.com/showthread...hreadid=538916 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(IF(rng1=condition,rng2))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (remove xxx from email address if mailing direct) "name" wrote in message ... Is there an equivalent to sumif for average, i.e. averageif? If not, do you know of any simple solutions? I was thinking of creating a separate row to hold the relevant data subset. Using an if statement, I would blank out ("") all the values from the original data set not needed for the average calculation. And then just calculate the average on the new data subset. I figured, however, that there was probably a more desirable way to do this. Any help is appreciated. -- name ------------------------------------------------------------------------ name's Profile: http://www.excelforum.com/member.php...o&userid=34115 View this thread: http://www.excelforum.com/showthread...hreadid=538916 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there any way to get an AVERAGEIF & MEDIANIF function in Exce | Excel Worksheet Functions | |||
averageif | Excel Discussion (Misc queries) | |||
how can i calc averageif | Excel Worksheet Functions | |||
"AverageIF" alternative | Excel Discussion (Misc queries) | |||
AVERAGEIF Function out there? | Excel Discussion (Misc queries) |