Requirement:
The user wants to find the list of words/texts occurring most frequently - from max to min.
Solution:
You can use the following Array formula :
=INDEX(yourRange,MODE(MATCH(YourRange,YourRange,0)))
Obtained from the OzGrid Help Forum.
Solution provided by Carim.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to add rows and specific text after changes in data |
How to reference text in cell to unhide worksheet |
How to use the CONCATENATE function to link text in two columns |
How to delete a row if cell in range contains specific text |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.