hello
i have two column each have set of product names but one column dose have names that aren't in the other column so how to organize the two column so they have identical rows
like
column one column two
product product
a b
b c
c a
d d
e
f
g
i want to sort the two column like this
product
a a
b b
c c
d d
e
f
g