Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"T. Valko" wrote...
=IF(OR(Q34, Q44, Q53,Q63), MAX(3,AVERAGE(IF(score0,score))),AVERAGE(IF(sco re0,score))) I didn't even think of that. Since it's already an array formula we could also do this: =IF(OR(Q3:Q44,Q5:Q63),MAX(3,AVERAGE(IF(score0, score))),AVERAGE(IF(score0,score))) .... Somewhat on a tangent, should this return a number when there are no numbers at all in the range named score? If not, then maybe the following array formula. =IF(COUNT(score),MAX(IF(OR(Q3:Q44,Q5:Q63),3,-1E307),AVERAGE(IF (score0,score))),"") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding if to Average If Array function | Excel Worksheet Functions | |||
Adding rows to the data array used in an Index function | Excel Discussion (Misc queries) | |||
Adding error suppression to AVERAGE FUNCTION | Excel Worksheet Functions | |||
Small Array is too big for AVERAGE Function? | Excel Worksheet Functions | |||
Can a cell refer to range name/array of data previously set? | Excel Discussion (Misc queries) |