View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JayPee JayPee is offline
external usenet poster
 
Posts: 12
Default filtering out data using other worksheet

I have two worksheets, say worksheet wsA and wsB....
wsA and wsB are related by one field, say field1

I want to show only all data from wsA that does not have a matching data in
wsB.

What should I do? Thanks in Advance