chasing_answers
New Member
- Joined
- Mar 16, 2010
- Messages
- 1
I am running Excel 2003 on Windows XP.
I would like to perform the following
Vlookup(c6,'Sheet 2'!a1:b43300,2)
The Vlookup would be used for rows d6:d81 on Sheet 1. Each following vlookup would be the same format (e.g. Vlookup(c6,'Sheet 2'!a1:b43300,2)). C6 represents a zip code with a maximum of 76 different values. Column a in sheet 2 represents all of the zip codes in the United States. After performing the Vlookup, I would like to delete all the rows in Sheet 2 that did not have an entry in column A matching any of the entries in column C of sheet 1. Thus, the only rows remainin on sheet 2 would be those that have a match for the vlookup performed on sheet 1. I am doing this to reduce file size.
Many thanks in advance.
I would like to perform the following
Vlookup(c6,'Sheet 2'!a1:b43300,2)
The Vlookup would be used for rows d6:d81 on Sheet 1. Each following vlookup would be the same format (e.g. Vlookup(c6,'Sheet 2'!a1:b43300,2)). C6 represents a zip code with a maximum of 76 different values. Column a in sheet 2 represents all of the zip codes in the United States. After performing the Vlookup, I would like to delete all the rows in Sheet 2 that did not have an entry in column A matching any of the entries in column C of sheet 1. Thus, the only rows remainin on sheet 2 would be those that have a match for the vlookup performed on sheet 1. I am doing this to reduce file size.
Many thanks in advance.
Last edited: