Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default comapre two list of data & arranging in a same manner


  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default comapre two list of data & arranging in a same manner

One venture ..

Assuming the 2 data lists are in cols A and B, from row1 down

To arrange list in col A with that in col B
Put in say, C1:
=IF(ISNA(MATCH(B1,A:A,0)),"",INDEX(A:A,MATCH(B1,A: A,0)))
Copy C1 down to last row of data in col B

And the other way around ..
To arrange list in col B with that in col A
Put in say, D1:
=IF(ISNA(MATCH(A1,B:B,0)),"",INDEX(B:B,MATCH(A1,B: B,0)))
Copy D1 down to last row of data in col A

Items in col A not found in col B if any, will not appear.
Similarly for the converse situation

Note: You should always elaborate on the subject line in your post's message
area. Do not leave the message area blank.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Sachin" wrote:
compare two list of data & arranging in a same manner

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
sorting 2 colums of numbers and incremening them down blk&wht Excel Discussion (Misc queries) 10 October 9th 06 10:12 PM
update data validation list with new entries?? cjtj4700 Excel Discussion (Misc queries) 10 December 12th 05 01:00 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


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