nickmontreal
New Member
- Joined
- Nov 3, 2016
- Messages
- 5
Hi all,
I have a home made database of client information and working to create meaningful statistics with it. No doubt I will continue to post my questions on the forum as I am an Excel Novice. Here is the current problem:
Trying to find 1st, 2nd, and 3rd most common text in a column. Currently using this array formula to find MOST common text without issue. =INDEX(O7:O9998,MATCH(MAX(COUNTIF(O7:O9998,O7:O9998)),COUNTIF(O7:O9998,O7:O9998),0))
However, every formula I use to find 2nd and 3rd most common text create errors. Please help!
Many thanks,
I have a home made database of client information and working to create meaningful statistics with it. No doubt I will continue to post my questions on the forum as I am an Excel Novice. Here is the current problem:
Trying to find 1st, 2nd, and 3rd most common text in a column. Currently using this array formula to find MOST common text without issue. =INDEX(O7:O9998,MATCH(MAX(COUNTIF(O7:O9998,O7:O9998)),COUNTIF(O7:O9998,O7:O9998),0))
However, every formula I use to find 2nd and 3rd most common text create errors. Please help!
Many thanks,