EducationWarrior
New Member
- Joined
- Jan 20, 2011
- Messages
- 2
I would like to determine the most frequent occurrence of a string within a range (not just a column). If all strings are within a column, I can use =INDEX(array,MATCH(MAX(COUNTIF(array,array)),COUNTIF(array,array),0)), but this does not work when the data is distributed across a range with n columns and m rows. Any ideas on how to do that without having to rearrange everything into a column (or row)?