Thread: Lookup values
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Lookup values

Assume ALL IDs - Addresses are listed in Sheet1's cols A & B
In Sheet2,
In A2 down, you have listed the IDs for those
addresses that did not respond to my first mailing

Put in B2: =VLOOKUP(A2,Sheet1!A:B,2,0)
Copy B2 down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:363 Subscribers:64
xdemechanik
---
"TRBoccuz" wrote:
I have an excell spreadsheet that contains mailing address. each address is
identified by a unique number. I wish to do a second mailing to the
addresses that did not respond to my first mailing. I have listed the unique
number in a seperate work book. I wish to use the lookup function to pull
the address that do not match the inique number recived. any suggestion?