View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hpaisawala@gmail.com is offline
external usenet poster
 
Posts: 2
Default Fitering/Matching Data based on various Criteria

Hi,

I have to perform the following task on a spreadsheet with more than
9000 records on it. Is it possible to write a macro to do this.

I wish to match data from two excel spreadsheets. After matching them I
want to try and match the remaining unmatched data with another
spreadsheet. This is how it should work.

There are two spreadsheets say spreadsheet A (sA) and spreadsheet (sB)

Now the date on spredasheet A is in american Date format that is
mm/dd/yyyy and in spreadsheet B is in yyyymmdd format.

The first thing I want to do is delete all the records from sA and sB
which have dates than a particular date that will be stored in
another worksheet.

Then I want to match Column C in sA with Column E in sB. It should
remove all the matching Columns and leave me with the Unmatched
columns.

Now the remaining Unmatched records need to be matched to another
Spreadsheet, say sreadsheet C (sC).

So, now sA needs to be matched to sC and sB needs to be matched to sC
based on one of the columns.

Could anyone help please.

Many Thanks and Kind Regards,
Hussain