+ Reply to Thread
Results 1 to 2 of 2

Set symmetric difference advanced level

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 365
    Posts
    4

    Set symmetric difference advanced level

    set symmetric difference using excel VBA how to perform that is if in one cell say A2 i type (1,2,4) and in other cell say b2 i type (1,2,3) then there set symmetric difference in say cell A3 is (4,3) that is elements present in only one of the sets but nt in the intersection. i LOOK TO DO SOMETHING LIKE IN THE FILE ATTACHED CAN I WRITE A vba CODE IN EXCEL HOW CAN I FIND set symmetric difference AND ACCESS CAN SOME ONE HELP ME WITH SOME SAMPLE CODE.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Set symmetric difference advanced level

    Please Login or Register  to view this content.
    strings to compare in A4 B4, put in C4 =CompareLists(A4;B4)
    Last edited by patel45; 11-03-2012 at 04:00 AM.
    If solved remember to mark Thread as solved

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1