I have a range D2:D2500 with various names of clients. I am trying to figure out which one appears the most time.
I am able to figure out the occurrence of the repetition by using the function: =MODE(COUNTIF(D2:D2500,D2:D2500)) but I am unable to get the name to display.
Does anyone have any suggestions? A VBA solution would be preferred, but a function will work too.
Thanks
I am able to figure out the occurrence of the repetition by using the function: =MODE(COUNTIF(D2:D2500,D2:D2500)) but I am unable to get the name to display.
Does anyone have any suggestions? A VBA solution would be preferred, but a function will work too.
Thanks