Jeffrey Green
Well-known Member
- Joined
- Oct 24, 2007
- Messages
- 1,021
I have to worksheets, each with about 200,000 rows.
I only need to know if a VIN on sheet 1 lives on sheet 2. maybe 195,000 of the rows in sheet 1 do live in sheet two, so I can delete them.
I named the VIN column on Sheet 2 "VIN", and added a column B on sheet 1 and used =Countif(VIN,A2). If it is a 1, I can delete the row, if it is a 0, i need to leave it.
It takes about 45 minutes to do this . . . is there a faster way to simply identify the VINs on sheet 1 that live on Sheet 2??
Thanks
I only need to know if a VIN on sheet 1 lives on sheet 2. maybe 195,000 of the rows in sheet 1 do live in sheet two, so I can delete them.
I named the VIN column on Sheet 2 "VIN", and added a column B on sheet 1 and used =Countif(VIN,A2). If it is a 1, I can delete the row, if it is a 0, i need to leave it.
It takes about 45 minutes to do this . . . is there a faster way to simply identify the VINs on sheet 1 that live on Sheet 2??
Thanks