How to avoid duplicate and add remarks

Hello guys i have an excel given below

image

Here the name “RAJU” Duplicated 2 times and in status it should show “duplicate”.

Hi @Gokul_Murali

image

Copy Excel Table To Email.zip (216.6 KB)

The doc is showing invalid is it possible it get the expression used in the dict variable and the expression used in the if condition under for each.

@Gokul_Murali

dict=New Dictionary(Of String, Boolean)

IF
Not dict.ContainsKey(CurrentRow("Name").ToString)

@Gokul_Murali

Did you got solution?

I got the solution, thank you so much @pravallikapaluri

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.