cancel
Showing results for 
Search instead for 
Did you mean: 

Count duplicities in column

Former Member
0 Kudos

Hello gurus,

I would like to ask you for your help,

I want to create column with quantity of the values from "Ref" column, but I need quantity number in each row.

I tried formula like "=Count(Ref) In (Ref)" or "=Count(Ref;All) ForAll (Ref)" but it's not working

Thanks for your answers

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

try this.

=count(ref;all) in (ref)

Former Member
0 Kudos

It's working, thank you!

Answers (0)