Thread: Average If
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Average If

=SUMIF / COUNT IF

or

=AVERAGE(IF(...)) entered as an array formula.

Dave
--
Brevity is the soul of wit.


"Steph" wrote:

Hi. Is there a way to create a formula that would essentially be an
averageif, similar to a sumif? Thanks!