Thread: Avg where ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Avg where ?

This is an array formula that must be entered using ctrl+shift+enter.
Suggest fewer rows
=AVERAGE(IF(F2:F65000="dfw",A2:A65000))

--
Don Guillett
SalesAid Software

"Tammy" wrote in message
...
Hello can anybody tell me what what with my statement?

I want my spread sheet to figure an average of the values in column F
Where
the value in column A = DFW.


=AVERAGE(A2:A65000,MATCH("dfw",F2:F65000,0),0)