View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Vito
 
Posts: n/a
Default Compare two lists?


In the adjacent column,

=IF(ISNA(MATCH(A1,$B$1:$B$20,0)),"",MATCH(A1,$B$1: $B$20,0)), where A1
is the name to look up and B1:B20 contains the list of names to match.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=489418