Hi,
Can anyone write me a formula that counts cells which have exactly the same value or the same text by each row?
The result should be looking something like this:
<tbody>
A
B
C
Result
AlicK*
Alick*
Alick*
2
B.Mus.
B.MUS.
B.MUS.
2
Cl.
Cl
cl.
0
Corel
Corel
Corel
3
</tbody>
Any help...