Hello,

How can I remove duplicate rows and keep case sensitive rows
I have following rows:

row one
row One
row two
row two

and I want to keep

row one
row One
row two

I use Data -> Filter (Advanced) -> Filter the list, in place -> Unique records only but this is not case sensitive.