Avg where ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)
 
This is an array formula that must be entered using ctrl+shift+enter.
Suggest fewer rows
=AVERAGE(IF(F2:F65000="dfw",A2:A65000))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

avg ? 16
Avg where question 1
AVg question 6
count if ?? List if? 1
formula, code or macro? 5
Avg IF 1
help with function 1
enter value if 2 criteria are met 5

Back
Top