I'm looking for a tool/script that could help me to get only unique values when comparing two columns, and only unique values from second column. For example, if data is:
column1:
aa
bb
cc
column2:
aab
bb
ccd
In this case I would like to see in outcome 'aab and ccd' values, because it doesn't exist in column1. Excel seems to me doesn't have this exact functionality.
Thank you in advance