View Single Post
  #2   Report Post  
Max
 
Posts: n/a
Default

Typo, sorry ..

Line
Col C will return the list of items which match with the master in sheet A


should read:
Col C will return the list of items which do not match with the master in

sheet A

If you want the list of items which match with the master in sheet A,
just change the line:

Put in B1: =IF(A1="","",IF(MATCH(A1,A!A:A,0),"",ROW()))

to
Put in B1: =IF(A1="","",IF(MATCH(A1,A!A:A,0),ROW(),""))

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----