Hello everyone,
I need help finding a formula that would allow me to Find the Most Frequently Occurring Text in Excel, excluding empty cells.
I found this one, but it does count empty cell as well
=INDEX(B2:G2,MODE(MATCH(B2:G2,B2:G2,0)))
I need help finding a formula that would allow me to Find the Most Frequently Occurring Text in Excel, excluding empty cells.
I found this one, but it does count empty cell as well
=INDEX(B2:G2,MODE(MATCH(B2:G2,B2:G2,0)))