Forum Discussion
Jeff_Ho
Dec 09, 2020Copper Contributor
Determine most common text in an incomplete list
Hi All, I am looking to determine the most common occurrence of a text entry in a list. I am using the following formula: {=INDEX(E4:E11,MODE(IF(E4:E11 <> 0,MATCH(E4:E11,E4:E11,0))))} The fo...