View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AAA1986 AAA1986 is offline
external usenet poster
 
Posts: 16
Default Column Average Given 2 Criteria

I want to get the average for a certain column, given 2 different criteria.
Right now I'm using this formula for one criteria:

=SUMIF($Q$3:$Q$114,"=10",$E$3:$E$114)/COUNTIF($Q$3:$Q$114,"=10")

I want to also include that R3:R114 equals 1.

Thanks