| View previous topic :: View next topic |
| Author |
Message |
GeraldL General User

Joined: 10 Aug 2004 Posts: 15
|
Posted: Tue Aug 10, 2004 1:43 pm Post subject: compare rows |
|
|
Hello,
I have a spreadsheet with 4 sheets. Sheet 1 contains 22652 rows, sheet 2 contains 22975 rows and sheet 3 contains 13790 rows. I need to compare sheet 1 against sheet 2 and then sheet 3 to find any matching rows. If a match is found I then need to place the matching row from sheet 1 into sheet 4. In the end sheet 4 should only contain the rows that are present in sheet 1 and either sheet 2 or 3.
I have tried using loops to compare the rows from sheet 1 to all the rows in sheet 2 and 3, this works but is very slow.
Can anyone point me in a different direction that hopefully runs faster.
thanks
gerald |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3618 Location: Columbus, Ohio, USA
|
|
| Back to top |
|
 |
|