Find duplicate

i have one excel find the duplicate record from this and code is not stop even excel is empty

Hi @Yogita_Gaikwad ,

Can you please elaborate your problem.

Thanks

Transaction_ Number | Transaction_Reference

1234 | Yogita
5678 | Minal
9101 | Nikhil
1122 | Akshay
1345 | Minal

above are the two excel column find the duplicate from Transaction_Reference column and want output below

Transaction_ Number Transaction_Reference
                5678       |  Minal 
                1345       |  Minal

and also if excel is empty code still running

Hi @Yogita_Gaikwad

you can try this solution

Sequence.xaml (7.5 KB)

i only get Transaction reference column i also want Transaction Number of duplicate values

check the output columns in the filter data table, it could be there mistake in the column name.

1 Like