View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Trying to average col c if col a = "value" and col b = "value2"

Try this array formula** :

E1 = value1
F1 = value2

=AVERAGE(IF((A1:A10=E1)*(B1:B10=F1),C1:C10))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"MBS" wrote in message
...
I'm having a hard time sorting the format of the formula out - any
assistance
is appreciated.

--
MBS