Value counter multiple column

Hi again,

I have two columns and I want to count the repeated pair values. Example:

col1 col2
A 1
B 2
A 1
B 2
C 3

Should result

col1 col2 count
A 1 2
B 2 2
C 3 1

Any help, please?

Thank you

Hi @jquadrada

Multiple options to do this see value_counter.knwf (21.8 KB)
Schermafdruk van 2021-09-27 12-17-12
gr. Hans

4 Likes

Yeah! Thank you! First option is great for me!

1 Like

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