Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nikhil
 
Posts: n/a
Default How to compare the lists in two columns & separate odd one ?

i wish to compare list of components in WO columns and then sort out the item
which is not present in First List ?
  #2   Report Post  
Max
 
Posts: n/a
Default

One play to try ..

Assume data in cols O and W, from row1 down
The "First List" is presumed to refer to col W

Using 2 empty cols to the right, say cols Y and Z

Put in Y1:
=IF(ISERROR(SMALL(Z:Z,ROWS($A$1:A1))),"",INDEX(O:O ,MATCH(SMALL(Z:Z,ROWS($A$1
:A1)),Z:Z,0)))

Put in Z1:
=IF(ISNUMBER(MATCH(O1,W:W,0)),"",ROW())

Select Y1:Z1, copy down until the last row of data in col O

Col Y will return the items in col O not present in col W (the :First
List"). Items will be neatly bunched at the top in col Y.
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Nikhil" wrote in message
...
i wish to compare list of components in WO columns and then sort out the

item
which is not present in First List ?



  #3   Report Post  
bj
 
Posts: n/a
Default

make a helper column next to the second list and enter
=if(iserror(vlookup(B2,[Initial list],1,false),1,"")
copy down to the end of your second list
Use auto format on your helper column and select 1.
This will be a list of items in the second list which are not in the first
list.


"Nikhil" wrote:

i wish to compare list of components in WO columns and then sort out the item
which is not present in First List ?

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
Can I compare 2 lists to combine duplicate entries in new list? Tinytall Excel Worksheet Functions 0 May 13th 05 04:00 PM
compare two columns and remove duplicates Moni39 Excel Worksheet Functions 3 May 5th 05 06:08 PM
Convert three separate columns of values to dates jack Excel Worksheet Functions 3 February 3rd 05 11:30 PM
Compare Columns Michael Nesi Excel Discussion (Misc queries) 1 December 6th 04 08:45 PM
compare columns of different worksheets Classic Excel Discussion (Misc queries) 2 December 2nd 04 10:09 PM


All times are GMT +1. The time now is 06:47 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"