Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Extract "Does not equal" data

Good morning

Have searched this and cant quite figure it out.

I have a column containing 1122 numbers. They are unique numbers.

I have another column that contains 359 of those 1122 numbers. How can I
determine which are the remaining 763 numbers. In other words, not equal
to the 359 numbers.

Auto filter wont work; I cant copy in the 359 numbers after using the
Does Not Equal filter in the Custom box from the Drop-down Autofilter menu.

I am stumped! Thanks to anyone who takes the time to answer. Ill keep a
close eye on this post for responses.

sam

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Extract "Does not equal" data

Your 1122 are in a1:A1122
The 359 are in D1:D359
In B1 enter =IF(ISNA(LOOKUP(A1,$D$1:$D$359)),"X","")
Copy down column
All number that are not in the short list get an X in B
Use Edit | Paste Special - Value on B
Sort A: B using B as the sort key
Of filter on B
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"sam" wrote in message
...
Good morning -

Have searched this and can't quite figure it out.

I have a column containing 1122 numbers. They are unique numbers.

I have another column that contains 359 of those 1122 numbers. How can I
determine which are the remaining 763 numbers. In other words, " not equal
to" the 359 numbers.

Auto filter won't work; I can't copy in the 359 numbers after using the
"Does Not Equal" filter in the Custom box from the Drop-down Autofilter
menu.

I am stumped! Thanks to anyone who takes the time to answer. I'll keep a
close eye on this post for responses.

sam



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Extract "Does not equal" data

Oops, I was to quick for my own good!
Use =IF(ISNA(VLOOKUP(A1,$D$1:$D$9,1,FALSE)),"X","")
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"sam" wrote in message
...
Good morning -

Have searched this and can't quite figure it out.

I have a column containing 1122 numbers. They are unique numbers.

I have another column that contains 359 of those 1122 numbers. How can I
determine which are the remaining 763 numbers. In other words, " not equal
to" the 359 numbers.

Auto filter won't work; I can't copy in the 359 numbers after using the
"Does Not Equal" filter in the Custom box from the Drop-down Autofilter
menu.

I am stumped! Thanks to anyone who takes the time to answer. I'll keep a
close eye on this post for responses.

sam



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Extract "Does not equal" data

OR......copy the 359 and paste them below 1122...keep a row's gap so that
you know where they start from because you will delete them later. now
select the column go to FilterAdvance Filtercheck COPY TO ANOTHER LOCATION
box and check UNIQUE RECORDS ONLY box. choose your range. Once you have the
unique ones...delete the ones you pasted in the first step.

does it help?

"sam" wrote in message
...
Good morning -

Have searched this and can't quite figure it out.

I have a column containing 1122 numbers. They are unique numbers.

I have another column that contains 359 of those 1122 numbers. How can I
determine which are the remaining 763 numbers. In other words, " not equal
to" the 359 numbers.

Auto filter won't work; I can't copy in the 359 numbers after using the
"Does Not Equal" filter in the Custom box from the Drop-down Autofilter
menu.

I am stumped! Thanks to anyone who takes the time to answer. I'll keep a
close eye on this post for responses.

sam



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Extract "Does not equal" data

On Mar 31, 12:42*pm, "Bernard Liengme"
wrote:
Oops, I was to quick for my own good!
Use =IF(ISNA(VLOOKUP(A1,$D$1:$D$9,1,FALSE)),"X","")
--
Bernard V Liengme
Microsoft Excel MVPhttp://people.stfx.ca/bliengme
remove caps from email

"sam" wrote in message

...



Good morning -


Have searched this and can't quite figure it out.


I have a column containing 1122 numbers. They are unique numbers.


I have another column that contains 359 of those 1122 numbers. How can I
determine which are the remaining 763 numbers. In other words, " not equal
to" the 359 numbers.


Auto filter won't work; I can't copy in the 359 numbers after using the
"Does Not Equal" filter in the Custom box from the Drop-down Autofilter
menu.


I am stumped! Thanks to anyone who takes the time to answer. I'll keep a
close eye on this post for responses.


sam- Hide quoted text -


Suggestion: wouldn't the unmatched items be produced more directly in
Col.B by just changing the "x" to A1 in the 2nd formula as follows:
Use=IF(ISNA(VLOOKUP(A1,$D1$:$D$9,1,FALSE)),A1,"")
.....AJ


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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Having a pie chart ignore data fields equal to "0" [email protected] Excel Discussion (Misc queries) 1 July 31st 06 08:13 PM
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
sort data rows "greater than or equal" criteria in another cell HV man Excel Worksheet Functions 0 March 26th 06 11:50 PM


All times are GMT +1. The time now is 08:55 PM.

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

About Us

"It's about Microsoft Excel"