Speranza82
New Member
- Joined
- Feb 6, 2019
- Messages
- 1
I am trying to calculate the most reoccurring text in cells that contain blank cells
Code I tried
=INDEX(A2:A20,MODE(IF(A2:A20<>"",MATCH(A2:A20,A2:A20,0))))
but I am struggling to find what condition to use to remove counting the blank cells.
Any suggestions
Thank
Code I tried
=INDEX(A2:A20,MODE(IF(A2:A20<>"",MATCH(A2:A20,A2:A20,0))))
but I am struggling to find what condition to use to remove counting the blank cells.
Any suggestions
Thank