How to count in each filter value in excel using uipath

Hi Guys,

I need to count in each filter value in excel using uipath

for example,
column1
aa
bb
cc
aa
column 2
gg
ff
gg
gg

Result:
aa count is 2
gg count is 3

Please anyone help this

Regards,
Raja G

Have a look at this thread

1 Like

Hi @nadim.warsi,

I want below output , please anyone help this

Emp

Regards,
Raja G

1 Like

Let me try and create a sample for you.

here is a sample xaml which achieves the output.
image

it check only colmun 2 for duplicates.
Duplicate.xaml (41.3 KB)