Hello Forum,
I have multiple entries in a column and I'm trying to check if there are any duplicates. For example,
Column A
4132
5321
4132
8421
1341
5321
4132
What I want for this formula to do is to check the column and see if any of the cells repeat, and if they do determine the multiplicity. So the final result would look like:
A B
4132 3
5321 2
4132 3
8421 1
1341 1
5321 2
Any ideas?
Thanks in advance,
shaero
I have multiple entries in a column and I'm trying to check if there are any duplicates. For example,
Column A
4132
5321
4132
8421
1341
5321
4132
What I want for this formula to do is to check the column and see if any of the cells repeat, and if they do determine the multiplicity. So the final result would look like:
A B
4132 3
5321 2
4132 3
8421 1
1341 1
5321 2
Any ideas?
Thanks in advance,
shaero
Last edited: