Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet with 20000 records in. Following is just a small snap
shot of some of the data Business Unit 2nd Item Number Trans QTY Do Ty Document Number G/L Date Unit Cost Location QOH 4050 45061EAA7197EAEA 3 OV 447943 10/06/2008 187.00 HBU 1 4050 45061EAA7197EAEA 3 OV 447943 10/06/2008 187.00 4G5 1 4050 45061EAA7197EAEA 3 OV 447943 10/06/2008 187.00 HBU 1 4050 45065EAA5000EAEA 56 OV 513251 07/08/2009 15.74 T6F 6 4050 45065EAA5000EAEA 4 OV 512387 31/07/2009 17.31 T6F 6 4050 45065EAA5000EAEA 7 OV 512388 31/07/2009 17.31 GH4 6 4050 45065EAA5000EAEA 1 OV 512389 31/07/2009 17.31 T6F 6 4050 44089EAA4000EAEA 2 OV 447262 06/06/2008 12.99 AD4 6 4050 44089EAA4000EAEA 5 OV 363699 15/03/2007 11.95 AS3 6 4050 44089EAA4000EAEA 1 OV 446036 30/05/2008 12.29 AD4 8 I want to be able to create a macro that looks down the list of data with the rule that where the 2nd item number and location are the same in multiple records, then keep those records and delete the others. I'm basically trying to do the opposite of the Remove Duplicates function. I would expect to see the following results; Business Unit 2nd Item Number Trans QTY Do Ty Document Number G/L Date Unit Cost Location QOH 4050 45061EAA7197EAEA 3 OV 447943 10/06/2008 187.00 HBU 1 4050 45061EAA7197EAEA 3 OV 447943 10/06/2008 187.00 HBU 1 4050 45065EAA5000EAEA 56 OV 513251 07/08/2009 15.74 T6F 6 4050 45065EAA5000EAEA 1 OV 512389 31/07/2009 17.31 T6F 6 4050 44089EAA4000EAEA 2 OV 447262 06/06/2008 12.99 AD4 6 4050 44089EAA4000EAEA 1 OV 446036 30/05/2008 12.29 AD4 8 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating excel file, adding code to it from code, VBE window stays | Excel Programming | |||
How can I modify my code to offset the defined range and repeat theprocedure instead of duplicating my code? | Excel Programming | |||
Run VBA code only worksheet change, but don't trigger worksheet_change event based on what the code does | Excel Programming | |||
Shorten code to apply to all sheets except a few, instead of individually naming them, and later adding to code. | Excel Programming | |||
Excel code convert to Access code - Concat & eliminate duplicates | Excel Programming |