View Single Post
  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Assume you have the unique list of names in A10:A13

In B10 enter this formula using the key combo of CTRL,SHIFT,ENTER:

=AVERAGE(IF(A$1:A$4=A10,B$1:B$4,IF(C$1:C$4=A10,D$1 :D$4)))

Copy down to B13

Biff

"KevinE" wrote in
message ...

Hello all,

I would like a formula that would find an average from two unsorted
lists.
One containing 12 months data and the other 3 months.


[a1]John [b1]26 [C1]Jack [D1]14
[a2]Fred [b2]21 [C2]John [D2]11
[a3]Jack [b3]32 [C3]Pete [D3]15
[a4]Pete [b4]24 [C4]Fred [D4]9

The averages should work out as:
John 18.5
Fred 15.0
Jack 23.0
Pete 19.5

many thanks for any help.


--
KevinE
------------------------------------------------------------------------
KevinE's Profile:
http://www.excelforum.com/member.php...nfo&userid=525
View this thread: http://www.excelforum.com/showthread...hreadid=395064