Thread
:
Avg where ?
View Single Post
#
1
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
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)
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett