View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davids davids is offline
external usenet poster
 
Posts: 10
Default Data Sorting Query

Hi All,

My problem is as follows:
In my spreadsheet I have records as follows

Customer number| title | First | Last
1234 Mr John Doe
1234 Mrs Jane Doe

So they are different people at the same address (obviousl married) who
share the same "Unique" customer number. I need to exctract all of these from
my datalist into a new spreadsheet. I have tried an "If" statement but that
will only flag the first record out of the matching pair. Any suggestions??

Thanks!