How to get the count for alphabetical repetitions.
for example- Navneet alphabetical E comes two times
Solved! Go to Solution.
Customer alphabetical repetitions Count
| Navneet | ee | 2 | 
| Marge | None | 0 | 
| Totttal | ttt | 3 | 
It can be.
Only continuous repetitions count.
Can you share out put file
| Navneet | ee | 2 | 
| Marge | None | 0 | 
| Totttal | ttt | 3 | 
Any alphabetical can be repeat . So need to count
Hi, @tarun_kumar10
The formula as above gif, if can help get your want output, please mark it as a solution and give a like for more share.
