average formula

J

Jose

I need to do an average using a vlookup I think. I am
looking up the criteria (A1) in fields D1 - D100. I need it
to pull and average the data that is in F1 - F100 that
meets the criteria. The data in A1 is found multiple times
in column D.
 
A

Aladin Akyurek

=AVERAGE(IF($D$1:$D$100=A1,$F$1:$F$100))

which must be confirmed with control+shift+enter instead of just with enter.
 
B

Barbara

Jose said:
I need to do an average using a vlookup I think. I am
looking up the criteria (A1) in fields D1 - D100. I need it
to pull and average the data that is in F1 - F100 that
meets the criteria. The data in A1 is found multiple times
in column D.


=AVERAGE(IF($D$1:$D$11=$A$1,$F$1:$F$11))
array formula (to be entered with CTRL+MAIUSC+INVIO)

Hope it could help you.

Regards
Barbara
 
J

Jose

-----Original Message-----
I need to do an average using a vlookup I think. I am
looking up the criteria (A1) in fields D1 - D100. I need it
to pull and average the data that is in F1 - F100 that
meets the criteria. The data in A1 is found multiple times
in column D.
.
Thanks to all who posted. The formula works.

Thanks
 

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

Top