Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DAA DAA is offline
external usenet poster
 
Posts: 3
Default Displaying value from two lists

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Displaying value from two lists

On Aug 18, 3:32 pm, DAA 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,"" )
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DAA DAA is offline
external usenet poster
 
Posts: 3
Default Displaying value from two lists

Thank you.

"Spiky" wrote:

On Aug 18, 3:32 pm, DAA 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,"" )

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Displaying value from two lists

=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" wrote in message
...
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



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DAA DAA is offline
external usenet poster
 
Posts: 3
Default Displaying value from two lists

Thank you so much, that worked perfect.

"T. Valko" wrote:

=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" wrote in message
...
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






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Displaying value from two lists

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"DAA" wrote in message
...
Thank you so much, that worked perfect.

"T. Valko" wrote:

=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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying different validation lists Bob Excel Worksheet Functions 6 December 18th 06 11:36 PM
LISTS- adding info without repeat to other lists Jemimastar Excel Discussion (Misc queries) 1 December 1st 06 09:29 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM
Drop down lists are displaying end of list, how to make it top? LynnSouthan Excel Worksheet Functions 3 June 22nd 05 08:52 PM
Displaying, manipulating and printing huge lists of data BCBS Excel Worksheet Functions 2 April 9th 05 12:43 AM


All times are GMT +1. The time now is 06:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"