PC Review


Reply
Thread Tools Rate Thread

Displaying value from two lists

 
 
DAA
Guest
Posts: n/a
 
      18th Aug 2008
I have list 1 with 169 e-mail addresses and list 2 with 645 e-mail addresses.
I want to create a list of those that are in list 1 that are not in list 2. I
amusing this:
=IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),"=A1","")

My problem is that =A1 does not list the e-mail address in cell one it just
shows up at =A1. How can I get the value in A1 to show up?

Thanks
 
Reply With Quote
 
 
 
 
Spiky
Guest
Posts: n/a
 
      18th Aug 2008
On Aug 18, 3:32 pm, DAA <D...@discussions.microsoft.com> wrote:
> I have list 1 with 169 e-mail addresses and list 2 with 645 e-mail addresses.
> I want to create a list of those that are in list 1 that are not in list 2. I
> amusing this:
> =IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),"=A1","")
>
> My problem is that =A1 does not list the e-mail address in cell one it just
> shows up at =A1. How can I get the value in A1 to show up?
>
> Thanks


=IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),A1,"")
 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      18th Aug 2008
>=IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),"=A1","")

Remove the quotes and = sign:

=IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),A1,"")


--
Biff
Microsoft Excel MVP


"DAA" <(E-Mail Removed)> wrote in message
news:0BD28A70-4D2A-45FE-B4CC-(E-Mail Removed)...
>I have list 1 with 169 e-mail addresses and list 2 with 645 e-mail
>addresses.
> I want to create a list of those that are in list 1 that are not in list
> 2. I
> amusing this:
> =IF(ISERROR(VLOOKUP(A1,$C$1:$C$814,1,FALSE)),"=A1","")
>
> My problem is that =A1 does not list the e-mail address in cell one it
> just
> shows up at =A1. How can I get the value in A1 to show up?
>
> Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying file lists =?Utf-8?B?YnJpYW4=?= Windows Vista File Management 2 17th Sep 2007 05:32 PM
Re: Displaying different validation lists Gord Dibben Microsoft Excel Worksheet Functions 0 18th Dec 2006 09:49 PM
Re: Displaying different validation lists Bob Phillips Microsoft Excel Worksheet Functions 0 18th Dec 2006 09:06 PM
Re: Displaying different validation lists Debra Dalgleish Microsoft Excel Worksheet Functions 0 18th Dec 2006 09:03 PM
Lists and displaying data ezeetyger Microsoft Excel Misc 3 22nd Sep 2004 10:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:53 PM.